added sengi icon

This commit is contained in:
Nicolas Constant 2019-04-12 21:43:00 -04:00
parent 2f6c071eaa
commit d1b28cb897
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
6 changed files with 53 additions and 37 deletions

View File

@ -63,6 +63,7 @@ body {
width: calc(3 * (100% - 3 * 1rem) / 4 + 2 * 1rem); }
.header {
position: relative;
background-color: #f7f7f7;
height: calc(100vh - 3rem);
overflow: hidden; }
@ -135,6 +136,13 @@ body {
position: relative;
top: -2px; }
.sengi-icon {
position: absolute;
top: 3rem;
left: 3rem;
width: 6rem;
height: 6rem; }
.footer {
text-align: center;
background-color: #141414;

View File

@ -0,0 +1,33 @@
.footer {
text-align: center;
background-color: rgb(20, 20, 20);
color: white;
height: 18rem;
padding-top: 4em;
&__title {
font-family: 'Open Sans', sans-serif;
font-weight: lighter;
font-size: 2rem;
margin-bottom: 1.5rem;
}
&__buttons {
margin: auto;
&--button {
font-size: 4rem;
color:whitesmoke;
transition: all .2s;
&:not(:last-child){
margin-right: 2rem;
}
&:hover {
color:rgb(250, 164, 36);
}
}
}
}

View File

@ -1,5 +1,5 @@
.header {
position: relative;
background-color: rgb(247, 247, 247);
height: calc(100vh - 3rem);
overflow: hidden;
@ -118,36 +118,10 @@
top: -2px;
}
.footer {
text-align: center;
background-color: rgb(20, 20, 20);
color: white;
height: 18rem;
padding-top: 4em;
&__title {
font-family: 'Open Sans', sans-serif;
font-weight: lighter;
font-size: 2rem;
margin-bottom: 1.5rem;
}
&__buttons {
margin: auto;
&--button {
font-size: 4rem;
color:whitesmoke;
transition: all .2s;
&:not(:last-child){
margin-right: 2rem;
}
&:hover {
color:rgb(250, 164, 36);
}
}
}
.sengi-icon {
position: absolute;
top: 3rem;
left: 3rem;
width: 6rem;
height: 6rem;
}

View File

@ -4,4 +4,5 @@
@import "./base/base";
@import "./layout/grid";
@import "./layout/header";
@import "./layout/header";
@import "./layout/footer";

BIN
docs/images/sengi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -16,15 +16,15 @@
<body>
<header class="header">
<img class="sengi-icon" src="images/sengi.png">
<div class="row">
<div class="col-1-of-2">
<img class="header__image" src="images/sengi_image.png" />
</div>
<div class="col-1-of-2">
<div class="header__download-box">
<h1 class="header__download-box--title">
Discover Sengi
</h1>
<h1 class="header__download-box--title">Discover Sengi</h1>
<div class="header__download-box--description">
A FLOSS multi-account Mastodon and Pleroma desktop client<br />