-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity.html
70 lines (46 loc) · 2.23 KB
/
community.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<link href="community.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="community">Community</h1>
<img class="call" src="https://cdn.sanity.io/images/c1chvb1i/production/48e6acbb9aa73e3386d8b000efc7a57768bedff7-1100x735.jpg"></img>
<p class="middle">Speed Line offers great community to our customers who are friends to us. We host events in our stores and do give away to give back to our community. Thank you for supporting us and we will keep innovating. We love you guys and doing business.</p>
<img class="call" src="https://s3.amazonaws.com/nikeinc/assets/72819/mo-farah-marathon-kids-01_native_1000.jpeg?1502069273"></img>
<img class="call" src="https://retailwire.com/wp-content/uploads/2016/06/nike-community-store-666x333.jpg"></img>
<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>