Skip to content

Commit 897e546

Browse files
tjcelayapose
authored andcommitted
add kdb+/Q panel
1 parent 38c9591 commit 897e546

File tree

6 files changed

+95
-2
lines changed

6 files changed

+95
-2
lines changed

css/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/index.jade

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ html(lang='en')
263263
include libraries/d.jade
264264
include libraries/clojure.jade
265265
include libraries/swift.jade
266+
include libraries/q.jade
266267

267268
section.sources
268269
.container

html/libraries/q.jade

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
// kdb+/Q
2+
article.jwt-q.accordion(data-accordion)
3+
.panel-heading(data-control)
4+
img(src='/img/q.svg')
5+
h3 kdb+/Q
6+
.panel-wrap(data-content)
7+
.panel-body
8+
.column
9+
p
10+
i.icon-budicon-500
11+
| Sign
12+
p
13+
i.icon-budicon-500
14+
| Verify
15+
p
16+
i.icon-budicon-501
17+
code iss
18+
| check
19+
p
20+
i.icon-budicon-501
21+
code sub
22+
| check
23+
p
24+
i.icon-budicon-501
25+
code aud
26+
| check
27+
p
28+
i.icon-budicon-501
29+
code exp
30+
| check
31+
p
32+
i.icon-budicon-501
33+
code nbf
34+
| check
35+
p
36+
i.icon-budicon-501
37+
code iat
38+
| check
39+
p
40+
i.icon-budicon-501
41+
code jti
42+
| check
43+
.column
44+
p
45+
i.icon-budicon-500
46+
| HS256
47+
p
48+
i.icon-budicon-500
49+
| HS384
50+
p
51+
i.icon-budicon-500
52+
| HS512
53+
p
54+
i.icon-budicon-501
55+
| RS256
56+
p
57+
i.icon-budicon-501
58+
| RS384
59+
p
60+
i.icon-budicon-501
61+
| RS512
62+
p
63+
i.icon-budicon-501
64+
| ES256
65+
p
66+
i.icon-budicon-501
67+
| ES384
68+
p
69+
i.icon-budicon-501
70+
| ES512
71+
72+
.author-info
73+
.maintainer
74+
a(href='https://github.com/tjcelaya')
75+
i.icon-budicon-333(data-toggle='tooltip', title='', data-original-title='Maintainer')
76+
| tjcelaya
77+
span.stars(data-repo='tjcelaya/jwt.q', style='display: inline;')
78+
i.icon-budicon-466
79+
.repository
80+
i.icon-1392070209-icon-social-github
81+
a(href='https://github.com/tjcelaya/jwt.q') View Repo

img/q.svg

Lines changed: 8 additions & 0 deletions
Loading

index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

stylus/app.styl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,9 @@ body
657657
&.jwt-d
658658
.panel-heading h3
659659
background-color #B44137
660+
&.jwt-q
661+
.panel-heading h3
662+
background-color #666
660663

661664
.panel-heading
662665
img

0 commit comments

Comments
 (0)