-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
323 lines (314 loc) · 11.9 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
<!DOCTYPE html>
<html>
<head>
<title>Game Title</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<link rel="stylesheet" href="./src/style/main.css">
</head>
<body>
<div id="preloader">
<div class="socket">
<div class="gel center-gel">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c1 r1">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c2 r1">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c3 r1">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c4 r1">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c5 r1">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c6 r1">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c7 r2">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c8 r2">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c9 r2">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c10 r2">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c11 r2">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c12 r2">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c13 r2">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c14 r2">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c15 r2">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c16 r2">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c17 r2">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c18 r2">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c19 r3">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c20 r3">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c21 r3">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c22 r3">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c23 r3">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c24 r3">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c25 r3">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c26 r3">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c28 r3">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c29 r3">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c30 r3">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c31 r3">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c32 r3">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c33 r3">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c34 r3">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c35 r3">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c36 r3">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
<div class="gel c37 r3">
<div class="hex-brick h1"></div>
<div class="hex-brick h2"></div>
<div class="hex-brick h3"></div>
</div>
</div>
</div>
<div id="main-content"">
<div class="small"></div>
<div class="swiper mySwiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="Hero">
<img src="./src/images/TemplateHeroLogo.png" alt="Hero Logo">
<button class="herobtn"
onclick="location.href='https://store.steampowered.com/app/2933620/Call_of_Duty_Black_Ops_6/';">
WISHLIST
</button>
<video id="background-video" autoplay loop muted poster="./src/images/TemplateHeroMoviePoster.png">
<source src="./src/images/TemplateHeroMovie.mp4" type="video/mp4">
</video>
</div>
</div>
<div class="swiper-slide">
<div class="slide-content" id="CampSlide">
<h1 class="header-primary">Campaign</h1>
<h2 class="header-secondary">Do not pray for easy lives. Pray to be stronger men</h2>
<p>Immerse yourself in an action-packed campaign that takes you across diverse locations and intense missions. <br>
Experience a gripping storyline with unforgettable characters, advanced combat mechanics, and cutting-edge visuals. <br>
Face challenging objectives, where every decision impacts the outcome of your mission. <br>
Are you ready to answer the call and become the hero of this thrilling narrative?</p>
<img src="./src/images/slides/VideoCover.jpg" alt="Slide Image">
<button class="play-btn" onclick="openVideo('https://www.youtube.com/embed/oyZY_BiTmd8?autoplay=1');"></button>
</div>
</div>
<div class="swiper-slide">
<div class="nested-swiper">
<div class="swiper nestedSwiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="./src/images/slides/01.png" alt="slide image">
</div>
<div class="swiper-slide">
<img src="./src/images/slides/02.png" alt="slide image">
</div>
<div class="swiper-slide">
<img src="./src/images/slides/03.png" alt="slide image">
</div>
<div class="swiper-slide">
<img src="./src/images/slides/04.png" alt="slide image">
</div>
<div class="swiper-slide">
<img src="./src/images/slides/05.png" alt="slide image">
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="slide-content" id="CampSlide">
<h1 class="header-primary">MULTIPLAYER</h>
<h2 class="header-secondary">JUST SO WE'RE CLEAR,
THIS IS GOING TO BE A SLAUGHTER.</h>
<p>Engage in fast-paced multiplayer action with a range of dynamic maps and modes. <br>
Battle it out in various environments, each designed to provide unique strategic opportunities. <br>
Whether you're playing in classic modes or exploring innovative new game types, <br>
you'll need skill, teamwork, and quick reflexes to dominate the competition. <br>
New content and seasonal updates ensure the experience is always evolving.</p>
<img src="./src/images/slides/VideoCoverMP.jpg" alt="Slide Image">
<button class="play-btn"
onclick="openVideo('https://www.youtube.com/embed/GYG_h-L-K2E?si=V1vusEKSThXEZVUR?autoplay=1');">
</button>
</div>
</div>
<div class="swiper-slide">Slide 5</div>
<div class="swiper-slide" style="background-color: black;">
<div class="formbold-main-wrapper">
<div class="formbold-form-wrapper">
<h1 class="header_mailto">to stay updated with the latest information and updates.</h1>
<form id="subscriptionForm" onsubmit="return sendEmail();">
<div class="formbold-email-subscription-form">
<input type="email" name="email" id="email" placeholder="Enter your email" class="formbold-form-input"
required />
<button type="submit" class="formbold-btn">
Send
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1661_1158)">
<path
d="M2.494 0.937761L14.802 7.70709C14.8543 7.73587 14.8978 7.77814 14.9282 7.8295C14.9586 7.88087 14.9746 7.93943 14.9746 7.99909C14.9746 8.05875 14.9586 8.11732 14.9282 8.16868C14.8978 8.22005 14.8543 8.26232 14.802 8.29109L2.494 15.0604C2.44325 15.0883 2.3861 15.1026 2.32818 15.1017C2.27027 15.1008 2.21358 15.0848 2.16372 15.0553C2.11385 15.0258 2.07253 14.9839 2.04382 14.9336C2.01511 14.8833 2.00001 14.8264 2 14.7684V1.22976C2.00001 1.17184 2.01511 1.11492 2.04382 1.06461C2.07253 1.0143 2.11385 0.97234 2.16372 0.942865C2.21358 0.913391 2.27027 0.897419 2.32818 0.896524C2.3861 0.895629 2.44325 0.909842 2.494 0.937761ZM3.33333 8.66576V13.0771L12.5667 7.99909L3.33333 2.92109V7.33243H6.66667V8.66576H3.33333Z"
fill="white" />
</g>
<defs>
<clipPath id="clip0_1661_1158">
<rect width="16" height="16" fill="white" />
</clipPath>
</defs>
</svg>
</button>
</div>
</form>
</div>
<!-- Footer placed here -->
<footer class="footer_mailto">
<div class="smoke-background"></div>
<p>©Copyright 2024. All rights reserved. <a href="#">Privacy policy</a></p>
</footer>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
<!-- Video Modal -->
<div id="video-modal" class="video-modal">
<iframe id="video-frame" width="100%" height="100%" src="" frameborder="0" allowfullscreen></iframe>
<button class="close-btn" onclick="closeVideo();">X</button>
</div>
</div>
<!-- Swiper JS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="./src/app/main.js"></script>
<script type="text/javascript" src="https://cdn.emailjs.com/dist/email.min.js"></script>
</body>
</html>