From fc212f9b6ebfb13898465fe4a08f6e617eed77d2 Mon Sep 17 00:00:00 2001 From: rob Date: Thu, 16 Dec 2021 10:03:28 -0500 Subject: [PATCH] view touch-ups --- app/views/components/page-footer.pug | 18 +++++++++++++++--- app/views/layouts/public-profile.pug | 11 +++++++++-- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/app/views/components/page-footer.pug b/app/views/components/page-footer.pug index 8b4a027..64e680f 100644 --- a/app/views/components/page-footer.pug +++ b/app/views/components/page-footer.pug @@ -1,5 +1,17 @@ section.uk-section.uk-section-default.uk-section-small.dtp-site-footer .uk-container.uk-text-small.uk-text-center - span Copyright #{moment().format('YYYY')} - span - +renderSiteLink() \ No newline at end of file + .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 + +renderSiteLink() \ No newline at end of file diff --git a/app/views/layouts/public-profile.pug b/app/views/layouts/public-profile.pug index f06f0e0..07fe599 100644 --- a/app/views/layouts/public-profile.pug +++ b/app/views/layouts/public-profile.pug @@ -2,11 +2,18 @@ extends main block content-container section.uk-section.uk-section-default - .uk-container + .uk-container.uk-width-xlarge .uk-margin.uk-margin-auto.uk-width-small 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 - h1.uk-margin-remove= userProfile.displayName || userProfile.username div= userProfile.bio block content