Add order confirmation

main
dugo3number2 2024-08-19 15:47:31 -05:00
parent 4b271d28fb
commit f320f54d9d
1 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,45 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Order confirmed - 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="about">About</a></li>
<li><a href="menu">Menu</a></li>
<li><a href="order">Order</a></li>
</ul>
</nav>
</header>
<div class="cover">
<h1 class="cover-tagline">The best coffee made by the best students</h1>
</div>
<main>
<section>
<!-- Information -->
<h1>Order confirmed</h1>
<p>You will be contacted at your provided phone number or extension if provided when your coffee is ready.</p>
<p>If, for some reason, your coffee order is wrong, please contact Mr. Shiverdeck or ask a student at the coffee shop.</p>
<p>To have an order cancelled, please contact Mr. Shiverdeck.</p>
</section>
<footer>
<span>Beacon Blend</span><br />
<ul>
<li><a href="#">Home</a></li>
<li><a href="about">About</a></li>
<li><a href="menu">Menu</a></li>
<li><a href="order">Order</a></li>
</ul><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>