Skip to content

Commit ae5d914

Browse files
committed
logo to svg
1 parent 5dd233c commit ae5d914

File tree

4 files changed

+27
-9
lines changed

4 files changed

+27
-9
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: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,24 @@ html(lang='en')
7575
span
7676

7777
a.brand(href='/')
78-
img(src='img/pic_logo.svg').icon
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')
7996
img(src='img/logo.svg').logo
8097

8198
nav.menu
@@ -99,8 +116,6 @@ html(lang='en')
99116
.container
100117
a.logo(href='/')
101118
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')
102-
title Group
103-
desc Created with Sketch.
104119
defs
105120
g(stroke='none', stroke-width='1', fill='none', fill-rule='evenodd', sketch:type='MSPage')
106121
g(sketch:type='MSLayerGroup', transform='translate(-150.000000, -538.000000)')
@@ -127,10 +142,10 @@ html(lang='en')
127142

128143
section.update-site(style="display: none")
129144
i.icon-budicon-697
130-
strong We updated JWT.IO.
145+
strong We updated JWT.IO.
131146
span Json Web Tokens (JWT) gets a logo, new website and more.
132-
a(href="")
133-
| Learn More
147+
a(href="")
148+
| Learn More
134149
svg(height='48', viewbox='0 0 48 48', width='48', xmlns='http://www.w3.org/2000/svg')
135150
path(d='M-838-2232H562v3600H-838z', fill='none')
136151
path(d='M16 10v28l22-14z')

0 commit comments

Comments
 (0)