-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocations.html
74 lines (49 loc) · 2.01 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<link href="locations.css" rel="stylesheet" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js">
</script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<!-- Bootstrap JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous">
</script>
</head>
<body>
<div class="topnav" id="myTopnav">
<a href="index.html" class="active">Home</a>
<a href="runner.html">Speed Runners</a>
<a href="waves.html">Speed Waves</a>
<a href="about.html">About Us</a>
<a href="contact.html">Contact Us</a>
<a href="locations.html">Locations</a>
<a href="community.html">Community</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<h1 class="locations">Locations</h1>
<img class="call" src="https://i.insider.com/5de53751fd9db22ba12d0a86?width=1000&format=jpeg&auto=webp"></img>
<h1 class="middle">New York City: 6 Locations</h1>
<h1 class="middle">United States: 1,500 stores</h1>
<hr></hr>
<img class="call" src="http://alternative.com.np/en-us/images/7.jpg"></img>
<h1 class="middle">Globally: 3,000 stores</h1>
<h1 class="middle">All stores open from 10:00am-9:00pm</h1>
<script src="script.js"></script>
<footer class="footer">
<p class="good">Speed Line </p>
<p>
<a href="#top">Back to top</a>
</p>
</footer>
</body>
</html>