Remove about page

main
dugo3number2 2024-08-19 15:47:04 -05:00
parent 178bc1f5da
commit 4b271d28fb
1 changed files with 0 additions and 53 deletions

View File

@ -1,53 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About - Beacon Blend</title>
<link rel="stylesheet" href="../assets/css/main.css" />
</head>
<body>
<header>
<h1>Beacon Blend</h1>
<nav>
<ul>
<li><a href="..">Home</a></li>
<li><a href="#" id="current">About</a></li>
<li><a href="../menu">Menu</a></li>
<li><a href="../order">Order</a></li>
</ul>
</nav>
</header>
<main class="top">
<h2 class="title">About</h2>
<section>
<h2 class="title">About LCS Beacon Blend</h2>
<div class="img-container">
<img src="../assets/img/shop.jpg" />
</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>
</section>
<section>
<h2 class="title">About Lighthouse Christian School</h2>
<div class="img-container">
<img src="../assets/img/ace.jpg" />
</div>
<p>Lighthouse Christian School is the model school of A.C.E. School of Tomorrow, located in the world headquarters. Although we are a small school, we make up for it with our unique personalities and interests, as well as our competition at convention. We have other fundraisers besides the coffee shop, like bake sales, vending machines, dinner nights, banquets, coupon cards, and more. All of this money helps us to go to RSC and ISC.</p>
</section>
</main>
<footer>
<span>Beacon Blend</span><br />
<nav>
<ul>
<li><a href="..">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="../menu">Menu</a></li>
<li><a href="../order">Order</a></li>
</ul>
</nav><br />
<span>&copy;2024 Lighthouse Christian School</span><br />
<span>Created for LCS and Student Conventions by David Jentes</span>
</footer>
<script src="../assets/js/navhide.js"></script>
</body>
</html>