diff --git a/about/index.html b/about/index.html index d9ec473..971e843 100644 --- a/about/index.html +++ b/about/index.html @@ -7,29 +7,29 @@ - - + + - - - + + + - - + + - - - - + + + + - ENPaul + ENPaul | About @@ -234,7 +234,7 @@ ©2018 Ethan N. Paul diff --git a/css/style.css b/css/style.css index 23e92bd..45e349c 100644 --- a/css/style.css +++ b/css/style.css @@ -642,12 +642,12 @@ body.mobile-nav-active #mobile-nav-toggle { /* Portfolio Section --------------------------------*/ -#portfolio { +#project { background: #fff; padding: 80px 0; } -#portfolio .portfolio-item { +#project .project-item { background-position: center center; background-size: cover; background-repeat: no-repeat; @@ -659,7 +659,7 @@ body.mobile-nav-active #mobile-nav-toggle { margin-bottom: 30px; } -#portfolio .portfolio-item .details { +#project .project-item .details { height: 260px; background: #fff; display: table-cell; @@ -669,7 +669,7 @@ body.mobile-nav-active #mobile-nav-toggle { text-align: center; } -#portfolio .portfolio-item .details h4 { +#project .project-item .details h4 { font-size: 16px; transition: opacity 0.3s, -webkit-transform 0.3s; transition: transform 0.3s, opacity 0.3s; @@ -680,7 +680,7 @@ body.mobile-nav-active #mobile-nav-toggle { color: #333333; } -#portfolio .portfolio-item .details span { +#project .project-item .details span { display: block; color: #666666; font-size: 13px; @@ -691,16 +691,16 @@ body.mobile-nav-active #mobile-nav-toggle { transform: translate3d(0, 15px, 0); } -#portfolio .portfolio-item:hover .details { +#project .project-item:hover .details { opacity: 0.8; } -#portfolio .portfolio-item:hover .details h4 { +#project .project-item:hover .details h4 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } -#portfolio .portfolio-item:hover .details span { +#project .project-item:hover .details span { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } @@ -840,6 +840,7 @@ body.mobile-nav-active #mobile-nav-toggle { #footer .copyright { text-align: center; + padding-bottom: 5px; } #footer .credits { diff --git a/homelab/index.html b/homelab/index.html index 83cdbc0..b608a91 100644 --- a/homelab/index.html +++ b/homelab/index.html @@ -7,29 +7,29 @@ - + - - - + + + - - + + - - - - + + + + - ENPaul + ENPaul | Homelab @@ -241,10 +241,10 @@ diff --git a/img/banners/about.jpg b/img/banners/about.jpg new file mode 100644 index 0000000..d360a7d Binary files /dev/null and b/img/banners/about.jpg differ diff --git a/img/banners/homelab.jpg b/img/banners/homelab.jpg new file mode 100644 index 0000000..3443f4d Binary files /dev/null and b/img/banners/homelab.jpg differ diff --git a/img/banners/main.jpg b/img/banners/main.jpg new file mode 100644 index 0000000..312301a Binary files /dev/null and b/img/banners/main.jpg differ diff --git a/img/banners/projects.jpg b/img/banners/projects.jpg new file mode 100644 index 0000000..d360a7d Binary files /dev/null and b/img/banners/projects.jpg differ diff --git a/index.html b/index.html index 47e585c..26a4fe6 100644 --- a/index.html +++ b/index.html @@ -7,26 +7,26 @@ - - + + - + - + - - + + - - - - + + + + ENPaul @@ -251,10 +251,7 @@