Skip to content

Commit 96911fe

Browse files
committed
Fixes #278 and PR #239: new C++ library.
1 parent 8804c6d commit 96911fe

File tree

4 files changed

+89
-9
lines changed

4 files changed

+89
-9
lines changed

img/26.svg

Lines changed: 75 additions & 0 deletions
Loading

stylus/app.styl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,9 @@ body
749749
&.jwt-c
750750
.panel-heading h3
751751
background-color #5180D2
752+
&.jwt-cpp
753+
.panel-heading h3
754+
background-color #00599c
752755
&.jwt-objective-c
753756
.panel-heading h3
754757
background linear-gradient(top, #AAAAAA, #767676)

views/index.jade

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ block content
159159
option(value='*', selected='') All
160160
option(value='.1c') 1c
161161
option(value='.c') C
162+
option(value='.cpp') C++
162163
option(value='.clojure') Clojure
163164
option(value='.crystal') Crystal
164165
option(value='.d') D
@@ -246,6 +247,7 @@ block content
246247
include libraries/swift2.jade
247248
include libraries/c.jade
248249
include libraries/c2.jade
250+
include libraries/cpp.jade
249251
include libraries/q.jade
250252
include libraries/delphi.jade
251253
include libraries/delphi2.jade

views/libraries/cpp.jade

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// C++ troian/jwtpp
2-
article.jwt-c++.c++.accordion(data-accordion)
2+
article.jwt-cpp.cpp.accordion(data-accordion)
33
.panel-heading(data-control)
4-
img(src='/img/8.svg')
5-
h3 Go
4+
img(src='/img/26.svg')
5+
h3 C++
66
.panel-wrap(data-content)
77
.panel-body
88
.column
@@ -13,15 +13,15 @@ article.jwt-c++.c++.accordion(data-accordion)
1313
i.icon-budicon-500
1414
| Verify
1515
p
16-
i.icon-budicon-501
16+
i.icon-budicon-500
1717
code iss
1818
| check
1919
p
20-
i.icon-budicon-501
20+
i.icon-budicon-500
2121
code sub
2222
| check
2323
p
24-
i.icon-budicon-501
24+
i.icon-budicon-500
2525
code aud
2626
| check
2727
p
@@ -33,11 +33,11 @@ article.jwt-c++.c++.accordion(data-accordion)
3333
code nbf
3434
| check
3535
p
36-
i.icon-budicon-501
36+
i.icon-budicon-500
3737
code iat
3838
| check
3939
p
40-
i.icon-budicon-501
40+
i.icon-budicon-500
4141
code jti
4242
| check
4343
.column
@@ -73,7 +73,7 @@ article.jwt-c++.c++.accordion(data-accordion)
7373
.maintainer
7474
a(href='https://github.com/troian')
7575
i.icon-budicon-333(data-toggle='tooltip', title='', data-original-title='Maintainer')
76-
| dgrijalva
76+
| Artur Troian
7777
span.stars(data-repo='troian/josepp', style='display: inline;')
7878
i.icon-budicon-466
7979
.repository

0 commit comments

Comments
 (0)