-
Notifications
You must be signed in to change notification settings - Fork 0
/
sisterlocation.html
59 lines (53 loc) · 2.31 KB
/
sisterlocation.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>We're Expanding!</title>
</head>
<body>
<header>
<h1>We're Expanding!</h1>
<div class="navbar">
<a href="index.html">Bakery Home</a>
<a href="about.html">Conract Information and Social Medias</a>
<a href="sisterlocation.html">Information about Expanding Location</a>
<li><a href=materialize.html>Expanding Location</a></li>
<li><a href=materialize2.html>Expanding Location</a></li>
<a href="jquery.html">JQuery</a>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
</div>
</header>
<section>
<h2>Visit Our Sister Location</h2>
<p>Elise’s Autumn Table, projected to open October 2025 on 515 Fairytale Lane, Oxford Ohio 45056. We will be
specializing in hearty autumn meals such as soups, salads, and sandwiches. Our new staff is committed to our
same business model, just in a new location!</p>
</section>
<section>
<h2>Check Out a Sneak Peek of Our New Menu!</h2>
<ul>
<li>
<strong>$11 HEIRLOOM TOMATO SANDWICH</strong><br>
Local Heirloom Tomatoes, Havarti Cheese, housemade Basil Mayo, and fresh cracked Sea Salt & Black Pepper
on thick cut 5 Grain toast
</li>
<li>
<strong>$10.95 SEASONAL HARVEST PUMPKIN SALAD</strong><br>
Mixed Greens, Maple Roasted Pumpkin, Goat Cheese, Roasted Onion, Pepitas, Microgreens, and Golden
Raisins with our Balsamic Vinaigrette
</li>
<li>
<strong>$15.95 SWEET POTATO COBB SALAD</strong><br>
Romaine, Roasted Sweet Potato, Avocado, Blue Cheese, Hard Boiled Egg, Dates, Red Onion, Bacon, local
Microgreens, and toasted Sunflower Seeds with our Buttermilk Ranch
</li>
</ul>
</section>
<footer>
<p>© 2024 Elise’s Pumpkin Loaf Bakery. All rights reserved.</p>
</footer>
</body>
</html>