Add feature images to homepage

This commit is contained in:
str4d
2016-03-07 01:39:32 +00:00
parent 4bef9cb3c2
commit ee88c76a89
5 changed files with 39 additions and 10 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 KiB

View File

@@ -206,19 +206,30 @@ menu ul,
*/
div#content .main {
padding: 4em 35% 4em 10%;
padding: 4em 10% 4em 50%;
}
.main img {
position: absolute;
}
.main img.routerconsole {
left: 10%;
max-height: 70%;
max-width: 35%;
top: 10%;
}
.main img.android {
left: 35%;
max-height: 60%;
max-width: 10%;
top: 30%;
}
.main .get-i2p {
position: absolute;
right: 10%;
margin-top: -1em;
max-width: 20%;
-moz-transform: rotate(-5deg);
transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
margin-top: 1em;
max-width: 50%;
}
.main .get-i2p:hover {

View File

@@ -108,6 +108,22 @@ div#content .main {
padding: 4em 10%
}
.main img.routerconsole {
float: left;
left: 10%;
margin-bottom: 1em;
max-width: 85%;
top: 10%;
}
.main img.android {
left: 70%;
max-height: 60%;
max-width: 20%;
position: absolute;
top: 15%;
}
.main .get-i2p {
margin-bottom: -1.5em;
margin-top: .5em;