Legacy merge and update after the Summer 2018 downtime

This commit is contained in:
Ethan N. Paul
2018-09-20 23:06:48 -04:00
parent 56c79a074e
commit 8e14c606b1
51 changed files with 118 additions and 1194 deletions

View File

@@ -86,7 +86,7 @@ h1, h2, h3, h4, h5, h6 {
display: table;
width: 100%;
height: 100vh;
background: url(../img/network.jpg) top center fixed;
background: url(https://static.foundatio.nl/backgrounds/cl-network.jpg) top center fixed;
background-size: cover;
}
@@ -495,7 +495,7 @@ body.mobile-nav-active #mobile-nav-toggle {
/* Get Started Section
--------------------------------*/
#about {
background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../img/watch.jpg") fixed center center;
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://static.foundatio.nl/backgrounds/bw-watch.jpg") fixed center center;
padding: 80px 0;
}
@@ -522,7 +522,7 @@ body.mobile-nav-active #mobile-nav-toggle {
/* Network Section
--------------------------------*/
#network {
background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url("../img/datacenter.jpg") fixed center center;
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://static.foundatio.nl/backgrounds/bw-datacenter.jpg") fixed center center;
background-size: cover;
padding: 80px 0 60px 0;
}
@@ -643,7 +643,7 @@ body.mobile-nav-active #mobile-nav-toggle {
/* Portfolio Section
--------------------------------*/
#project {
background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../img/engine.jpg") fixed center center;;
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://static.foundatio.nl/backgrounds/bw-engine.jpg") fixed center center;;
padding: 80px 0;
}