Moved new landing page from /new to /

Moved current landing page from / to /archive/3
This commit is contained in:
Ethan N. Paul
2017-02-10 16:28:24 -05:00
parent 55ef4612e9
commit 3b9489f95e
107 changed files with 12692 additions and 147 deletions

File diff suppressed because one or more lines are too long

12
css/hexagons.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -45,7 +45,7 @@ p {
}
a {
color: aqua;
color: #879FBB;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
@@ -54,7 +54,7 @@ a {
a:hover,
a:focus {
text-decoration: none;
color: #42dca3;
color: #fff;
}
.light {
@@ -268,7 +268,8 @@ a:focus {
}
.content-section {
padding-top: 100px;
padding-top: 50px;
text-align: center;
}
.download-section {
@@ -322,10 +323,10 @@ a:focus {
.btn-default:hover,
.btn-default:focus {
border: 1px solid #42dca3;
border: 1px solid #fff;
outline: 0;
color: #000;
background-color: #42dca3;
background-color: #fff;
}
ul.banner-social-buttons {
@@ -360,13 +361,13 @@ footer p {
::-moz-selection {
text-shadow: none;
background: #fcfcfc;
background: #879FBB;
background: rgba(255,255,255,.2);
}
::selection {
text-shadow: none;
background: #fcfcfc;
background: #879FBB;
background: rgba(255,255,255,.2);
}