Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2015-07-16 21:24:26 +0100
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
52cf7e4483e8d8c525dbbd33066c467f61c536c8
52cf7e44
1 parent
4c0783fd
Added logo and favicon
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
8 deletions
public/bookstack.svg
public/favicon.ico
resources/assets/sass/styles.scss
resources/views/base.blade.php
resources/views/pages/create.blade.php
public/bookstack.svg
0 → 100644
View file @
52cf7e4
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
width=
"100%"
height=
"100%"
viewBox=
"0 0 246 35"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
xml:space=
"preserve"
style=
"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"
><g
id=
"Layer1"
><text
x=
"70.385px"
y=
"30.01px"
style=
"font-family:Roboto;font-size:36.52px;font-weight:500;fill:#444;"
>
B
<tspan
x=
"93.058px 113.485px 133.912px 152.61px 174.285px 186.063px 205.456px 224.207px "
y=
"30.01px 30.01px 30.01px 30.01px 30.01px 30.01px 30.01px 30.01px "
>
ookStack
</tspan></text></g><g
id=
"Stack of books"
><rect
x=
"34.126"
y=
"24.108"
width=
"32.613"
height=
"5.902"
style=
"fill:#1c77c1;"
/><rect
x=
"34.126"
y=
"14.07"
width=
"32.613"
height=
"5.902"
style=
"fill:#1c77c1;"
/><rect
x=
"34.126"
y=
"4.032"
width=
"32.613"
height=
"5.902"
style=
"fill:#1c77c1;"
/></g><g
id=
"Layer2"
><path
d=
"M5.972,30.01l22.828,-25.978l-0.266,0l0,25.978l-22.562,0Z"
style=
"fill:#444;"
/></g></svg>
\ No newline at end of file
public/favicon.ico
View file @
52cf7e4
No preview for this file type
resources/assets/sass/styles.scss
View file @
52cf7e4
...
...
@@ -17,6 +17,10 @@ header {
z-index
:
-1
;
top
:
0
;
}
.logo
{
width
:
180px
;
opacity
:
0
.8
;
}
body
{
margin-top
:
64px
;
...
...
resources/views/base.blade.php
View file @
52cf7e4
<!DOCTYPE html>
<html>
<head>
<title>
Oxbow
</title>
<title>
BookStack
</title>
<meta
name=
"viewport"
content=
"width=device-width"
>
<link
rel=
"stylesheet"
href=
"/css/app.css"
>
<link
href=
'http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,300italic,100,300'
rel=
'stylesheet'
type=
'text/css'
>
...
...
@@ -30,7 +30,7 @@
<div
class=
"container"
>
<div
class=
"padded-vertical row clearfix"
>
<div
class=
"col-md-3"
>
<div
class=
"logo float left"
>
Oxbow
</div>
<div
><img
class=
"logo float left"
src=
"/bookstack.svg"
alt=
"BookStack"
>
</div>
</div>
<div
class=
"col-md-9"
>
<ul
class=
"menu float"
>
...
...
resources/views/pages/create.blade.php
View file @
52cf7e4
...
...
@@ -10,12 +10,6 @@
<form
action=
"{{$book->getUrl() . '/page'}}"
method=
"POST"
>
@include('pages/form')
</form>
<script>
$
(
function
()
{
$
(
'#html'
).
editable
({
inlineMode
:
false
});
});
</script>
@stop
@section('bottom')
...
...
Please
register
or
sign in
to post a comment