-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (34 loc) · 1.21 KB
/
index.html
File metadata and controls
38 lines (34 loc) · 1.21 KB
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
<!DOCTYPE html>
<html>
<head>
<title>1-800-EAT-CAKE</title>
<link rel="shortcut icon" href="http://swillard13.github.io/favicon.ico" type="image/x-icon">
<link rel="icon" href="http://swillard13.github.io/favicon.ico" type="image/x-icon">
</head>
<body>
1-800-EAT-CAKE
<nav>
<a href="http://swillard13.github.io/">HOME</a>
<a href="http://swillard13.github.io/shop/">SHOP</a>
<a href="http://swillard13.github.io/partners/">PARTNERS</a>
<a href="http://swillard13.github.io/about/">ABOUT</a>
<a href="http://swillard13.github.io/updates/">UPDATES</a>
<a href="http://swillard13.github.io/contact/">CONTACT</a>
</nav>
<h1>1-800-EAT-CAKE</h1>
<h2>Your online destination for local artisan cake delivery</h2>
<br/>
<h3>CHOOSE YOUR CAKE</h3>
<img src="images/order.png"/>
<p>Browse our selection of cakes from local artisan bakeries.</p>
<br/><br/>
<h3>BAKERY PREPARES ORDER</h3>
<img src="images/prepare.png"/>
<p>Your selected bakery will receive and fulfill your order.</p>
<br/><br/>
<h3>DELIVERY</h3>
<img src="images/delivery.png"/>
<p>Receive and enjoy your delicious cake!</p>
<br/><br/>
</body>
</html>