diff --git a/server/views/home.pug b/server/views/home.pug index 840d1a9..ee8306c 100644 --- a/server/views/home.pug +++ b/server/views/home.pug @@ -3,4 +3,9 @@ extend templates/layout.pug block content .container //- .row - h1 Welcome to the World \ No newline at end of file + .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. + \ No newline at end of file diff --git a/server/views/templates/layout.pug b/server/views/templates/layout.pug index fe6f632..259e608 100644 --- a/server/views/templates/layout.pug +++ b/server/views/templates/layout.pug @@ -67,7 +67,14 @@ html(lang="en" dir="ltr") .container .row .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 .container