-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
364 lines (314 loc) · 15.6 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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- FAVICON -->
<link rel="shortcut icon" href="assets/images/logos/favicon.png">
<!-- REMIXICON -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<!-- CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- BOOTSTRAP -->
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> -->
<title>ARUDEM</title>
</head>
<body>
<!-- HEADER -->
<header class="header" id="header">
<nav class="nav container">
<a href="#" class="nav__logo">
<img src="assets/images/logos/logomain.png" alt="Arudem Logo" class="aru__logo">
</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item">
<a href="#home" class="nav__link active-link">HOME</a>
</li>
<li class="nav__item">
<a href="#product" class="nav__link active-link">PRODUCT</a>
</li>
<li class="nav__item">
<a href="#about" class="nav__link active-link">ABOUT</a>
</li>
<li class="nav__item">
<a href="#community" class="nav__link active-link">COMMUNITY</a>
</li>
<div class="nav__link">
<a href="#footer" class="button nav__button">
JOIN THE BLOODLINE
</a>
</div>
</ul>
</div>
</nav>
</header>
<br>
<!-- TOGGLE BUTTON -->
<!-- MAIN -->
<main class="main">
<!-- HOME -->
<section class="home section" id="home">
<div class="home__container container grid">
<!-- IMAGE SLIDER -->
<div class="image__slider">
<div class="slides">
<!-- RADIO BUTTONS -->
<input type="radio" name="radio-btn" id="radio1">
<input type="radio" name="radio-btn" id="radio2">
<input type="radio" name="radio-btn" id="radio3">
<input type="radio" name="radio-btn" id="radio4">
<!-- IMAGE SLIDES -->
<div class="slide first">
<img src="assets/images/image1.jpg" alt="">
</div>
<div class="slide">
<img src="assets/images/image2.jpg" alt="">
</div>
<div class="slide">
<img src="assets/images/image3.jpg" alt="">
</div>
<div class="slide">
<img src="assets/images/image4.jpg" alt="">
</div>
<!-- AUTO NAVIGATION -->
<div class="auto__nav">
<div class="auto__btn1"></div>
<div class="auto__btn2"></div>
<div class="auto__btn3"></div>
<div class="auto__btn4"></div>
</div>
</div>
<!-- MANUAL NAVIGATION -->
<div class="manual__nav">
<label for="radio1" class="manual__btn"></label>
<label for="radio2" class="manual__btn"></label>
<label for="radio3" class="manual__btn"></label>
<label for="radio4" class="manual__btn"></label>
</div>
</div>
</div>
</section>
<br>
<!-- DESCRIPTION -->
<section class="desc section">
<div class="description">
<p class="desc__text">
Founded by a group of kids playing Call of Duty <br>
Arudem is Uganda's first Professional Gaming and Esports brand <br>
Created in 2019, the brand is focused on the representation of the <br>
Modern-Day Gaming lifestyle in East Africa
</p>
</div>
</section>
<!-- PRODUCT -->
<section class="prod section" id="product">
<div class="container">
<div class="section__data">
<h2 class="section__subtitle">WHAT WE DO</h2>
<div class="section__titles">
<h1 class="section__title-border">IT'S IN</h1>
<h1 class="section__title">OUR BLOOD</h1>
</div>
</div>
<div class="product__container grid">
<article class="product__card">
<div class="product__shape">
<img src="assets/images/product/creative.png" alt="product image" class="product__image">
</div>
<h3 class="product__title">CREATIVE</h3>
<P class="product__description">
</P>
<a href="#" class="product__button">
<i class="ri-arrow-right-line"></i>
</a>
</article>
<article class="product__card">
<div class="product__shape">
<img src="assets/images/product/academy.png" alt="product image" class="product__image">
</div>
<h3 class="product__title">ACADEMY</h3>
<P class="product__description">
</P>
<a href="#" class="product__button">
<i class="ri-arrow-right-line"></i>
</a>
</article>
<article class="product__card">
<div class="product__shape">
<img src="assets/images/product/hangout.png" alt="product image" class="product__image">
</div>
<h3 class="product__title">HANGOUT</h3>
<P class="product__description">
</P>
<a href="#" class="product__button">
<i class="ri-arrow-right-line"></i>
</a>
</article>
<article class="product__card">
<div class="product__shape">
<img src="" alt="product image" class="product__image">
</div>
<h3 class="product__title">ESPORTS</h3>
<P class="product__description">
</P>
<a href="#" class="product__button">
<i class="ri-arrow-right-line"></i>
</a>
</article>
</div>
</div>
</section>
<!-- WHERE WE ARE -->
<section class="social section">
<div class="section__data">
<h2 class="section__subtitle">WHERE WE ARE</h2>
</div>
<div class="social__container container grid">
<ul class="social__list">
<a href="https://www.discord.com/" target="_blank" class="socials">
<i class="ri-discord-line"></i>
</a>
<a href="https://www.instagram.com/" target="_blank" class="socials">
<i class="ri-instagram-line"></i>
</a>
<a href="https://www.twitter.com/" target="_blank" class="socials">
<i class="ri-twitter-line"></i>
</a>
<a href="https://www.facebook.com/" target="_blank" class="socials">
<i class="ri-facebook-circle-fill"></i>
</a>
<a href="https://www.youtube.com/" target="_blank" class="socials">
<i class="ri-youtube-line"></i>
</a>
<a href="https://www.twitch.com/" target="_blank" class="socials">
<i class="ri-twitch-line"></i>
</a>
</ul>
</div>
</section>
</main>
<!-- FOOTER -->
<footer class="footer section" id="footer">
<div class="footer__container container grid">
<div>
<a href="#" class="footer__logo">
<img src="assets/images/logos/logomain.png" alt="Arudem logo" class="aru__logo">
</a>
<p class="footer__description">
Subscribe for <br> our updates below.
</p>
<form action="" class="footer__form" id="contact-form">
<input type="email" name="user_email" placeholder="Your Email Here" class="footer__input" id="contact-user">
<button type="submit" class="button">
Subscribe
</button>
</form>
<p class="footer__message" id="contact-message">
</p>
</div>
<div class="footer__content">
<div>
<h3 class="footer__title">
COMPANY
</h3>
<ul class="footer__links">
<li>
<a href="#" class="footer__link">Return Policy</a>
</li>
<li>
<a href="#" class="footer__link">Track An Order</a>
</li>
<li>
<a href="#" class="footer__link">FAQs</a>
</li>
<li>
<a href="#" class="footer__link">Privacy Policy</a>
</li>
</ul>
</div>
<div>
<h3 class="footer__title">
SOCIALS
</h3>
<ul class="footer__links">
<li>
<a href="#" class="footer__link">Discord</a>
</li>
<li>
<a href="#" class="footer__link">Instagram</a>
</li>
<li>
<a href="#" class="footer__link">Twitter</a>
</li>
<li>
<a href="#" class="footer__link">YouTube</a>
</li>
<li>
<a href="#" class="footer__link">Facebook</a>
</li>
</ul>
</div>
<div>
<h3 class="footer__title">
ABOUT
</h3>
<ul class="footer__links">
<li>
<a href="#" class="footer__link">Our Story</a>
</li>
<li>
<a href="#" class="footer__link">Careers</a>
</li>
<li>
<a href="#" class="footer__link">Press</a>
</li>
<li>
<a href="#" class="footer__link">Customers</a>
</li>
<li>
<a href="#" class="footer__link">Partners</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="footer__group">
<ul class="footer__social">
<a href="https://www.facebook.com/" target="_blank" class="footer__social-link">
<i class="ri-facebook-circle-fill"></i>
</a>
<a href="https://www.twitter.com/" target="_blank" class="footer__social-link">
<i class="ri-twitter-fill"></i>
</a>
<a href="https://www.instagram.com/" target="_blank" class="footer__social-link">
<i class="ri-instagram-line"></i>
</a>
<a href="https://www.discord.com/" target="_blank" class="footer__social-link">
<i class="ri-discord-line"></i>
</a>
<a href="https://www.youtube.com/" target="_blank" class="footer__social-link">
<i class="ri-youtube-line"></i>
</a>
</ul>
<span class="footer_copy">
© Copyright ARUDEM. All rights reserved
</span>
</div>
</div>
</footer>
<!-- SCROLL UP -->
<a href="#" class="scrollup" id="scroll-up">
<i class="ri-arrow-up-line"></i>
</a>
<!-- SCROLL REVEAL -->
<script src="assets/js/scrollreveal.min.js"></script>
<!-- EMAIL JS -->
<!--Need to first learn EmailJS functions and operations-->
<!-- MAIN JS -->
<script src="assets/js/main.js"></script>
<!-- BOOTSTRAP JS -->
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script> -->
</body>
</html>