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.
20 lines
1.0 KiB
20 lines
1.0 KiB
include ../layout/main
|
|
block view-content
|
|
|
|
section.uk-section.uk-section-default.uk-section-small
|
|
.uk-container
|
|
h1.uk-margin-remove Welcome to #{site.name}!
|
|
|
|
p #{site.name} is a real-time communications tool with high quality audio and video, extremely low latency, real-time text messaging, voicemail, and an easy-to-use interface built to remove everything unnecessary and focus on being good at making calls.
|
|
|
|
div(uk-grid)
|
|
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-button-large.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-button-large.uk-border-rounded Login
|