Updated home page

This commit is contained in:
Pierre 2018-04-11 09:24:13 +02:00
parent be1be86c20
commit b6ec8f53e2

View File

@ -4,9 +4,21 @@
@author Pierre HUBERT @author Pierre HUBERT
--> -->
<div id="homeLandingScreen"> <div id="homeLandingScreen">
<div class="landingMessage">
<h1>ComunicWeb V2 Experimental preview</h1> <div id="homeMessageContainer">
<div id="homeMessage">
<h1>Comunic</h1>
<h3>Free social network that respect your privacy.</h3>
<br />
<div class="btn btn-lg btn-primary">Create account</div>
<a class="btn btn-lg btn-success" target="login">Sign in</a>
</div>
</div> </div>
</div> </div>
<!-- Page styles --> <!-- Page styles -->
@ -16,12 +28,23 @@
height: 100%; height: 100%;
position: fixed; position: fixed;
text-align: center; text-align: center;
padding: 60px; padding: 10px;
background-position: 50% 50%; background-position: 50% 50%;
display: table;
top: 0;
} }
#homeLandingScreen .landingMessage { #homeMessageContainer {
position: relative; display: table-cell;
background-color: #fff6; vertical-align: middle;
} }
#homeMessage {
background-color: #ffffff80;
max-width: 400px;
padding: 30px;
margin: auto;
border-radius: 5px;
}
</style> </style>