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.
32 lines
1.9 KiB
32 lines
1.9 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} is a real-time communications tool with high quality audio and video, extremely low latency, instant messaging, voicemail, and an easy-to-use interface. It removes and avoids everything unnecessary while focusing on being excellent at making calls and helping people stay in touch.
|
|
|
|
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 an even sleeker interface if you do. It can do a better job delivering notifications when installed as an app.
|
|
|
|
.uk-margin
|
|
.uk-text-small.uk-text-muted Anonymous use is not supported. A user account in good standing is required to use the app. #{site.name} is not free for hosting group and conference calls. Free members can make and receive calls, but can't create group/conference calls and don't have voicemail services.
|