diff --git a/img/22.svg b/img/22.svg new file mode 100644 index 00000000..da1a8092 --- /dev/null +++ b/img/22.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/stylus/app.styl b/stylus/app.styl index 41e9940a..19ecd0bd 100644 --- a/stylus/app.styl +++ b/stylus/app.styl @@ -753,6 +753,9 @@ body &.jwt-crystal .panel-heading h3 background-color #B0B0B0 + &.jwt-1c + .panel-heading h3 + background-color #fbc53d .panel-heading diff --git a/views/index.jade b/views/index.jade index 2072df49..a391e75c 100644 --- a/views/index.jade +++ b/views/index.jade @@ -59,10 +59,10 @@ block content span.button-text Add to chrome section.jtw-ebook-banner span - strong Get the JWT Handbook for free! + strong Get the JWT Handbook for free! |Spread the word and download it now. 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 - + script. var extensionSection = document.getElementsByClassName("update-site")[0]; var ebookSection = document.getElementsByClassName("jtw-ebook-banner")[0]; @@ -157,6 +157,7 @@ block content select // Languages must be in alphabetic order option(value='*', selected='') All + option(value='.1c') 1c option(value='.c') C option(value='.clojure') Clojure option(value='.crystal') Crystal @@ -235,6 +236,7 @@ block content include libraries/php5.jade include libraries/php6.jade include libraries/crystal.jade + include libraries/1c.jade section.sources .container @@ -274,4 +276,4 @@ block content .column.tshirt h2 Store img(src='img/pic_tshirt.png') - a.buy(href='http://swag.auth0.com/', target='_blank') Buy T-Shirt \ No newline at end of file + a.buy(href='http://swag.auth0.com/', target='_blank') Buy T-Shirt diff --git a/views/libraries/1c.jade b/views/libraries/1c.jade new file mode 100644 index 00000000..428f806d --- /dev/null +++ b/views/libraries/1c.jade @@ -0,0 +1,82 @@ +// 1C pintov/1c-jwt +article.jwt-1c.1c.accordion(data-accordion) + .panel-heading(data-control) + img(src='/img/22.svg') + h3 1C + .panel-wrap(data-content) + .panel-body + .column + p + i.icon-budicon-500 + | Sign + p + i.icon-budicon-500 + | Verify + p + i.icon-budicon-501 + code iss + | check + p + i.icon-budicon-501 + code sub + | check + p + i.icon-budicon-501 + code aud + | check + p + i.icon-budicon-501 + code exp + | check + p + i.icon-budicon-501 + code nbf + | check + p + i.icon-budicon-501 + code iat + | check + p + i.icon-budicon-501 + code jti + | check + .column + p + i.icon-budicon-500 + | HS256 + p + i.icon-budicon-501 + | HS384 + p + i.icon-budicon-501 + | HS512 + p + i.icon-budicon-501 + | RS256 + p + i.icon-budicon-501 + | RS384 + p + i.icon-budicon-501 + | RS512 + p + i.icon-budicon-501 + | ES256 + p + i.icon-budicon-501 + | ES384 + p + i.icon-budicon-501 + | ES512 + + .author-info + .maintainer + a(href='https://github.com/pintov') + i.icon-budicon-333(data-toggle='tooltip', title='', data-original-title='Maintainer') + | Vasily Pintov + .repository + i.icon-1392070209-icon-social-github + a(href='https://github.com/pintov/1c-jwt') View Repo + + .panel-footer + code git clone https://github.com/pintov/1c-jwt