-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfindpopeyes.html
75 lines (71 loc) · 2.26 KB
/
findpopeyes.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="findpopeyes.css" />
<title>Home Page</title>
</head>
<body>
<!--Sorry I couldn't Finish this page-->
<div class="titlehead">
<div class="content-container">
<a href="index.html">
<img
src="Popeyes-logo1.png"
alt="Popeyes Logo"
class="resized-image-placeholder1"
/>
</a>
<img
src="Popeyes-logo2.png"
alt="Popeyes Logo"
class="resized-image-placeholder2"
/>
</div>
<div class="orderbutton">
<a href="menu.html" class="orderword">ORDER</a>
</div>
</div>
<div class="orange-bar">
<a href="menu.html" class="nav-link">Menu</a>
<a href="findpopeyes.html" class="nav-link">Find A Popeyes</a>
<a href="promo.html" class="nav-link">Promotions</a>
<a href="coupons.html" class="nav-link">Coupons</a>
<a href="ourstory.html" class="nav-link">Our Story</a>
</div>
<div class="location">
<div class="findapopeyes">FIND A POPEYES</div>
<div class="locations">
<div class="locationbox">
<p class="locationheader">Location 1</p>
<div class="locationinfo">
<p>2 Jurong East St 21, #01-31/32</p>
<p>Singapore 609601</p>
<p>Tel: 6569 5805</p>
<p>10am - 10pm</p>
</div>
<a
href="https://www.google.com/maps?q=2+Jurong+East+St+21,+Singapore+609601"
target="_blank"
class="locationbutton"
>View Map</a
>
</div>
<!-- Add more location boxes here -->
<!-- ... -->
</div>
</div>
<div class="bottombar">
<div class="uselesstext">
Company|Investor Relations|Franchise Opportunities|Careers|Contact Us
</div>
<div class="uselesstext2">
Terms of Service | Privacy Policy Popeyes® Louisiana Kitchen © 2013 AFC
Enterprises, Inc. All rights reserved. All trademarks belong to their
respective owners.
</div>
</div>
</body>
</html>