generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
273 lines (263 loc) · 13.5 KB
/
index.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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<!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="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.1/css/all.css" integrity="sha384-gfdkjb5BdAXd+lj+gudLWI+BXq4IuLW5IT+brZEZsLFm++aCMlF1V92rMkPaX4PP" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="icon" href="/assets/images/profile.png">
<title>CLASH ARENA</title>
</head>
<body>
<!-- Navbar --><!-- Bootstrap boilerplate -->
<nav class="navbar gradient navbar-expand-lg navbar-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html">CLASH</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="tournaments.html">Tournaments</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="community.html">Community</a>
</li>
<button type="button" class="discord btn btn-info mx-auto"><i class="fab fa-discord"></i> <a href="https://discord.com/" target="_blank">Discord</a></button>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<!-- Main Hero section --><!-- Adapted from Code Institute tutorial -->
<div class="container-fluid callout-container">
<div class="opaque-overlay"> </div>
<div class="row">
<div class="col-12">
<section class="callout jumbotron text-center">
<h1 class="jumbotron-header text-uppercase">play. compete. win.</h1>
<hr class="block-divider block-divider--white">
<p class="lead text-uppercase"><span class="mission">Clash</span> hosts tournaments for competative gamers of all skill levels.</p>
<p><button class="btn btn-lg btn-success" data-toggle="modal" data-target="#learnMoreModal">Learn More!</button></p>
</section>
</div>
</div>
</div>
<!-- End Main Hero section -->
<!-- Features -->
<div class="features-bg--color">
<div class="container features-container">
<section class="features">
<div class="row">
<div class="col-12 feature-header">
<h2 class="text-uppercase">What We're about</h2>
<hr class="block-divider block-divider--short block-divider--white" />
</div>
</div>
<div class="row text-center mt-2">
<div class="col-12 col-md-6 col-lg-4">
<div class="feature">
<h3><i class="fas fa-meteor d-none d-sm-block"></i> Tournaments</h3>
<p>Individuals and Squads from across the Globe compete through different stages in games like
Call of Duty and PUBG to become finalists in tournaments, Start your esports journey today
with CLASH Arenas.</p>
<p><a class="btn btn-md btn-outline-dark" data-toggle="modal" data-target="#underConstruction">Read More</a></p>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="feature">
<h3><i class="fas fa-trophy d-none d-sm-block"></i> Prizes</h3>
<p>CLASH aims to be a place where every gamer can come and feel part of something bigger,
offering unrivelled tournament experiences and rewarding prizes.</p>
<p><a class="btn btn-md btn-outline-dark" data-toggle="modal" data-target="#underConstruction">Read More</a></p>
</div>
</div>
<div class="col-12 d-md-none d-lg-block col-lg-4">
<div class="feature">
<h3><i class="fas fa-gamepad d-none d-sm-block"></i> Community</h3>
<p>CLASH aims to be a place where every gamer can come and feel part of something bigger. Join pur Discord server where you can meet like-minded gamers and squad-up together.</p>
<p><a class="btn btn-md btn-outline-dark" data-toggle="modal" data-target="#underConstruction">Read More</a></p>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- /. End of service features -->
<!-- /. Player testimonial --><!-- Adapted from Code Institute tutorial -->
<div class="container-fluid wrapper-testimonial">
<div class="container testimonial-container content-container">
<section class="testimonial">
<div class="row">
<div class="col-12 player-header">
<h2 class="text-uppercase">What our players say</h2>
<hr class="block-divider--black">
</div>
</div>
<div class="row">
<div class="col-12 col-md-6">
<div class="quote">
<div class="d-none d-sm-block">
<img src="assets/images/man.jpg" class="rounded-circle mb-3 test-img">
</div>
<div class="media-body">
<blockquote class="blockquote">
<p>I have been gaming casually for years but I always wanted to take it to the next level. Clash has allowed me to do that.
</p>
<p>- Alex</p>
</blockquote>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<div class="quote">
<div class="d-none d-sm-block">
<img src="assets/images/woman.jpg" class="rounded-circle mb-3 test-img">
</div>
<div class="media-body">
<blockquote class="blockquote">
<p>I placed 3rd in my first ever competative tournament. Thanks Clash Arena!</p>
<p>- Sara</p>
</blockquote>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- /. End Player testimonial -->
<!-- /. Industry Partners -->
<div class="container-wrapper">
<div class="container industry-container content-container">
<section class="affiliates">
<div class="container text-center">
<div class="row icons">
<div class="col-12 player-header">
<h2 class="text-uppercase">Industy Partners</h2>
<hr class="block-divider--black">
</div>
<div class="col-md-3"><a href="https://www.youtube.com/" target="_blank"><img src="assets/images/icon2.png" alt="affiliate companies"
class="img-fluid"></a></div>
<div class="col-md-3 p-2"><a href="https://www.twitch.tv/" target="_blank"><img src="assets/images/icon1.png" alt="affiliate companies"
class="img-fluid"></a></div>
<div class="col-md-3 p-2"><a href="https://gfuel.com/" target="_blank"><img src="assets/images/icon3.png" alt="affiliate companies"
class="img-fluid"></a></div>
<div class="col-md-3 p-2"><a href="https://www.corsair.com/ww/en/" target="_blank"><img src="assets/images/icon7.png" alt="affiliate companies"
class="img-fluid"></a></div>
</div>
</div>
</section>
</div>
</div>
<!-- /. End Industry Partners -->
<!--Sign up Modal-->
<div class="modal" tabindex="-1" role="dialog" id="learnMoreModal">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Become a Clasher!</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp"
placeholder="Enter email" required>
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone
else.</small>
</div>
<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password" required>
</div>
<div class="form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label text-muted" for="exampleCheck1"><small>Please confirm you accept our terms and conditions.</small></label>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
</div>
</div>
</div>
<!--End of Modal-->
<!--Under Construction Modal-->
<div class="modal" tabindex="-1" role="dialog" id="underConstruction">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body under-construction">
<div class="row">
<div class="col-md text-uppercase text-center">
<p>please note this part of the website is still under construction!</p>
<button type="button" class="btn btn-warning"><a href="index.html">Return Home</a></button>
</div>
</div>
</div>
</div>
</div>
</div>
<!--End of Under Construction Modal-->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
<!-- Social Links -->
<footer class="container-fluid">
<div class="row text-center">
<div class="col-sm-12">
<ul class="list-inline social-links">
<li class="list-inline-item">
<a target="_blank" href="https://www.facebook.com/">
<i class="fab fa-facebook" aria-hidden="true"></i>
<span class="sr-only">Facebook</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="https://twitter.com/?lang=en">
<i class="fab fa-twitter" aria-hidden="true"></i>
<span class="sr-only">Twitter</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="https://www.instagram.com/">
<i class="fab fa-instagram" aria-hidden="true"></i>
<span class="sr-only">Instagram</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="https://www.twitch.tv/">
<i class="fab fa-twitch" aria-hidden="true"></i>
<span class="sr-only">Twitch</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="https://discord.com/">
<i class="fab fa-discord" aria-hidden="true"></i>
<span class="sr-only">Discord</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="https://www.youtube.com/">
<i class="fab fa-youtube" aria-hidden="true"></i>
<span class="sr-only">YouTube</span>
</a>
</li>
</ul>
<p>© 2020 | CLASH ARENA</p>
</div>
</div>
</footer>
<!-- End Social Links -->
</html>