From 796d77ac622986eef7ce224c321f704cfeb28b2e Mon Sep 17 00:00:00 2001 From: dugo3number2 Date: Mon, 22 Jan 2024 16:12:46 -0600 Subject: [PATCH] Layout and some content --- info/layout.md | 19 +++---- src/about/index.html | 46 +++++++++++++++++ src/index.html | 17 ++++++- src/menu/index.html | 84 ++++++++++++++++++++++++++++++ src/order/index.html | 118 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 273 insertions(+), 11 deletions(-) create mode 100644 src/menu/index.html create mode 100644 src/order/index.html diff --git a/info/layout.md b/info/layout.md index b5fd1f3..95d5834 100644 --- a/info/layout.md +++ b/info/layout.md @@ -7,17 +7,17 @@ # Home page # I. Site-wide header # II. Large banner -## A. Slowly spinning coffee mug background +## A. Video background ## B. Text saying "The best coffee made by the best students spinning in the center ## C. Order and menu buttons (to go to respective pages) # III.Info ## A. Hours ## B. Dates ## C. Location -# IV. Highlighted coffees -## A. Hot Chocolate Latte -## B. Iced Coffee -## C. Sugar-free Hot Chocolate +# IV. Special options +## A. Mocha +## B. Sugar-free +## C. Almond milk # V. Images # VI. Site-wide footer @@ -32,15 +32,16 @@ # I. Site-wide header # II. Order button # III.Drink options -# IV. Add-ons +# IV. Milk options +# V. Add-ons ## A. Syrups ## B. Drizzles ## C. Whipped Cream -# V. Desserts -# VI. Order button -# VII. Site-wide footer +# V. Order button +# VI. Site-wide footer # Order page +NOTE: Use code to switch between each section to create better flow # I. Site-wide header # II. Information ## A. Name diff --git a/src/about/index.html b/src/about/index.html index e69de29..dc53faf 100644 --- a/src/about/index.html +++ b/src/about/index.html @@ -0,0 +1,46 @@ + + + + + + About - Beacon Blend + + +
+

Beacon Blend

+ +
+
+

About

+
+

About LCS Beacon Blend

+

About paragraph here

+
+
+

About Lighthouse Christian School

+

About LCS paragraph here

+
+
+

Images here

+
+
+ + + \ No newline at end of file diff --git a/src/index.html b/src/index.html index 91049da..2f1daa9 100644 --- a/src/index.html +++ b/src/index.html @@ -18,21 +18,34 @@
- + The best coffee made by the best students
+

Information here

+

Mocha

+

Sugar-free

+

Almond Milk

+

Images here

\ No newline at end of file diff --git a/src/menu/index.html b/src/menu/index.html new file mode 100644 index 0000000..5e9f391 --- /dev/null +++ b/src/menu/index.html @@ -0,0 +1,84 @@ + + + + + + Menu - Beacon Blend + + +
+

Beacon Blend

+ +
+
+

Menu

+
+ Order online +
+
+

16oz Hot Drinks - $2.50 each

+
    +
  • Espresso (single or double)
  • +
  • Latte
  • +
  • Mocha
  • +
  • Americano
  • +
  • Cappucino
  • +
  • Hot Chocolate (available sugar-free)
  • +
+

16oz Cold Drinks - $2.50 each

+
    +
  • Iced Coffee (Espresso and Milk)
  • +
  • Espresso (single or double)
  • +
  • Latte
  • +
  • Mocha
  • +
+

All drinks are available with whole or almond milk.

+
+
+

Syrups (with sugar)

+
    +
  • Salted Caramel
  • +
  • French Vanilla
  • +
  • Classic Hazelnut
  • +
  • Butter Pecan
  • +
  • Pumpkin
  • +
  • Peppermint
  • +
+

Syrups (sugar-free)

+
    +
  • Vanilla
  • +
  • Toasted Marshmallow
  • +
+

Swirls

+
    +
  • Mocha
  • +
  • White Mocha
  • +
  • Caramel
  • +
+

Whipped cream is available as an option for each drink.

+
+
+

Sound good?

+ Order online now! +
+
+ + + \ No newline at end of file diff --git a/src/order/index.html b/src/order/index.html new file mode 100644 index 0000000..f812929 --- /dev/null +++ b/src/order/index.html @@ -0,0 +1,118 @@ + + + + + + Order - Beacon Blend + + +
+

Beacon Blend

+ +
+
+

Order Online

+
+

Just want to browse the menu?

+ Menu +
+
+
+

Your contact information

+ + + +
+ +
+
+ +
+ Next +
+
+

Your drink

+

$2.50

+ +
+ +
+
+ +
+ Next +
+
+

Your milk choice

+ +

Your add-ons

+
+
+
+
+
+
+
+
+
+
+
+
+ Next +
+
+

Your payment

+ +

Special notes

+ + +
+
+
+ Beacon Blend +
+ ©2024 Lighthouse Christian School
+ Created for LCS and Student Conventions by David Jentes + + + \ No newline at end of file