-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocations.html
136 lines (128 loc) · 5.93 KB
/
locations.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="en">
<head> <!-- for the title and meta data; not directly seen by the user -->
<!-- META tags help search engines identify your content more easily -->
<meta charset="utf-8" /> <!-- Specifies the character encoding for the HTML document -->
<meta name="author" content="Alice Nie">
<meta name="keywords" content="Pamela's Diner">
<meta name="description" content="P&G's Pamela's Diner Website">
<meta name="viewport" content="width=device-width, intial-scale=1.0"/>
<!-- The title will appear in the menu bar of the browser -->
<title>Pamela's Diner</title>
<!-- Add all stylesheet references -->
<link rel="stylesheet" media="all" type="text/css" href="css/styleslocations.css">
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Import Google Ubuntu font-->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin">
<!-- Import font awesome library-->
<script src="https://kit.fontawesome.com/ec2ce5ac2c.js" crossorigin="anonymous"></script>
</head>
<body> <!-- The body is where the main content goes -->
<div class = "menu">
<header>
<div class = "top_row">
<a href="index.html">
<img src="images/logo.png" alt="logo" class="center">
</a>
</div> <!-- top_row -->
<div class = "hori_line"></div> <!-- hori_line -->
</header>
<div id = "navbar">
<nav> <!-- Nav is a tag in HTML 5 to organize navigation items -->
<a href="menu.html"> Menu </a>
<a href="locations.html" class = "selected"> Locations </a>
<a href="orderonline.html"> Order Online </a>
<a href="contact.html"> Contact </a>
<a href="reviews.html"> Reviews </a>
</nav>
<br>
</div> <!-- navbar -->
</div> <!-- menu -->
<div class = "location">
<div class = "left">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3036.0526577685064!2d-79.98585114791821!3d40.45197147925983!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8834f3dcdf678413%3A0x2b6723dae7142a78!2sPamela's%20Diner!5e0!3m2!1sen!2sus!4v1648880816354!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade" ></iframe>
</div>
<div class = "hours-left">
<h1> Strip District</h1>
<h2> Hours of Operation</h2>
<ul>
<li>Monday: 8AM - 2PM</li>
<li>Tuesday: 8AM - 2PM</li>
<li>Wednesday: 8AM - 2PM</li>
<li>Thursday: 8AM - 2PM</li>
<li>Friday: 8AM - 2PM</li>
<li>Saturday: 8AM - 2PM</li>
<li>Sunday: 8AM - 2PM</li>
</ul>
</div>
<div class = "right">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3036.536195738115!2d-79.95978144791832!3d40.44126787926119!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8834f229e57e54fb%3A0x85711e3bfcf4be29!2sPamela's%20Diner!5e0!3m2!1sen!2sus!4v1648881582686!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade" ></iframe>
</div>
<div class = "hours-right">
<h1> Forbes Ave</h1>
<h2> Hours of Operation</h2>
<ul>
<li>Monday: 8AM - 2PM</li>
<li>Tuesday: 8AM - 2PM</li>
<li>Wednesday: 8AM - 2PM</li>
<li>Thursday: 8AM - 2PM</li>
<li>Friday: 8AM - 2PM</li>
<li>Saturday: 8AM - 2PM</li>
<li>Sunday: 8AM - 2PM</li>
</ul>
</div>
<div class = "left">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3036.064607903044!2d-79.93501914791817!3d40.45170697925991!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8834f211af1bfba7%3A0x21ad7841ff8f2025!2sPamela's%20%7C%20P%26G%20Diner!5e0!3m2!1sen!2sus!4v1648883480491!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div>
<div class = "hours-left">
<h1> Walnut St.</h1>
<h2> Hours of Operation</h2>
<ul>
<li>Monday: 8 AM - 2PM</li>
<li>Tuesday: 8AM - 2PM</li>
<li>Wednesday: 8AM - 2PM</li>
<li>Thursday: 8AM - 2PM</li>
<li>Friday: 8AM - 2PM</li>
<li>Saturday: 8AM - 2PM</li>
<li>Sunday: 8AM - 2PM</li>
</ul>
</div>
<div class = "right">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3039.0306014032353!2d-80.04598264791913!3d40.386014379267365!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8834f772ea8f593f%3A0xd7ff4cd134537b0b!2sPamela's%20P%20%26%20G%20Diner%20%7C%20Mt.%20Lebanon!5e0!3m2!1sen!2sus!4v1648883615512!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div>
<div class = "hours-right">
<h1> Mt. Lebanon</h1>
<h2> Hours of Operation</h2>
<ul>
<li>Monday: Closed</li>
<li>Tuesday: Closed</li>
<li>Wednesday: 8AM - 2PM</li>
<li>Thursday: 8AM - 2PM</li>
<li>Friday: 8AM - 2PM</li>
<li>Saturday: 8AM - 2PM</li>
<li>Sunday: 8AM - 2PM</li>
</ul>
</div>
<div class = "left">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3036.7024975352947!2d-79.92494034791841!3d40.437586079261436!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8834f201d7fd288b%3A0xeede21ad1f4945c4!2s1711%20Murray%20Ave%2C%20Pittsburgh%2C%20PA%2015217!5e0!3m2!1sen!2sus!4v1648883674580!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div>
<div class = "hours-left">
<h1> Squirrel Hill</h1>
<h2> Hours of Operation</h2>
<ul>
<li>Monday: Closed</li>
<li>Tuesday: Closed</li>
<li>Wednesday: Closed</li>
<li>Thursday: Closed</li>
<li>Friday: 8AM - 2PM</li>
<li>Saturday: 8AM - 2PM</li>
<li>Sunday: 8AM - 2PM</li>
</ul>
</div>
</div>
<footer>
<div id = "last">
<img src="images/logo.png" alt="logo" class="center">
</div>
© Pamela's Diner<br>
</footer>
</body>
</html>