Browse Source

view touch-ups

pull/1/head
Rob Colbert 3 years ago
parent
commit
fc212f9b6e
  1. 14
      app/views/components/page-footer.pug
  2. 11
      app/views/layouts/public-profile.pug

14
app/views/components/page-footer.pug

@ -1,5 +1,17 @@
section.uk-section.uk-section-default.uk-section-small.dtp-site-footer section.uk-section.uk-section-default.uk-section-small.dtp-site-footer
.uk-container.uk-text-small.uk-text-center .uk-container.uk-text-small.uk-text-center
span Copyright #{moment().format('YYYY')} .uk-margin
.uk-text-large.uk-text-bold Support #{site.name}
div(uk-grid).uk-flex-center.uk-flex-middle
.uk-width-auto
a(href="bitcoin:bc1q8pexwn06ssccspv94vsh9der9mr6muqhq487w6?&message=LibertyLinks%20Donation") Bitcoin (BTC)
.uk-width-auto
a(href="ethereum:0xd4Ee3C587581cF3f2318b4bc81E1b72D7EdF09f0") Ethereum (ETH)
.uk-width-auto
a(href="litecoin:LM735557AfR8BWN1sFBezC7WexXaC5HfZd?message=LibertyLinks%20Donation") Litecoin (LTC)
.uk-width-auto
a(href="monero:43vJtTb9gXwRxmrKRYTNPZYHtkrzzyKsR35Ak3kUZqV9CuTBVWVsxo77VXQHLELJnMFcuwuQakwGp2rWRGUTs4esEGK23v2?tx_description=LibertyLinks%20Donation") Monero (XMR)
.uk-margin
span Copyright © #{moment().format('YYYY')}
span span
+renderSiteLink() +renderSiteLink()

11
app/views/layouts/public-profile.pug

@ -2,11 +2,18 @@ extends main
block content-container block content-container
section.uk-section.uk-section-default section.uk-section.uk-section-default
.uk-container .uk-container.uk-width-xlarge
.uk-margin.uk-margin-auto.uk-width-small .uk-margin.uk-margin-auto.uk-width-small
img(src="/img/icon/icon-512x512.png").responsive img(src="/img/icon/icon-512x512.png").responsive
.uk-margin.uk-text-center
if userProfile.displayName
h1.uk-margin-remove= userProfile.displayName
.uk-text-muted @#{userProfile.username}
else
h1.uk-margin-remove= userProfile.username
.uk-margin.uk-text-center .uk-margin.uk-text-center
h1.uk-margin-remove= userProfile.displayName || userProfile.username
div= userProfile.bio div= userProfile.bio
block content block content

Loading…
Cancel
Save