forked from hd-auth/auth.sigidli.com
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
extend templates/layout.pug
|
|
|
|
block content
|
|
.container
|
|
.center
|
|
figure
|
|
img.response-img(src="static/img/bsides.png", alt="bsides cpt 2019")
|
|
figcaption as seen at b-sides Cape Town 2019
|
|
.row
|
|
.col.s12
|
|
pre#json-renderer
|
|
.col.s12
|
|
.center
|
|
p.flow-text view annoted raw json
|
|
a(href="static/hd-auth.json") here
|
|
.divider
|
|
.row
|
|
.col.s12
|
|
.center
|
|
p.flow-text You feel like watching
|
|
a(href="https://youtu.be/Qh7LalY6h4c") a 40 minute video
|
|
span ?
|
|
.col.s12
|
|
.center
|
|
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/Qh7LalY6h4c" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
|
|
|
|
block additionalScripts
|
|
script(src="static/js/jquery.json-viewer.js")
|
|
script
|
|
include ./js/bsides.js
|
|
|
|
block additionalStyle
|
|
link(rel="stylesheet", href="static/css/jquery.json-viewer.css") |