-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.34 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="hooked.css">
<title>Hooked!</title>
</head>
<body>
<div id="header">
<div class="row">
<h1>Hooked!</h1>
<ul class="nav">
<a href="about.html"><li class="button">ABOUT
</li></a><a href="products.html"><li class="button">PRODUCTS
</li></a><a href="contact.html"><li class="button">CONTACT</li></a>
</ul>
</div>
</div>
<!--page content below-->
<div class="main">
<h1>Handcrafted Goods<br><span>by Jae the Hooker</span></h1>
</div>
<div class="section">
<div class="container">
<div class="buy showbox">
<h2>BUY</h2>
<p>Do you like what you see in my "products" page? Some of the items are available for you to purchase.</p>
</div>
<div class="learn showbox">
<h2>LEARN</h2>
<p>Do you want to make cute little something yourself? Learn to crochet! From how to hold a hook to where to find patterns, I am happy to share the joy of crocheting.</p>
</div>
<div class="custom showbox">
<h2>CUSTOM ORDER</h2>
<p>If you want a custom-made item, or want to buy one of the products in a different colour, I may crochet it just for you.</p>
</div>
</div>
</div>
</body>
</html>