mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Updated home page
This commit is contained in:
parent
be1be86c20
commit
b6ec8f53e2
@ -4,9 +4,21 @@
|
||||
@author Pierre HUBERT
|
||||
-->
|
||||
<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>
|
||||
|
||||
<!-- Page styles -->
|
||||
@ -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;
|
||||
}
|
||||
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user