-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
54 lines (49 loc) · 1.55 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
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Delius" rel="stylesheet">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
<title>Pat's Salmon Cookies</title>
</head>
<body class="sans">
<header>
<h1 class="goog"> <img height="10%" width="10%" alt="logo" src="img/salmon.png"/> Pat's Salmon Cookies <img height="10%" width="10%" alt="logo" src="img/salmon.png"/></h1>
</header>
<hr>
<main>
<section class="row">
<h4>Voted Seattle's Favorite Cookie!</h4>
<section class="col1">
<h5>Find out why!</h5>
<p>Come visit us at any of our five locations:</p>
<ul>
<li>1st and Pike</li>
<li>SeaTac Airport</li>
<li>Seattle Center</li>
<li>Capitol Hill</li>
<li>Alki Beach</li>
</ul>
</section>
<section class="col1">
<h5>Questions? Comments?</h5>
<p>You can get ahold of us any of these ways:</p>
<ul>
<li>Phone: 555-555-5555</li>
<li><a href="mailto:[email protected]">Email</a></li>
<li>Carrier Pigeon</li>
<li>Telegram</li>
<li>Smoke Signal</li>
</ul>
</section>
<section class="col1">
<h5>Business Hours:</h5>
<p>6:00am and 8:00pm</p>
</section>
</section>
<div class="preFooter"></div>
</main>
<footer></footer>
</body>
</html>