Skip to content

Commit d41440c

Browse files
authored
Merge pull request jsonwebtoken#190 from jsonwebtoken/add-crafted
Add crafted text to header
2 parents 9106aa4 + af25962 commit d41440c

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

stylus/app.styl

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ body
192192
a
193193
background none
194194
color #9B9B9B
195-
padding 0 15px
195+
padding 0 10px
196196
display block
197197
text-decoration none
198198
&:hover
@@ -205,6 +205,7 @@ body
205205
line-height 5.7
206206
+breakpoint("desktop")
207207
line-height 7
208+
padding 0 15px
208209

209210
.social
210211
display none
@@ -218,9 +219,17 @@ body
218219

219220
a
220221
margin-left 10px
222+
text-decoration none
223+
position relative
224+
top -1px
225+
221226
img
222227
height 24px
223228

229+
.by-text
230+
color white
231+
padding-right 10px
232+
224233
.supported
225234
display none
226235

@@ -694,7 +703,7 @@ body
694703
&.jwt-objective-c
695704
.panel-heading h3
696705
background linear-gradient(top, #AAAAAA, #767676)
697-
706+
698707
&.jwt-delphi
699708
.panel-heading h3
700709
background-color #E31C23

views/index.jade

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ block content
2020

2121
.social
2222
a.a0(href='https://auth0.com/', target='_blank')
23-
img(src='/img/ico_a0_white.svg', alt='Token Based Authentication')
24-
a.twitter(href='https://twitter.com/auth0', target="_blank")
25-
img(src='/img/ico_twitter.svg')
23+
span.by-text Crafted by
24+
img(src='/img/pic_logo_ft.svg', alt='Token Based Authentication')
2625

2726
a.supported(href='https://auth0.com/', target="_blank")
2827
| Supported by

0 commit comments

Comments
 (0)