A web application allowing people to create an account, configure a profile, and share a list of URLs on that profile.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

30 lines
1.0 KiB

extends main
block content-container
section.uk-section.uk-section-default
.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
div= userProfile.bio
block content
block page-footer
section.uk-section.uk-section-default.uk-section-small.dtp-site-footer
.uk-container.uk-text-small
a(href="/", title=`Learn more about ${site.name}`).uk-display-block.uk-link-reset
div(uk-grid).uk-grid-small.uk-flex-center.uk-flex-bottom
.uk-width-auto
img(src="/img/icon/icon-48x48.png").uk-display-block
.uk-width-auto(style="line-height: 1em;")
.uk-text-small.uk-text-muted hosted by
div #{site.name}