improved login screen.

This commit is contained in:
Bryce
2018-06-29 17:26:36 -07:00
parent 9ee2c6fc2f
commit d3380d4930
2 changed files with 24 additions and 4 deletions

View File

@@ -10,7 +10,16 @@
[bidi.bidi :as bidi]))
(defn login-page []
[:div
[:h1.title "Login"]
[:h2.subtitle "To get started, "
[:a {:href login-url} "Login with Google"]]])
[:div.container
[:section.is-fullheight.hero
[:div.hero-body
[:div.container
[:div.column.is-4.is-offset-4.has-text-centered
[:h1.title "Login"]
[:div.box.slideInFromBelow
[:img {:src "http://www.integreatconsult.com/wp-content/uploads/2016/11/logo.png"}]
[:div
[:a.button.is-large.is-primary {:href login-url} "Login with Google"]]]
[:p.has-text-gray
"Copyright Integreat 2018"]]]]]])