-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (77 loc) · 3.01 KB
/
index.html
File metadata and controls
87 lines (77 loc) · 3.01 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<title>Salmon Cookies</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<header>
<h1>Salmon Cookies</h1>
<nav>
<ul>
<li><a href="#">ABOUT US</a></li>
<li><a href="sales.html">SALES</a></li>
<li><a href="index.html">HOME</a></li>
</ul>
</nav>
</header>
<main>
<article>
<h2 id="fh2">Welcome To Pat’s Salmon Cookies</h2>
<section id="ourstory">
<h2 class="sh2">Our Branches Around The World</h2>
<ul id="Location1">
<li>seattle </li>
<p class="p">City North
12508 Lake City Way NE
Seattle, WA 98125</p>
<li>Tokyo</li>
<p class="p">Kyobashi MID Bldg., 13-10, Kyobashi 2-chome, Chuo-ku, Tokyo</p>
<li>Dubai</li>
<p class="p"> Sheikh Mohamed Bin Rashid Boulevard, Downtown Dubai, Dubai, United Arab</p>
<li>Paris</li>
<p class="p">125, Rue Vieille-du-Temple
75003 - Paris 3ème</p>
<li>Lima</li>
<p class="p"> Perú , Lima ,La Victoria ,(01)474-4898</p>
</ul>
</section>
<section id="sh3">
<h2>OUR OPENING HOURS </h2>
<h3>(6 AM) Morning - (8 PM) Evening</h3>
</section>
<section id="store">
<h2>OUR STORE</h2>
<br>
<div id="div1"><img src="img/chinook.jpg" alt="" id="ph1">
<button>Click To Buy A Fish Toy</button>
<br>
<img src="img/cutter.jpeg" alt="" id="ph2">
<br>
<button>Click To Buy Cookies Cutter</button>
<br>
<img src="img/fish.jpg" alt="" id="ph4">
<br>
<button>Click To Buy A Fish Medal</button>
<img src="img/frosted-cookie.jpg" alt="" id="ph5">
<br>
<button>Click To Buy A Cookies Paste</button>
<img src="img/shirt.jpg" alt="" id="ph6">
<br>
<button>Click To Buy A Salamon Cookies T-shirt</button>
</div>
</section>
</article>
</main>
<footer class="last">
<section id="social">
<img src="img/fb-icon.png" alt=""><img src="img/insta-icon.png" alt=""><img src="img/twit-icon.png" alt="">
<p>FOLLOW US ON SOCIAL MEDIA</p>
</section>
<p id="copy">© All Rights Reserved To Salmon Cookies - Sultan Elayan</p>
</footer>
<script src="js/app.js"></script>
</body>
</html>