File tree Expand file tree Collapse file tree 3 files changed +36
-9
lines changed Expand file tree Collapse file tree 3 files changed +36
-9
lines changed Original file line number Diff line number Diff line change 479
479
480
480
@media (min-width : 768px )
481
481
height : 235px ;
482
- margin-top : 70 px
482
+ margin : 8 rem 0
483
483
padding : 65px 235px 65px 65px ;
484
484
box-shadow : 0 10px 20px 0 rgba (0 ,0 ,0 ,0.25 )
485
485
text-align : left ;
@@ -905,16 +905,34 @@ body
905
905
.column
906
906
margin-bottom 20px
907
907
text-align center
908
+ & .libraries
909
+ margin : 0 0 20px 0 ;
908
910
+breakpoint ("tablet" )
909
911
margin-bottom 0
910
912
913
+ & .libraries
914
+ margin : - 2rem 0 ;
915
+
911
916
h2
912
917
font-size 30px
913
918
color white
914
919
text-align center
915
920
margin 0
916
921
font-weight normal
917
922
923
+ .libraries
924
+ background rgba (255 , 255 , 255 , .05 )
925
+ +breakpoint ("tablet" )
926
+ height 373px
927
+
928
+ .libraries-container
929
+ padding : 2rem
930
+
931
+ p
932
+ color white
933
+ font-size 20px
934
+ line-height 1.2
935
+
918
936
.logotype
919
937
img
920
938
height 40px
@@ -1023,6 +1041,14 @@ body
1023
1041
color white
1024
1042
border none
1025
1043
1044
+ & .btn-ghost
1045
+ background transparent
1046
+ border 1px solid #D6 3A FF
1047
+ color #D6 3A FF
1048
+
1049
+ & + .btn
1050
+ margin-left 2rem
1051
+
1026
1052
.token
1027
1053
margin-top 35px
1028
1054
h5
Original file line number Diff line number Diff line change 1
1
section.sources
2
2
.container
3
3
.columns
4
+ .column.libraries
5
+ .libraries-container
6
+ h2 Looking for a JWT library?
7
+ p Head on over to our libraries page to find a JWT library in your favorite language.
8
+ a( href ="/libraries" ) .btn.btn-lg See al libraries
4
9
.column.badges
5
10
h2 Badges
6
11
.hold
@@ -32,9 +37,4 @@ section.sources
32
37
.text-hold
33
38
a( href ='http://jwt.io/img/logo-asset.svg' , target ='_blank' title ='Download JWT logo' )
34
39
i.icon-budicon-722
35
- p http://jwt.io/img/logo-asset.svg
36
- .column.tshirt
37
- h2 Store
38
- img( src ='img/pic_tshirt.png' alt ='JWT logo mark t-shirt' )
39
- a.buy ( href ='http://swag.auth0.com/' , target ='_blank' ) Buy T-Shirt
40
-
40
+ p http://jwt.io/img/logo-asset.svg
Original file line number Diff line number Diff line change @@ -13,11 +13,12 @@ block content
13
13
p JWT.IO allows you to decode, verify and generate JWT.
14
14
15
15
a.btn.btn-lg ( href ="/introduction" ) Learn more about jwt
16
-
17
- include ebook.pug
16
+ a.btn.btn-lg.btn-ghost ( href ="/libraries" ) See jwt libraries
18
17
19
18
include token-editor.pug
20
19
20
+ include ebook.pug
21
+
21
22
include assets.pug
22
23
23
24
include counter.pug
You can’t perform that action at this time.
0 commit comments