diff --git a/www/img/splash-jason.jpg b/www/img/splash-jason.jpg index 34a18cd..8fa4037 100644 Binary files a/www/img/splash-jason.jpg and b/www/img/splash-jason.jpg differ diff --git a/www/index.html b/www/index.html index e8dd581..a77ddcd 100644 --- a/www/index.html +++ b/www/index.html @@ -9,6 +9,7 @@ /* Variables */ :root { --jason-bg-color: #F2EDEA; + --flo-bg-color: #601F22; --title-font: 'Cinzel', serif; --body-font: 'Raleway', sans-serif; } @@ -19,15 +20,19 @@ @media ( min-width: 992px ) { .row { width: 200vw; position: relative; left: -50vw; } - .col { min-height: 100vh; } + .col { min-height: 100vh; flex-direction: column; } } /* .info { text-align: center; } */ .splash { width: 100%; height: 100%; } .splash img { width: 100%; height: 100%; border-radius: 1rem; object-fit: cover; } + .banner, .details { width: 100%; } .banner img {max-width: 20vw; max-height: 20vh; } + .details { width: 80%; } + .details ul { padding: 0; } + .details li { list-style: none; height: 3rem; background-color: #FFF000; margin-bottom: 1rem; border-radius: 0.5rem; } .bg-jason { background-color: var(--jason-bg-color); } - #info-flo { background-color: #00FF00; } + .bg-flo { background-color: var(--flo-bg-color); } #back { position: fixed; top: -3rem; right: -3rem; z-index: 200; height: 3rem; width: 3rem; font-size: 3rem; } #back a { color: #FF0000; } @@ -140,15 +145,27 @@

Jason Williams

+
+ +
-
+
-
+
Flo Image