-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
348 lines (277 loc) · 12.4 KB
/
Copy pathindex.html
File metadata and controls
348 lines (277 loc) · 12.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content=" 3 16 3 website ">
<meta name="keywords" content="call of duty mobile blog">
<link rel="icon" href="images/flash.png" type="image/x-icon">
<title>Home page</title>
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,600&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/js/all.min.js"></script>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<!-- <link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" /> -->
</head>
<body>
<header class="header" id="top">
<a href="#" class="logo"><img src="images/logo5.png" alt="BrandName"></a>
<!-- <div class="togglemenu" onclick="myFunction();">
<div class="bars"></div>
<div class="bars"></div>
<div class="bars"></div>
</div> -->
<div class="icons nav-icon-5" onclick="myFunction();">
<span></span>
<span></span>
<span></span>
</div>
<nav id="nav">
<ul class="list nav__list">
<li class="nav-item"><a href="#">Home</a></li>
<li class="nav-item"><a href="playerinfo.html">Player Info</a></li>
<li class="nav-item"><a href="season.html">Season</a></li>
<li class="nav-item"><a href="bestmatch.html">Best Match</a></li>
</ul>
</nav>
</header>
<section>
<div class="container-box">
<div class="banner-text">
<h1 class="tagline" data-aos="fade-right">It's time to set things right</h1>
<p class="quotes"> The [ 3 16 3 ] website </p>
<a href="https://play.google.com/store/apps/details?id=com.activision.callofduty.shooter&hl=en_IN&gl=US"
class="btn btn-primary" target="_blank">Get start </a>
</div>
<img src="images/banner3-min.png" data-aos="zoom-in-up" alt="banner image">
</div>
</section>
<section class="about" data-aos="zoom-in-up">
<header class="season">
<h2>About Game</h2>
<h3 class="about-game about-gamem">Experience the thrill of Call of Duty on the go. Play as iconic
characters
in battle royale and multiplayer in our best fps free mobile game.!
</h3>
</header>
</section>
<!-- mode 1 -->
<div class="modes" data-aos="zoom-in-up">
<div class="mode">
<header class="mode-heading">
<h3 class="mode-text">Multiplayer </h3>
</header>
<main class="modes-images">
<img src="images/multiplayer.jpg" alt="">
</main>
<h3 class="news">
Traditional 5v5 team based combat!
</h3>
</div>
</div>
<!-- mode 4 -->
<div class="modes" data-aos="zoom-in-up">
<div class="mode">
<header class="mode-heading">
<h3 class="mode-text">Battle Royal </h3>
</header>
<main class="modes-images">
<img src="images/brmode.jpg" alt="">
</main>
<h3 class="news">
Battle Royal Survive the 100 player experience!
</h3>
</div>
</div>
<!-- mode3 -->
<div class="modes" data-aos="zoom-in-up">
<div class="mode">
<header class="mode-heading">
<h3 class="mode-text">Classic Blitz</h3>
</header>
<main class="modes-images">
<img src="images/blits.jpg" alt="">
</main>
<h3 class="news">
Blitz BR mode, features smaller circles!
</h3>
</div>
</div>
<!-- mode 4 -->
<div class="modes" data-aos="zoom-in-up">
<div class="mode">
<header class="mode-heading">
<h3 class="mode-text">Zombie Action</h3>
</header>
<main class="modes-images">
<img src="images/zombie.jpg" alt="">
</main>
<h3 class="news">
Introduce The Siege Zombie Mode.!
</h3>
</div>
</div>
<section class="video">
<h2 class="video-text" data-aos="zoom-in-up">Play Now</h2>
<video autoplay muted loop data-aos="zoom-in-up">
<source src="video/bg2.mp4">
</video>
</section>
<div class="gunsContainer" data-aos="fade-right">
<h2 class="gun">Top Guns</h2>
<p class="about-buffed" data-aos="zoom-in-up">Top Guns in Battle Royal .</p>
<article class="grid grid--1x2 features">
<div>
<img src="images/tick.png" data-aos="ease-out-sine" alt="">
<h3 class="guns-text" data-aos="zoom-in-up">AK-47 - Kuromaku.</h3>
<p class="news news-secondary" data-aos="zoom-in-up">
AK-47 is a fully automatic assault rifle with the highest damage
Its still on top of the guns list many players in call of duty mobile
</p>
</div>
<picture class="guns-images">
<img src="images/pic2.png " data-aos="zoom-in-up" alt="">
</picture>
</article>
<article class="grid grid--1x2 features" data-aos="zoom-in-up">
<picture class="guns-images">
<img src="images/gpic1.png" alt="">
</picture>
<div>
<img src="images/tick.png" data-aos="zoom-in-up" alt="">
<h3 class="guns-text">AK117 - Phantom Limb.</h3>
<p class="news news-secondary">
AK117 is a fully automatic assault rifle .
It was the best gun in several season. As of now, Its good at close range.
</p>
</div>
</article>
<article class="grid features">
<div>
<img class="animated" src="images/tick.png" alt="">
<h3 class="guns-text">M4 - Tracker.</h3>
<p class="news news-secondary" data-aos="zoom-in-up">
M4 is static gun in call of duty mobile you can use in multiplayer, Battle Royal Command.
</p>
</div>
<picture class="guns-images">
<img src="images/gpic2.png" data-aos="zoom-in-up" alt="">
</picture>
</article>
<!-- mx9 -->
<article class="grid grid--1x2 features" data-aos="zoom-in-up">
<picture class="guns-images">
<img src="images/MX9.png" alt="">
</picture>
<div>
<img src="images/tick.png" data-aos="zoom-in-up" alt="">
<h3 class="guns-text">MX9 - heartless.</h3>
<p class="news news-secondary">
new MX9-Heartless blueprint closely resembles the QQ9 melting point, but has one of the best death effects ever seen in a Legendary weapon
</p>
</div>
</article>
</div>
<!-- about section -->
<h2 class="about-text" data-aos="zoom-in-up">About</h2>
<section class="about-page">
<div class="about">
<img src="images/about.jpg " data-aos="zoom-in-up" alt="">
<p class="news news-about" data-aos="slide-up"> <span id="bold">FREE TO PLAY ON MOBILE</span>Console quality
HD gaming on your phone with customizable controls, voice and text chat, and thrilling 3D graphics and
sound. Experience the thrill of the world’s most beloved shooter game, now on your phone for easy
on-the-go fun.</p>
</div>
</section>
<!-- footer section -->
<h2 class="footer-heading" data-aos="zoom-in-up">what's New</h2>
<div class="swiper">
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide"><img class="simg" src="images/2season4.jpg" alt=""></div>
<div class="swiper-slide"><img class="simg" src="images/2seaon.jpg" alt=""></div>
<div class="swiper-slide"><img class="simg" src="images/2season1.jpg" alt=""></div>
<div class="swiper-slide"><img class="simg" src="images/2season2.jpg" alt=""></div>
<div class="swiper-slide"><img class="simg" src="images/2season3.jpg" alt=""></div>
<div class="swiper-slide"><img class="simg" src="images/2season5.jpg" alt=""></div>
</div>
<!-- If we need pagination -->
<div class="swiper-pagination"></div>
<!-- If we need navigation buttons -->
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
<!-- If we need scrollbar -->
</div>
<!-- player- info -->
<div class="playerinfo">
<div class="playerinfo-img">
<img class ="img-player"src="images/playerinfo.png" alt="">
</div>
<div class="playerinfo-content">
<h3 data-aos="slide-right" class="playerinfo-title">playerinfo</h3>
<p class="playerinfo-description">Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet consectetur adipisicing elit. Praesentium, aliquid!</p>
<a class="plyinfo-btn" href="playerinfo.html">see playerinfo <span></span> →</a>
<div class="clear"></div>
</div>
</div>
<!-- footer section -->
<footer class="footer-section">
<div class=footer-header>
<h4 class="about-header">About</h4>
<p class="footer-about">The [ 3 16 3 ] website</p>
<img src="images/logo5_50.png" alt="">
</div>
<div class=footer-header>
<h4>Start Now</h4>
<ul class="footer-links">
<li class="footer-links"><a href="index.html">Home</a></li>
<li class="footer-links"><a
href="https://play.google.com/store/apps/details?id=com.activision.callofduty.shooter&hl=en_IN&gl=US">let's
Play Now</a></li>
<li class="footer-links"><a href="https://apps.apple.com/US/app/id1287282214?mt=8">Apple store</a></li>
<li class="footer-links"><a href="https://www.callofduty.com/mobile">Read More</a></li>
</ul>
</div>
<div class=footer-header>
<h4>Get In Touch</h4>
<a class="icon" href=""><i class="fab fa-facebook-square"></i></a>
<a class="icon" href=""><i class="fab fa-youtube-square"></i></a>
<a class="icon" href=""><i class="fab fa-instagram-square"></i></a>
<a class="icon" href=""><i class="fab fa-linkedin"></i></a>
<a class="icon" href=""><i class="fab fa-pinterest-square"></i></a>
</div>
<form action="https://formspree.io/f/mjvjjlay" method="POST">
<h4 class="about-header">News letter</h4>
<div class="form-group">
<input type="text" required placeholder="Name" name="name" required maxlength="30">
</div>
<div class="form-group">
<input type="email" required placeholder="Email" name="email" required maxlength="40">
</div>
<textarea name="textarea" id="" cols="30" rows="3" maxlength="100" placeholder="comments"></textarea>
<div class="form-group">
<button class="submit" type="submit">SUBMIT</button>
</div>
</form>
</div>
</footer>
<div class="top-link">
<a href="#top"><img class="top" src="images/up-arrow.png" alt=""></a>
</div>
<div>
<h6 class="copy-right">copyright © 2021 </h6>
</div>
<script src="https://unpkg.com/swiper@7/swiper-bundle.min.js"></script>
<script src="js.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>