-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'materialize2.html' of https://github.com/Miami-Universi…
…ty-ETBD/Elise---Malles into materialize2.html
- Loading branch information
Showing
5 changed files
with
210 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Elise’s Pumpkin Loaf Bakery</title> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>Elise’s Pumpkin Loaf Bakery</h1> | ||
<div> | ||
<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> | ||
<link rel="stylesheet" href="styles.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css"> | ||
<a href="https://raec.rocklinusd.org/documents/gradportfoliofiles/standard%20application.pdf" target="_blank">Apply Today!</a> | ||
</div> | ||
</header> | ||
|
||
<section id="about"> | ||
<h2>About Us</h2> | ||
<p>We are a small, locally run and operated business on the corner of High Street and S Poplar Street in the historic downtown of Oxford, Ohio. We believe that customers should be able to taste the heart, soul, and passion put into each of our products, which is why we make everything in-house but our heavily renowned pastry chefs. We can pridefully say all of our ingredients come from the local Oxford area, because we are committed to supporting a greater cause and giving back to the community who has truly given us everything. Serving the Oxford Community since 2002, and committed to continue servicing for more to come!</p> | ||
</section> | ||
|
||
<section id="contact"> | ||
<h2>Contact Us</h2> | ||
<p><strong>Address:</strong> 533 S Poplar Street, Oxford Ohio, 45056</p> | ||
<p><strong>Phone:</strong> (555) 847-7834</p> | ||
<p><strong>Email:</strong> <a href="mailto:info@Elise’sPumpkinLoafBakery.com">info@Elise’sPumpkinLoafBakery.com</a></p> | ||
</section> | ||
|
||
<section> | ||
<ul class="collapsible"> | ||
<li> | ||
<div class="collapsible-header"><i class="material-icons">filter_drama</i>Instagram</div> | ||
<div class="collapsible-body"> | ||
<span><strong>Instagram:</strong> @Elise’sPumpkinloaves</span> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="collapsible-header"><i class="material-icons">place</i>Facebook</div> | ||
<div class="collapsible-body"> | ||
<span><strong>Facebook:</strong> @Elise’sPumpkinloaves</span> | ||
</div> | ||
</li> | ||
<li> | ||
<div class="collapsible-header"><i class="material-icons">whatshot</i>TikTok</div> | ||
<div class="collapsible-body"> | ||
<span><strong>TikTok:</strong> @Elise’sPumpkinloaves</span> | ||
</div> | ||
</li> | ||
</ul> | ||
</section> | ||
<section> | ||
<h2>Recreate the Fun at Home!</h2> | ||
<p>On days when we're closed, you can still enjoy our delicious pumpkin loaf! Follow this quick and easy recipe to bring the taste of Delicious Bakery to your kitchen.</p> | ||
<p> | ||
<a href="https://www.youtube.com/watch?app=desktop&v=8a_DGXFQpKU" target="_blank">Pumpkin Loaf Recipe at Home</a> | ||
</p> | ||
</section> | ||
<footer> | ||
<p>© 2024 Elise’s Pumpkin Loaf Bakery. All rights reserved.</p> | ||
</footer> | ||
</body> | ||
</html> | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.