Skip to content

Commit 8764e07

Browse files
committed
fixes
1 parent 5dd233c commit 8764e07

File tree

4 files changed

+30
-14
lines changed

4 files changed

+30
-14
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: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ html(lang='en')
9898
//- canvas
9999
.container
100100
a.logo(href='/')
101-
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')
101+
svg(width='101px', height='101px', viewbox='0 0 101 101', version='1.1')
102102
title Group
103103
desc Created with Sketch.
104104
defs
@@ -125,8 +125,12 @@ html(lang='en')
125125
p.paragraph-2
126126
span JWT.IO allows you to decode, verify and generate JWT.
127127

128-
section.update-site(style="display: none")
129-
i.icon-budicon-697
128+
section.update-site(style="display: nsone")
129+
svg(width='32px', height='32px', viewbox='0 0 32 32', version='1.1', class="paper")
130+
g#Page-1(stroke='none', stroke-width='1', fill='none', fill-rule='evenodd', sketch:type='MSPage')
131+
g#32px(sketch:type='MSLayerGroup', transform='translate(-805.000000, -2193.000000)', fill='#373A39')
132+
path#Fill-529(d='M835,2221 C835,2222.1 834.104,2223 833,2223 L809,2223 C807.896,2223 807,2222.1 807,2221 L807,2197 C807,2195.89 807.896,2195 809,2195 L833,2195 C834.104,2195 835,2195.89 835,2197 L835,2221 L835,2221 Z M833,2193 L809,2193 C806.79,2193 805,2194.79 805,2197 L805,2221 C805,2223.21 806.79,2225 809,2225 L833,2225 C835.209,2225 837,2223.21 837,2221 L837,2197 C837,2194.79 835.209,2193 833,2193 L833,2193 Z M828,2203 L814,2203 C813.447,2203 813,2203.45 813,2204 C813,2204.55 813.447,2205 814,2205 L828,2205 C828.552,2205 829,2204.55 829,2204 C829,2203.45 828.552,2203 828,2203 L828,2203 Z M828,2209 L814,2209 C813.447,2209 813,2209.45 813,2210 C813,2210.55 813.447,2211 814,2211 L828,2211 C828.552,2211 829,2210.55 829,2210 C829,2209.45 828.552,2209 828,2209 L828,2209 Z M828,2215 L814,2215 C813.447,2215 813,2215.45 813,2216 C813,2216.55 813.447,2217 814,2217 L828,2217 C828.552,2217 829,2216.55 829,2216 C829,2215.45 828.552,2215 828,2215 L828,2215 Z', sketch:type='MSShapeGroup')
133+
130134
strong We updated JWT.IO.
131135
span Json Web Tokens (JWT) gets a logo, new website and more.
132136
a(href="")
@@ -214,8 +218,13 @@ html(lang='en')
214218
.warning
215219
b Warning:
216220
| Critical vulnerabilities in JSON Web Token libraries with asymmetric keys.
217-
a(href='https://auth0.com/blog/2015/03/31/critical-vulnerabilities-in-json-web-token-libraries/') Learn more
218-
221+
a(href='https://auth0.com/blog/2015/03/31/critical-vulnerabilities-in-json-web-token-libraries/')
222+
| Learn more
223+
224+
svg(height='48', viewbox='0 0 48 48', width='48', xmlns='http://www.w3.org/2000/svg')
225+
path(d='M-838-2232H562v3600H-838z', fill='none')
226+
path(d='M16 10v28l22-14z')
227+
219228
.libraries-sv(data-accordion-group)
220229
include libraries/net.jade
221230
include libraries/python.jade

index.html

Lines changed: 3 additions & 2 deletions
Large diffs are not rendered by default.

stylus/app.styl

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -320,13 +320,15 @@ body
320320
font-size: 13px;
321321
text-align: center;
322322
color: darken(#e3e5e7, 70%)
323-
i
324-
margin-right: 5px;
323+
.paper
324+
margin-right: 4px;
325325
display: inline-block
326326
position: relative;
327-
bottom: -3px;
327+
bottom: -2px;
328328
font-size: 15px;
329329
opacity: .5
330+
height: 14px;
331+
width: 16px;
330332
span
331333
display: none
332334
+breakpoint("tablet")
@@ -557,16 +559,21 @@ body
557559
padding 10px
558560
margin 0 -15px
559561
line-height 1.8
562+
color: darken(#FFFCD2, 80%)
560563
+breakpoint("tablet")
561564
font-size 16px
562565
margin 0 0 30px
563566
border-radius 3px
564567
padding 20px 0
565568
a
566-
color rgba(#4A4A4A,.5)
569+
color: darken(#FFFCD2, 80%)
567570
font-weight bold
568571
margin-left 5px
569-
572+
svg
573+
height: 14px;
574+
width: 14px;
575+
fill: darken(#FFFCD2, 80%)
576+
margin-bottom: -2px;
570577
.libraries-sv
571578
margin 0 -15px
572579

@@ -979,4 +986,3 @@ body
979986
.debugger-jwt
980987
transform(translateY(0))
981988
transition(.5s 1.25s ease-in)
982-

0 commit comments

Comments
 (0)