Some links

This commit is contained in:
Kgothatso 2019-12-07 14:37:15 +02:00
parent 6798e07ee2
commit d947433196
2 changed files with 14 additions and 2 deletions

View File

@ -3,4 +3,9 @@ extend templates/layout.pug
block content block content
.container .container
//- .row //- .row
h1 Welcome to the World .center
if user
p.flow-text Hello #{user.displayName}
h3 Hierarchically Deterministic Authentication
p.flow-text Using digital signatures for a challenge response authentication mechanism.

View File

@ -67,7 +67,14 @@ html(lang="en" dir="ltr")
.container .container
.row .row
.col.s12 .col.s12
p.flow-text footer content p Links
ul
li
a.grey-text.text-lighten-3(href="https://code.sigidli.com/hd-auth/") Code
li
a.grey-text.text-lighten-3(href="bitcoin:1GShZrpSK6LJZRDCSNcZhEiHcLV916afoX") Donate to 1GShZrpSK6LJZRDCSNcZhEiHcLV916afoX
li
a.grey-text.text-lighten-3(href="http://xpub6CmUNwicBT2i7voSgpZJrJmr4nU77SsFd5UiKoMxiqpzWTtebwukbziMDsD3FNozPmS2Qb7sRSGzW2VgTkHYwnqAod16w81X44H145ovt5Y.onion") onion v4?
.footer-copyright .footer-copyright
.container .container