Overhauled the img files for banner displays, updated project meta

This commit is contained in:
Ethan N. Paul
2018-02-06 11:29:05 -05:00
parent 625da47aaa
commit ff67d24954
11 changed files with 13 additions and 13 deletions

View File

@@ -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/engine.jpg") fixed center center;
background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../img/watch.jpg") fixed center center;
padding: 80px 0;
}
@@ -643,7 +643,7 @@ body.mobile-nav-active #mobile-nav-toggle {
/* Portfolio Section
--------------------------------*/
#project {
background: #fff;
background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../img/engine.jpg") fixed center center;;
padding: 80px 0;
}