-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (45 loc) · 4.35 KB
/
index.html
File metadata and controls
47 lines (45 loc) · 4.35 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
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>Cookie Stand</title>
<link rel="stylesheet" href="style2.css">
<link href="https://fonts.googleapis.com/css?family=Cookie" rel="stylesheet">
</head>
<body>
<div id="page">
<header><img class="img5" src="salmon1.png">Pat's Salmon Cookie Shops<img class="img6" src="salmon2.png">
<nav>
<ul>
<li class="dropdown">cookies
<div class="dropdown-content"><span class="addy">Don't believe a cookie with fish in it can taste good? Try our cookies (purshase at a local store or <a href="store.html">online</a>) - we guarantee you'll like it or we will refund your cookie purchase!</span> <img class="img3" src="frosted-cookie.png"><br><span class="sm2">Our selection includes Salmon Chocolate Chip, Salmon Ginger Snap, Salmon Shortbread, Salmon Peanut Butter, and Salmon Oatmeal Raisin. Additionally, our stores offer other seasonal salmon infused flavors - visit your local store to see what delectable flavors are on hand! </span></div>
</li>
<li class="dropdown">locations
<div class="dropdown-content">Pike and 1st<br><span class="addy">42 Pike St, Seattle</span>
<br>SeaTac Airport<br><span class="addy">17809 International Blvd, Seattle</span>
<br>Settle Center<br><span class="addy">305 Harrison St, Seattle</span>
<br>Alki<br><span class="addy">1573 Alki Ave SW, Seattle</span>
</div>
</li>
<li class="dropdown">hours
<div class="dropdown-content">All locations are open and ready to meet your Salmon Cookie needs <br><span class="accent"> from 6am to 8pm<br>every day!</span></div>
</li>
<li class="dropdown">contact us
<div class="dropdown-content">e-mail us at<br><span class="accent">salmon@cookies.com</span><br>or<br><a href="https://www.facebook.com/Pats-Salmon-Cookie-Shops-229752450793276/"><span class="accent">visit us on facebook.</span></a></div>
</li>
<li class="dropdown">swag
<div class="dropdown-content2"><span class="accent">Get your salmon cookie swag (at our stores or <a href="store.html">online</a>)!</span><br><div class="sm">Make salmon shaped cookies like a seasoned baker with this cookie cutter!</div><img class="img2" src="cutter.png"><div class="sm">No one can resist this amazing t-shirt!</div><img class="img3" src="shirt.png"></div></div>
</li>
</ul>
</nav>
</header>
<!-- <img class="headerImage" src="salmon_double.png"></img> -->
<div id="content">
<h1>Why Salmon Cookies?</h1>
<p>Three years ago, Pat lost a bet with his wife Felicia. <img class="img7" src="chinook.png"><img class="img7" src="cookie.png">Felicia was feeling particularly vindictive and decided to use Pat's passion for baking for punishment. He was instructed to make a cookie with fish in it and eat it in front of the gloating Felicia and their two children. <img class="img1" src="family.jpg">He had some smoked salmon handy, so he ground it up as finely as he could and added it to his signature delicious chocolate chip cookie recipe. His victorious wife watched the process like a hawk, making sure that he actually included the salmon in the cookies.</p>
<p>Soon, the cookies were baked and ready to eat. Surprisingly, a delicous scent permeated the room when Pat opened the oven door. Felicia's face expressed her anticipation at seeing Pat's reaction to eating the salmon infused confection. Unable to put it off any longer, Pat picked up a cookie and gingerly (though this particular cookie did not contain ginger) took a bite.</p>
<p>And smiled. The cookie was exceptionally delicious! Felicia's disappointment and confusion about why Pat's face was not contorted in the universal sign of "this tastes horrible" soon gave way to curiousity. She tried one of the cookies herself. <img class="img4" src="fish.png">Pat wasn't kidding - they were delicious! So delicious, in fact, that Felicia traded her favorite salmon-shaped throw pillows for a promise that Pat would keep making salmon cookies. Since that fateful afternoon, Pat has been perfecting his already tasty salmon cookie recipe, and making the world a more wonderfully flavorful place.</p>
</div>
</div>
<script src="app2.js"></script>
</body>
</html>