80 lines
3.3 KiB
HTML
80 lines
3.3 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<script src="js/elements.js"></script>
|
||
|
<link rel="stylesheet" href="css/style.css" />
|
||
|
<title>yeet</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
<header>
|
||
|
<h1>yequari's emporium of excellent toys</h1>
|
||
|
<h3><em>Odd that we only have Transformers though</em></h3>
|
||
|
</header>
|
||
|
<div class="content">
|
||
|
<div class="storefront">
|
||
|
|
||
|
<div class="shelf-group">
|
||
|
<h2>Featured</h2>
|
||
|
<toy-shelf>
|
||
|
<ul>
|
||
|
<li>Armada Megatron</li>
|
||
|
<li>Leo Prime</li>
|
||
|
<li>Coronation Starscream</li>
|
||
|
</ul>
|
||
|
</toy-shelf>
|
||
|
<toy-shelf>
|
||
|
<ul>
|
||
|
<li>Armada Starscream</li>
|
||
|
<li>Leo Nemesis Prime</li>
|
||
|
<li>Optimus Prime</li>
|
||
|
</ul>
|
||
|
</toy-shelf>
|
||
|
<toy-shelf></toy-shelf>
|
||
|
</div>
|
||
|
|
||
|
<div class="shelf-group">
|
||
|
<h2>New Arrivals</h2>
|
||
|
<toy-shelf>
|
||
|
<ul>
|
||
|
<li>Armada Megatron</li>
|
||
|
<li>Leo Prime</li>
|
||
|
<li>Coronation Starscream</li>
|
||
|
</ul>
|
||
|
</toy-shelf>
|
||
|
<toy-shelf>
|
||
|
<ul>
|
||
|
<li>Armada Starscream</li>
|
||
|
<li>Leo Nemesis Prime</li>
|
||
|
<li>Optimus Prime</li>
|
||
|
</ul>
|
||
|
</toy-shelf>
|
||
|
<toy-shelf></toy-shelf>
|
||
|
</div>
|
||
|
<shop-counter></shop-counter>
|
||
|
</div>
|
||
|
<div class="sidebar" id="text">
|
||
|
<p>
|
||
|
<em>This site is a work in progress.
|
||
|
I thought it would be cool to work publicly and show off my experimentation and progress.
|
||
|
Check back on Oct 7th to see the completed version!</em>
|
||
|
</p>
|
||
|
<p>
|
||
|
Welcome to yequari's emporium of excellent toys,
|
||
|
the premier stop for all your toys and collectibles in Marigold Town!
|
||
|
Although we currently collect and showcase primarily Transformers,
|
||
|
we deal with toys and collectibles of all makers, brands, and eras.
|
||
|
MISB, used, vintage, modern, we got it all.
|
||
|
</p>
|
||
|
<p>
|
||
|
We accept trade-ins! Want to add to our collection? Go to the <a href="#">trade-in counter</a>.
|
||
|
</p>
|
||
|
<p>
|
||
|
Don't see what you're looking for at the front desk? We might have it in the <a href="#">back</a>.
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|