From b6ec8f53e28875a5a6f66a9ea7a5572d12643ae0 Mon Sep 17 00:00:00 2001 From: Pierre Date: Wed, 11 Apr 2018 09:24:13 +0200 Subject: [PATCH] Updated home page --- .../templates/pages/home/landingPage/home.tpl | 35 +++++++++++++++---- 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/assets/templates/pages/home/landingPage/home.tpl b/assets/templates/pages/home/landingPage/home.tpl index 67c4c9f4..93148012 100644 --- a/assets/templates/pages/home/landingPage/home.tpl +++ b/assets/templates/pages/home/landingPage/home.tpl @@ -4,9 +4,21 @@ @author Pierre HUBERT -->
-
-

ComunicWeb V2 Experimental preview

+ +
+ +
+

Comunic

+ +

Free social network that respect your privacy.

+
+ +
Create account
+ Sign in +
+ +
@@ -16,12 +28,23 @@ height: 100%; position: fixed; text-align: center; - padding: 60px; + padding: 10px; background-position: 50% 50%; + display: table; + top: 0; } - #homeLandingScreen .landingMessage { - position: relative; - background-color: #fff6; + #homeMessageContainer { + display: table-cell; + vertical-align: middle; } + + #homeMessage { + background-color: #ffffff80; + max-width: 400px; + padding: 30px; + margin: auto; + border-radius: 5px; + } + \ No newline at end of file