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.
36 lines
1.3 KiB
36 lines
1.3 KiB
extends ../layouts/focused
|
|
block content
|
|
|
|
section.uk-section.uk-section-default
|
|
.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.uk-button-primary.uk-border-rounded
|
|
span
|
|
i.fas.fa-plug
|
|
span.uk-margin-small-left 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.uk-button-secondary.uk-border-rounded
|
|
span
|
|
i.fas.fa-user-plus
|
|
span.uk-margin-small-left 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.uk-button-default.uk-border-rounded
|
|
span
|
|
i.fas.fa-door-open
|
|
span.uk-margin-small-left Sign In
|
|
.uk-text-small Log in with your local account
|