1
0
Fork 1

Change images and fix links

main
dugo3number2 2024-05-01 10:30:16 -05:00
parent d3490e6d43
commit 3c1cb5be1a
9 changed files with 22 additions and 16 deletions

View File

@ -13,8 +13,8 @@
<ul> <ul>
<li><a href="..">Home</a></li> <li><a href="..">Home</a></li>
<li><a href="#" id="current">About</a></li> <li><a href="#" id="current">About</a></li>
<li><a href="menu">Menu</a></li> <li><a href="../menu">Menu</a></li>
<li><a href="order">Order</a></li> <li><a href="../order">Order</a></li>
</ul> </ul>
</nav> </nav>
</header> </header>
@ -23,7 +23,7 @@
<section> <section>
<h2 class="title">About LCS Beacon Blend</h2> <h2 class="title">About LCS Beacon Blend</h2>
<div class="img-container"> <div class="img-container">
<img src="../assets/img/coffee1.png" /> <img src="../assets/img/shop.jpg" />
</div> </div>
<p>Beacon Blend is the coffee shop run by Lighthouse Christian School as a fundraiser. We serve many varieties of coffee with all of your favorite add-ons. All of our profit supports us to go to A.C.E.'s Regional and International Student Conventions. There, we compete in events in categories such as music, platform, athletics, art, photography, and more. The trip to ISC is where most of the money is spent because of the distance. We appreciate all of the support we receive through the coffee shop, and we aim to please all of our customers with the best service and quality we can.</p> <p>Beacon Blend is the coffee shop run by Lighthouse Christian School as a fundraiser. We serve many varieties of coffee with all of your favorite add-ons. All of our profit supports us to go to A.C.E.'s Regional and International Student Conventions. There, we compete in events in categories such as music, platform, athletics, art, photography, and more. The trip to ISC is where most of the money is spent because of the distance. We appreciate all of the support we receive through the coffee shop, and we aim to please all of our customers with the best service and quality we can.</p>
</section> </section>
@ -41,8 +41,8 @@
<ul> <ul>
<li><a href="..">Home</a></li> <li><a href="..">Home</a></li>
<li><a href="#">About</a></li> <li><a href="#">About</a></li>
<li><a href="menu">Menu</a></li> <li><a href="../menu">Menu</a></li>
<li><a href="order">Order</a></li> <li><a href="../order">Order</a></li>
</ul> </ul>
</nav><br /> </nav><br />
<span>&copy;2024 Lighthouse Christian School</span><br /> <span>&copy;2024 Lighthouse Christian School</span><br />

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
src/assets/img/shop.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

BIN
src/assets/img/shop1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@ -53,13 +53,13 @@
<section> <section>
<div class="flex"> <div class="flex">
<div class="img-container"> <div class="img-container">
<img src="assets/img/coffee1.png" /> <img src="assets/img/shop.jpg" />
</div> </div>
<div class="img-container"> <div class="img-container">
<img src="assets/img/coffee2.png" /> <img src="assets/img/coffeemake.jpg" />
</div> </div>
<div class="img-container"> <div class="img-container">
<img src="assets/img/machine.png" /> <img src="assets/img/shop1.jpg" />
</div> </div>
</div> </div>
</section> </section>

View File

@ -12,18 +12,21 @@
<nav> <nav>
<ul> <ul>
<li><a href="..">Home</a></li> <li><a href="..">Home</a></li>
<li><a href="about">About</a></li> <li><a href="../about">About</a></li>
<li><a href="#" id="current">Menu</a></li> <li><a href="#" id="current">Menu</a></li>
<li><a href="order">Order</a></li> <li><a href="../order">Order</a></li>
</ul> </ul>
</nav> </nav>
</header> </header>
<main class="top"> <main class="top">
<h2 class="title">Menu</h2> <h2 class="title">Menu</h2>
<div class="button-container"> <div class="button-container">
<a href="order" class="button">Order online</a> <a href="../order" class="button">Order online</a>
</div> </div>
<section> <section>
<div class="img-container">
<img src="../assets/img/hotcoffee.jpg" />
</div>
<h2 class="title">16oz Hot Drinks - $2.50 each</h2> <h2 class="title">16oz Hot Drinks - $2.50 each</h2>
<div class="ul-wrapper"> <div class="ul-wrapper">
<ul> <ul>
@ -35,8 +38,11 @@
<li>Hot Chocolate (available sugar-free)</li> <li>Hot Chocolate (available sugar-free)</li>
</ul> </ul>
</div> </div>
<div class="ul-wrapper"> <div class="img-container">
<img src="../assets/img/icedcoffee.jpg" />
</div>
<h2 class="title">16oz Cold Drinks - $2.50 each</h2> <h2 class="title">16oz Cold Drinks - $2.50 each</h2>
<div class="ul-wrapper">
<ul> <ul>
<li>Iced Coffee (Espresso and Milk)</li> <li>Iced Coffee (Espresso and Milk)</li>
<li>Espresso (single or double)</li> <li>Espresso (single or double)</li>
@ -80,7 +86,7 @@
<section class="extrapad"> <section class="extrapad">
<h2 class="title">Sound good?</h2> <h2 class="title">Sound good?</h2>
<div class="button-container"> <div class="button-container">
<a href="order" class="button button-alt">Order online now!</a> <a href="../order" class="button button-alt">Order online now!</a>
</div><br /> </div><br />
</section> </section>
</main> </main>
@ -88,9 +94,9 @@
<span>Beacon Blend</span><br /> <span>Beacon Blend</span><br />
<ul> <ul>
<li><a href="..">Home</a></li> <li><a href="..">Home</a></li>
<li><a href="about">About</a></li> <li><a href="../about">About</a></li>
<li><a href="#">Menu</a></li> <li><a href="#">Menu</a></li>
<li><a href="order">Order</a></li> <li><a href="../order">Order</a></li>
</ul><br /> </ul><br />
<span>&copy;2024 Lighthouse Christian School</span><br /> <span>&copy;2024 Lighthouse Christian School</span><br />
<span>Created for LCS and Student Conventions by David Jentes</span> <span>Created for LCS and Student Conventions by David Jentes</span>

View File

@ -23,7 +23,7 @@
<h2 class="title">Order Online</h2> <h2 class="title">Order Online</h2>
<h2 class="title" id="menu1">Just want to browse the menu?</h2> <h2 class="title" id="menu1">Just want to browse the menu?</h2>
<div class="button-container" id="menu2"> <div class="button-container" id="menu2">
<a href="menu" class="button">Menu</a> <a href="../menu" class="button">Menu</a>
</div><br /> </div><br />
<div class="button-container"> <div class="button-container">
<a href="../notetojudges.html" id="note">Note to judges about this page</a> <a href="../notetojudges.html" id="note">Note to judges about this page</a>