2021-04-29 20:04:32 +10:00

73 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Welcome to Bethany' Pie Shop!</title>
<meta name="author" content="Bethany's Pie Shop">
<meta name="description" content="Store front for Bethany's Pie Shop">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="styles.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<style>
</style>
</head>
<body>
<header id="mainheader">
<nav>
<ul>
<li><img src="images/cake.svg" height="55" /></li>
<li><a href="index.html">Home</a></li>
<li><a href="pieoverview.html">All pies</a></li>
</ul>
</nav>
</header>
<div style="width:1000px;margin-left: auto;margin-right: auto;">
<aside id="leftmenu">
<a href="index.html"><img src="images/bethanylogo.png" /></a>
<header>
<h4 style="text-align: center;">Browse our pies</h4>
</header>
<ul>
<li><a href="pieoverview.html">All pies</a></li>
<li><a href="cheesecakes.html">Cheese cakes</a></li>
<li><a href="fruitpies.html">Fruit pies</a></li>
<li><a href="seasonalpies.html">Seasonal pies</a></li>
<li><a href="#promos">Promotions</a></li>
</ul>
<input type="search" class="searchbox" placeholder="Search our store" />
</aside>
<main id="main">
<article>
<header>
<h1 style="font-size:35px;color:#a593c2">Welcome to Bethany's Pie Shop</h1>
</header>
<p>In the video below, you can see how we create our pies.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/rmMwNp_k36I" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</article>
</main>
<footer>
<p>Our address is <address>Bethany's Pie Shop - Bakery Street 555 Brussels Belgium</address>
</p>
<small>&copy;2020 Bethany's Pie Shop - All rights reserved</small>
<p>Contact us via <a href="mailto:info@bethanyspieshop.com">email</a></p>
<p><small><a href="https://www.snowball.be">Created by Snowball</a></small></p>
</footer>
</div>
</body>
</html>