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.
25 lines
1.0 KiB
25 lines
1.0 KiB
extends ../layouts/main
|
|
block content
|
|
|
|
section.uk-section.uk-section-secondary
|
|
.uk-container.uk-text-center
|
|
.uk-width-auto.uk-margin-auto
|
|
img(src=`/img/icon/${site.domainKey}/icon-256x256.png`).uk-border-rounded
|
|
|
|
h1= site.name
|
|
.uk-text-lead= site.description
|
|
|
|
.uk-margin-medium-top
|
|
div(uk-grid).uk-flex-center
|
|
div(class="uk-width-1-1 uk-width-1-3@m")
|
|
.uk-margin-small
|
|
a(href="/auth/core").uk-button.dtp-button-primary.uk-border-rounded DTP Connect
|
|
.uk-text-small Connect using DTP Core
|
|
div(class="uk-width-1-1 uk-width-1-3@m")
|
|
.uk-margin-small
|
|
a(href="/welcome/signup").uk-button.dtp-button-secondary.uk-border-rounded Create Account
|
|
.uk-text-small Create a local account
|
|
div(class="uk-width-1-1 uk-width-1-3@m")
|
|
.uk-margin-small
|
|
a(href="/welcome/login").uk-button.dtp-button-secondary.uk-border-rounded Sign In
|
|
.uk-text-small Log in with your local account
|