-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (42 loc) · 1.51 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
40
41
42
43
44
<!DOCTYPE html>
<html>
<header>
<body>
<meta charset="utf-8">
<title>Pat and Donna's Salmon Cookies Stand</title>
<link rel="stylesheet" type="text/css" href="style.css">
<h1>Pat and Donna's Sweet And Savory Salmon Cookies</h1>
<nav>
<div class="logo">
<img src="Salmon-img\salmon.png">
</div>
<ul>
<li><a href = contact_us.html>Contact Us</a></li>
<li><a href = sales.html>Sales Data At Each Location</a></li>
</ul>
</nav>
</header>
<main>
<div class="Central Image">
<img src="Salmon-img\family.jpg">
</div>
<div class= "sub_banner">
<li><img src="Salmon-img\cutter.jpeg"></li>
<li><img src="Salmon-img\fish.jpg"></li>
<li><img src="Salmon-img\shirt.jpg"></li>
</div>
<div class="featured_banner">
<img src="Salmon-img/frosted-cookie.jpg">
</div>
<ul>
<h2>Pat And Donna's Store News</h2>
<li>Enter The Raffle At All Our Locations to Win Free Cookie Catering For Your Company's Holiday Parties!</li>
<li>Drop off your Business Card next time you are at any of our Seattle locations or send us an email with your details to be entered in the contest to win unlimited cookie catering for the rest of 2016 for your company's Holiday Events!</li>
<li>Now Serving Rosemary-Infused Salmon Cookies!</li>
</ul>
<button id "Click Here" </button>
</main>
</body>
<footer:"Our salmon cookies will hook you at the first bite." -Pat
</footer>
</html>