-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocation.html
44 lines (44 loc) · 1.54 KB
/
location.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Location</title>
<link href="homepage.css" type="text/css" rel="stylesheet">
<link href="location.css" type="text/css" rel="stylesheet">
<link href="appsubmit.css" type="text/css" rel="stylesheet">
</head>
</head>
<body>
<h1 id="location">Location</h1>
<nav id="navlocation">
<ul>
<li> <a href="homepage.html">Home</a> </li>
<li> <a href="location.html">Locations</a> </li>
<li> <a href="faq.html">F.A.Q</a> </li>
<li> <a href="menu.html" title="Open the menu page in a new window">Menu</a> </li>
<li> <a href="hours.html">Hours</a> </li>
<li> <a href="media.html">Media</a> </li>
<li> <a href="events.html">Events</a> </li>
<li> <a href="jobs.html">Jobs</a> </li>
<li> <a href="about.html">About</a> </li>
<li> <a href="contact.html">Contact Us</a> </li>
</ul>
<div class="background">
<div class="transparentbox">
<p>Location: 2621 West Falls Ave. Spokane, WA 99206<br><br>
We plan on expanding and adding new locations across Washington, beginning with Seattle. Construction will begin in the
fall of 2019!</p>
</div>
</div>
<div class="container1"> <!-- Responsive Newsletter signup -->
<form action="#">
<p style="font-size: 15px;">Be the first in the loop and sign up below.</p>
<div class="email-box">
<!-- This is the box that slides out -->
<input class="tbox" type="email" name="" value="" placeholder="Enter your email">
<button class="btn" type="button" name="button">Subscribe</button>
</div>
</form>
</div>
</body>
</html>