diff --git a/css/style.css b/css/style.css new file mode 100644 index 000000000..486808241 --- /dev/null +++ b/css/style.css @@ -0,0 +1,126 @@ +html, body { + font-family: 'Chivo', sans-serif; + color: #e7b17d; +} + +body { + background-color: #551E19; + background-image: url("../images/fireplace.webp"); + /*background-size: 100%;*/ + background-repeat: no-repeat; + background-attachment: fixed; + background-size: cover; +} + +.headerFont { + font-family: 'MuseoModerno', sans-serif; +} + +.navbar-brand img { + width: 20%; + height: 20%; + margin: 0; + padding: 0; +} + +.navbar { + background-color: #551e19; +} + +#search-Coffee { + background-color: #99592b; + color: #551e19; + border-color: black; + margin-right: 10px; +} + +.coffees-container { + margin-top: 6em; +} + +#roast-selection { + background-color: #99592b; + border-color: black; + color: #e7b17d; + width: 50%; + height: 3em; +} + +.new-roast-selection-label, #new-roast-selection, #new-coffee-name { + background-color: #99592b; + border-color: black; + color: #e7b17d; +} + +.coffeeCard { + margin: 5px; + background-color: #551E19; + text-align: center; +} + +.coffeeCard img { + width: 100%; + height: 70%; + border-radius: 2%; +} + +.add-button { + position: fixed; + right: 0; + bottom: 0; + z-index: 1030; +} + +.cigar-pairing-box { + position: fixed; + right: 10em; + /*bottom: 2em;*/ + /*z-index: 1030;*/ +} + +.cigar-pairing-box, .roast-pairing-list li, .cigar-pairing-list li { + background-color: #551e19; + color: #e7b17d; + border-radius: 2%; +} + +.offcanvas-body, .offcanvas-header { + background-color: #551e19; + border-color: black; + color: #e7b17d; +} + +.pairing-card{ + width: 36%; + height: 20%; + margin-top: 30em; + margin-right: -9em; + border-radius: 2%; + font-size: 15px; +} + +.roast-info{ + font-size: 15px; + width: 38%; + position: fixed; + right: 0em; + top: 3em; + z-index: 4; + margin-top: 7em; + padding-bottom: 0; + border-radius: 2%; +} + +.roast-header{ + background-color: #551e19; + border-color: black; + color: #e7b17d; +} + +.add-card{ + background-color: #99592b; +} + +.coffee-bean-btn { + border: thick black; +} \ No newline at end of file diff --git a/images/OldPaperBackground.webp b/images/OldPaperBackground.webp new file mode 100644 index 000000000..beda29ac0 Binary files /dev/null and b/images/OldPaperBackground.webp differ diff --git a/images/american.webp b/images/american.webp new file mode 100644 index 000000000..24805c840 Binary files /dev/null and b/images/american.webp differ diff --git a/images/breakfast.jpeg b/images/breakfast.jpeg new file mode 100644 index 000000000..e898bb1e0 Binary files /dev/null and b/images/breakfast.jpeg differ diff --git a/images/cinnamon-beans.jpg b/images/cinnamon-beans.jpg new file mode 100644 index 000000000..63ce7bd7b Binary files /dev/null and b/images/cinnamon-beans.jpg differ diff --git a/images/cinnamon.jpeg b/images/cinnamon.jpeg new file mode 100644 index 000000000..cd9d7a7bd Binary files /dev/null and b/images/cinnamon.jpeg differ diff --git a/images/city.jpeg b/images/city.jpeg new file mode 100644 index 000000000..2a2f50ccc Binary files /dev/null and b/images/city.jpeg differ diff --git a/images/coffee-images-all.jpeg b/images/coffee-images-all.jpeg new file mode 100644 index 000000000..f994f9392 Binary files /dev/null and b/images/coffee-images-all.jpeg differ diff --git a/images/coffeebean.png b/images/coffeebean.png new file mode 100644 index 000000000..f838ce891 Binary files /dev/null and b/images/coffeebean.png differ diff --git a/images/continental.jpeg b/images/continental.jpeg new file mode 100644 index 000000000..1b620b5a6 Binary files /dev/null and b/images/continental.jpeg differ diff --git a/images/destinguished-gentleman-high-resolution-color-logo.png b/images/destinguished-gentleman-high-resolution-color-logo.png new file mode 100644 index 000000000..6f599707a Binary files /dev/null and b/images/destinguished-gentleman-high-resolution-color-logo.png differ diff --git a/images/destinguished-gentleman-high-resolution-logo-color-on-transparent-background.png b/images/destinguished-gentleman-high-resolution-logo-color-on-transparent-background.png new file mode 100644 index 000000000..ff8386d5b Binary files /dev/null and b/images/destinguished-gentleman-high-resolution-logo-color-on-transparent-background.png differ diff --git a/images/espresso-beans.jpg b/images/espresso-beans.jpg new file mode 100644 index 000000000..63047bf67 Binary files /dev/null and b/images/espresso-beans.jpg differ diff --git a/images/espresso.jpeg b/images/espresso.jpeg new file mode 100644 index 000000000..210bee8e2 Binary files /dev/null and b/images/espresso.jpeg differ diff --git a/images/european.jpeg b/images/european.jpeg new file mode 100644 index 000000000..98be78d78 Binary files /dev/null and b/images/european.jpeg differ diff --git a/images/fireplace.webp b/images/fireplace.webp new file mode 100644 index 000000000..67c2bd91a Binary files /dev/null and b/images/fireplace.webp differ diff --git a/images/french.jpeg b/images/french.jpeg new file mode 100644 index 000000000..5db794efc Binary files /dev/null and b/images/french.jpeg differ diff --git a/images/half-city.jpeg b/images/half-city.jpeg new file mode 100644 index 000000000..cbd0b931b Binary files /dev/null and b/images/half-city.jpeg differ diff --git a/images/hear-espresso-beans.jpg b/images/hear-espresso-beans.jpg new file mode 100644 index 000000000..c1a66a638 Binary files /dev/null and b/images/hear-espresso-beans.jpg differ diff --git a/images/high.jpeg b/images/high.jpeg new file mode 100644 index 000000000..2b355b699 Binary files /dev/null and b/images/high.jpeg differ diff --git a/images/insert-coffee.webp b/images/insert-coffee.webp new file mode 100644 index 000000000..611196541 Binary files /dev/null and b/images/insert-coffee.webp differ diff --git a/images/italian.webp b/images/italian.webp new file mode 100644 index 000000000..f645c37dd Binary files /dev/null and b/images/italian.webp differ diff --git a/images/light-city.jpeg b/images/light-city.jpeg new file mode 100644 index 000000000..5663ec7a4 Binary files /dev/null and b/images/light-city.jpeg differ diff --git a/images/new-orleans.jpeg b/images/new-orleans.jpeg new file mode 100644 index 000000000..65f1ac817 Binary files /dev/null and b/images/new-orleans.jpeg differ diff --git a/images/roasting-type.jpeg b/images/roasting-type.jpeg new file mode 100644 index 000000000..f7ef49239 Binary files /dev/null and b/images/roasting-type.jpeg differ diff --git a/images/vienesse.jpeg b/images/vienesse.jpeg new file mode 100644 index 000000000..66a7575d9 Binary files /dev/null and b/images/vienesse.jpeg differ diff --git a/index.html b/index.html index 0d5208117..0cc70256b 100644 --- a/index.html +++ b/index.html @@ -3,32 +3,129 @@
| ID | -NAME | -ROAST | -
|---|