Skip to content

Commit 38c876d

Browse files
committed
Replace svg to img/svg
1 parent b3a9016 commit 38c876d

File tree

4 files changed

+5
-38
lines changed

4 files changed

+5
-38
lines changed

css/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/index.jade

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -75,24 +75,7 @@ html(lang='en')
7575
span
7676

7777
a.brand(href='/')
78-
//- img(src='img/pic_logo.svg').icon
79-
svg(width='101px', height='101px', viewbox='0 0 101 101', version='1.1', xmlns='http://www.w3.org/2000/svg', xmlns:xlink='http://www.w3.org/1999/xlink', xmlns:sketch='http://www.bohemiancoding.com/sketch/ns').icon
80-
defs
81-
g(stroke='none', stroke-width='1', fill='none', fill-rule='evenodd', sketch:type='MSPage')
82-
g(sketch:type='MSLayerGroup', transform='translate(-150.000000, -538.000000)')
83-
g(transform='translate(0.000000, 413.000000)', sketch:type='MSShapeGroup')
84-
g(transform='translate(150.000000, 125.000000)')
85-
g#group
86-
path(d='M57.8,27.2 L57.7,0.3 L42.7,0.3 L42.8,27.2 L50.3,37.5 L57.8,27.2 Z', fill='#FFFFFF')
87-
path(d='M69.9,36 L85.7,14.2 L73.6,5.4 L57.8,27.2 L57.8,39.9 L69.9,36 Z', fill='#FB015B')
88-
path(d='M74.5,50.3 L100.1,41.9 L95.5,27.7 L69.9,36 L62.4,46.3 L74.5,50.3 Z', fill='#D63AFF')
89-
path(d='M62.4,54.2 L69.9,64.5 L95.5,72.8 L100.1,58.6 L74.5,50.3 L62.4,54.2 Z', fill='#00B9F1')
90-
path(d='M57.8,73.3 L73.6,95.1 L85.7,86.3 L69.9,64.5 L57.8,60.6 L57.8,73.3 Z', fill='#00F2E6')
91-
path(d='M42.8,73.3 L42.8,100.3 L57.8,100.3 L57.8,73.3 L50.3,63 L42.8,73.3 Z', fill='#FFFFFF')
92-
path(d='M30.6,64.5 L14.8,86.3 L26.9,95.1 L42.8,73.3 L42.8,60.6 L30.6,64.5 Z', fill='#FB015B')
93-
path(d='M26,50.3 L0.4,58.6 L5,72.8 L30.6,64.5 L38.1,54.2 L26,50.3 Z', fill='#D63AFF')
94-
path(d='M30.6,36 L5,27.7 L0.4,41.9 L26,50.3 L38.1,46.3 L30.6,36 Z', fill='#00B9F1')
95-
path(d='M42.8,27.2 L26.9,5.4 L14.8,14.2 L30.6,36 L42.8,39.9 L42.8,27.2 Z', fill='#00F2E6')
78+
img(src='img/pic_logo.svg').icon
9679
img(src='img/logo.svg').logo
9780

9881
nav.menu
@@ -115,23 +98,7 @@ html(lang='en')
11598
//- canvas
11699
.container
117100
a.logo(href='/')
118-
svg(width='101px', height='101px', viewbox='0 0 101 101', version='1.1', xmlns='http://www.w3.org/2000/svg', xmlns:xlink='http://www.w3.org/1999/xlink', xmlns:sketch='http://www.bohemiancoding.com/sketch/ns')
119-
defs
120-
g(stroke='none', stroke-width='1', fill='none', fill-rule='evenodd', sketch:type='MSPage')
121-
g(sketch:type='MSLayerGroup', transform='translate(-150.000000, -538.000000)')
122-
g(transform='translate(0.000000, 413.000000)', sketch:type='MSShapeGroup')
123-
g(transform='translate(150.000000, 125.000000)')
124-
g#group
125-
path(d='M57.8,27.2 L57.7,0.3 L42.7,0.3 L42.8,27.2 L50.3,37.5 L57.8,27.2 Z', fill='#FFFFFF')
126-
path(d='M69.9,36 L85.7,14.2 L73.6,5.4 L57.8,27.2 L57.8,39.9 L69.9,36 Z', fill='#FB015B')
127-
path(d='M74.5,50.3 L100.1,41.9 L95.5,27.7 L69.9,36 L62.4,46.3 L74.5,50.3 Z', fill='#D63AFF')
128-
path(d='M62.4,54.2 L69.9,64.5 L95.5,72.8 L100.1,58.6 L74.5,50.3 L62.4,54.2 Z', fill='#00B9F1')
129-
path(d='M57.8,73.3 L73.6,95.1 L85.7,86.3 L69.9,64.5 L57.8,60.6 L57.8,73.3 Z', fill='#00F2E6')
130-
path(d='M42.8,73.3 L42.8,100.3 L57.8,100.3 L57.8,73.3 L50.3,63 L42.8,73.3 Z', fill='#FFFFFF')
131-
path(d='M30.6,64.5 L14.8,86.3 L26.9,95.1 L42.8,73.3 L42.8,60.6 L30.6,64.5 Z', fill='#FB015B')
132-
path(d='M26,50.3 L0.4,58.6 L5,72.8 L30.6,64.5 L38.1,54.2 L26,50.3 Z', fill='#D63AFF')
133-
path(d='M30.6,36 L5,27.7 L0.4,41.9 L26,50.3 L38.1,46.3 L30.6,36 Z', fill='#00B9F1')
134-
path(d='M42.8,27.2 L26.9,5.4 L14.8,14.2 L30.6,36 L42.8,39.9 L42.8,27.2 Z', fill='#00F2E6')
101+
img(src='img/pic_logo.svg')
135102

136103
p
137104
| JSON Web Tokens are an open, industry standard 

0 commit comments

Comments
 (0)