Skip to content

Commit 6333257

Browse files
committed
minor fixes
1 parent 465f326 commit 6333257

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

stylus/app.styl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,9 @@ body
753753
&.jwt-crystal
754754
.panel-heading h3
755755
background-color #B0B0B0
756+
&.jwt-1c
757+
.panel-heading h3
758+
background-color #fbc53d
756759

757760

758761
.panel-heading

views/index.jade

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ block content
5959
span.button-text Add to chrome
6060
section.jtw-ebook-banner
6161
span
62-
strong Get the JWT Handbook for free!
62+
strong Get the JWT Handbook for free!
6363
|Spread the word and download it now.
6464
a.btn.btn-download-ebook(href='https://auth0.com/e-books/jwt-handbook?utm_source=jwtio&utm_medium=sc&utm_campaign=rotating_banner', target='_blank') Download Ebook
65-
65+
6666
script.
6767
var extensionSection = document.getElementsByClassName("update-site")[0];
6868
var ebookSection = document.getElementsByClassName("jtw-ebook-banner")[0];
@@ -157,6 +157,7 @@ block content
157157
select
158158
// Languages must be in alphabetic order
159159
option(value='*', selected='') All
160+
option(value='.1c') 1c
160161
option(value='.c') C
161162
option(value='.clojure') Clojure
162163
option(value='.crystal') Crystal
@@ -275,4 +276,4 @@ block content
275276
.column.tshirt
276277
h2 Store
277278
img(src='img/pic_tshirt.png')
278-
a.buy(href='http://swag.auth0.com/', target='_blank') Buy T-Shirt
279+
a.buy(href='http://swag.auth0.com/', target='_blank') Buy T-Shirt

views/libraries/1c.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ article.jwt-1c.1c.accordion(data-accordion)
7979
a(href='https://github.com/pintov/1c-jwt') View Repo
8080

8181
.panel-footer
82-
git clone https://github.com/pintov/1c-jwt
82+
code git clone https://github.com/pintov/1c-jwt

0 commit comments

Comments
 (0)