init header

This commit is contained in:
Nicolas Constant 2019-04-10 00:55:29 -04:00
parent 658e3dd62e
commit 20377f798c
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
3 changed files with 19 additions and 1 deletions

View File

@ -23,3 +23,7 @@ body {
@media (max-width: 56.25em) {
body {
padding: 0rem; } }
.header {
background-color: #f7f7f7;
height: calc(100vh - 3rem); }

View File

@ -0,0 +1,4 @@
.header {
background-color: rgb(247, 247, 247);
height: calc(100vh - 3rem);
}

View File

@ -22,6 +22,14 @@
</div>
<div class="header__download-box">
<h1 class="header__download-box--title">
Discover Sengi
</h1>
<div class="header__download-box--description">
A FLOSS multi-account Mastodon and Pleroma desktop client
</div>
<a href="#"
onClick="window.open('http://sengi.nicolas-constant.com'+'?qt='+ (new Date()).getTime(),'Sengi','toolbar=no,location=no,status=no,menubar=no,scrollbars=no, resizable=yes,width=377,height=800'); return false;"
class="button">Launch web client</a>
@ -36,7 +44,9 @@
</section>
</main>
<footer>
</footer>
</body>
</html>