Added a real index

This commit is contained in:
Thomas Forgione 2017-09-25 19:33:20 +00:00
parent be56ef8416
commit 62aa8414d5
No known key found for this signature in database
GPG Key ID: 95D964F74A96119E
1 changed files with 21 additions and 1 deletions

View File

@ -1,4 +1,24 @@
extends ../../../templates/base.pug
block content
p Hello world
.jumbotron
h1.display-3 Welcome#{session.user !== undefined ? ', ' + session.user._username.value : ' on ADEjs'}!
if session.user === undefined
p.lead.
On this site, you can subscribe, set your calendar information
and we will compute for you your total time and TD equivalent
time.
hr.my-4
p.
If you are already registered on our site, you can
<a href='#{getUrl('login')}'>sign in</a>, or if you are new,
you can <a href='#{getUrl('signup')}'>sign up</a>, it's free!
else
p.lead.
Feel free to click one of the links in the top bar (I know, for
the moment there is only one link...) to get information about
your calendar!
hr