DTP Base provides a scalable and secure Node.js application development harness ready for production service.
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.
 
 
 
 

29 lines
1.4 KiB

extends ../layout/main
block view-content
section.uk-section.uk-section-default.uk-section-small
.uk-container
.uk-margin-medium
h1.uk-margin-remove Welcome to #{site.name}
.uk-text-bold= site.description
.uk-margin-medium
div(uk-grid).uk-grid-divider
if process.env.DTP_MEMBER_SIGNUP === 'enabled'
div(class="uk-width-1-1 uk-width-1-2@m")
.uk-margin-small
.uk-text-large New here?
div Start receiving and attending calls for free by creating a User Account.
a(href="/welcome/signup").uk-button.uk-button-primary.uk-border-rounded Sign Up
div(class="uk-width-1-1 uk-width-1-2@m")
.uk-margin-small
.uk-text-large Returning member?
div Sign into your User Account with your username and password.
a(href="/welcome/login").uk-button.uk-button-secondary.uk-border-rounded Login
h2 About #{site.name}
p #{site.name} provides an application development harness for building secure and scalable production-ready web applications.
p There is no app to download from a store. #{site.name} is a Progressive Web App (PWA) that runs in your browser. It can be installed as a desktop or mobile app if you like, and provides a more native interface. #{site.name} can do a better job delivering notifications when installed as an app.