Overhauled front page and added subsections

This commit is contained in:
Ethan N. Paul
2017-08-29 23:58:03 -04:00
parent 62a7c6609e
commit ded32ad78e
8 changed files with 87 additions and 1766 deletions

1672
css/font-awesome.css vendored

File diff suppressed because it is too large Load Diff

View File

@@ -45,7 +45,7 @@ p {
}
a {
color: #2C7AB7;
color: #2C9FFF;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
@@ -70,7 +70,7 @@ a:focus {
padding-bottom: 10px;
}
.documentation b {
color: #2C7AB7;
color: #2C9FFF;
}
.navbar-custom {
@@ -305,7 +305,8 @@ a:focus {
@media(min-width:767px) {
.content-section {
padding-top: 50px;
padding-top: 100px;
padding-bottom: 100px;
}
.download-section {
@@ -329,8 +330,8 @@ a:focus {
}
.btn-default {
border: 1px solid aqua;
color: aqua;
border: 1px solid #2C9FFF;
color: #2C9FFF;
background-color: transparent;
}