diff --git a/.DS_Store b/.DS_Store index 807956c49..8564d0db2 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/css/index.css b/css/index.css index 21442c782..1bf8b1de4 100644 --- a/css/index.css +++ b/css/index.css @@ -18,7 +18,7 @@ menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; - border: 0; + /* border: 0; */ font-size: 100%; font: inherit; vertical-align: baseline; @@ -49,6 +49,7 @@ table { * { box-sizing: border-box; + border: 1px solid grey; } html { @@ -91,9 +92,42 @@ header { background-size: cover; background-position: center; background-repeat: no-repeat; + background-color: rgb(0, 4, 17, .8); + color: rgb(225, 239, 230); +} +h1{ + display: flex; + justify-content: center; + color: rgb(225, 239, 230); +} +nav{ + display: flex; + flex-direction: column; +} + +.navlinks{ + display: flex; + flex-direction: row-reverse; + justify-content: space-evenly; +} +nav a{ + color: rgb(225, 239, 230); +} +nav a:hover{ + color: lightskyblue; +} +i{ + font-size: 3.5rem; +} +.sociallinks{ + width: 25%; + margin: auto; + padding: 20px; + display: flex; + justify-content: space-evenly; } -/* spacers */ +spacers .spacer { width: 100%; height: 20vh; @@ -107,21 +141,38 @@ header { /* gallery section */ .gallery { - width: 100%; - height: 100vh; + /* width: 70%; */ + /* height: 90vh; */ text-align: center; background-color: rgb(0, 4, 17); + color: rgb(225, 239, 230); + /* display: flex; */ + /* flex-direction: column; */ +} +.galleryimg{ + width: 100%; + display: flex; + justify-content: space-evenly; + flex-flow: row wrap; +} +.galleryimg div{ + width: 30%; + margin-bottom: 10px; +} +.galleryimg div img{ + width: 100%; } /* about us section */ .about { width: 100%; - height: 75vh; + height: 100vh; text-align: center; background-image: url("../img/staff-cooks.jpg"); background-size: cover; background-position: top; background-repeat: no-repeat; + color: rgb(225, 239, 230); } .about-container { @@ -149,6 +200,7 @@ header { background-position: center; background-repeat: no-repeat; background-color: rgb(0, 4, 17); + color: rgb(225, 239, 230); } .contact-container { @@ -188,22 +240,78 @@ header { width: 25%; } +.contacts a{ + color: rgb(225, 239, 230); +} + + /* footer section */ -footer { +footer{ width: 100%; - height: 15vh; - padding-top: 2.5vh; - font-size: 3rem; + display: flex; + justify-content: space-between; + padding: 20px; + background-color: rgb(0, 4, 17); + color: rgb(225, 239, 230); +} +.maillist{ + width: 35%; + text-align: center; +} +input{ + padding: 10px 10px; + width: 70%; +} +button{ + padding: 10px 20px; +} +.navrow{ + display: flex; + flex-direction: row-reverse; + justify-content: space-between; + gap: 0 100px; +} +.copyright p{ + font-size: 1.5rem; + display: flex; + justify-content: flex-end; + align-items: flex-end; } /* mobile media query */ @media (max-width: 428px) { /* header section */ - + header { + width: 100%; + display: flex; + flex-direction: column; + text-align: center; + } + h1{ + font-size: 5rem; + } + .navlinks{ + display: flex; + flex-direction: column; + text-align: center; + } + .sociallinks{ + display: flex; + gap: 0 10px; + } /* gallery section */ .gallery { + /* height: auto; */ + } + .galleryimg{ + width: 100%; height: auto; + display: flex; + flex-direction: column; + } + .galleryimg div{ + width: 100%; } /* about us section */ @@ -238,16 +346,8 @@ footer { .hours { width: 100%; } - .contacts { width: 100%; padding-bottom: 2.5vh; } - - /* footer section */ - footer { - height: auto; - padding-top: 2.5vh; - font-size: 2rem; - } } diff --git a/index.html b/index.html index 775cccb67..e3f6ef219 100644 --- a/index.html +++ b/index.html @@ -4,50 +4,66 @@ - + Sprint Challenge - Home +
-
- BLOOMTECH BAR AND GRILL - - - Menu - Reservations - Special Offers - Contact -
+

BLOOMTECH BAR AND GRILL

+ +
@@ -82,7 +98,7 @@

Good Food, Great People

-
+

CONTACT US

@@ -125,15 +141,21 @@

Contacts

- Join our mailing list! - Sign Up - - Menu - Reservations - Special Offers - Contact - - ©2022 BloomTech Restaurant Group, Inc. All Rights Reserved. +
+

Join our mailing list!

+ +
+
+ + +
diff --git a/menu.html b/menu.html index 08457325c..64f8b0bb0 100644 --- a/menu.html +++ b/menu.html @@ -4,131 +4,174 @@ - + Sprint Challenge - Menu + +
-
- BLOOMTECH BAR AND GRILL - - - Menu - Reservations - Special Offers - Contact -
+
+

BLOOMTECH BAR AND GRILL

+ + +
-
- - Join our mailing list! - Sign Up - - Menu - Reservations - Special Offers - Contact - - ©2022 BloomTech Restaurant Group, Inc. All Rights Reserved. -
+