-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
439 lines (381 loc) · 25.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
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
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<title>MetaSaga Warriors</title>
<!--MSW Icon-->
<link rel="icon" type="image/x-icon" href="assets\img\MSW_Logo2.png" />
<!-- Font Awesome icons (free version)-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js" crossorigin="anonymous"></script>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" type="text/css" rel="stylesheet">
<!-- Fonts CSS-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&family=Passion+One:wght@400;700;900&display=swap" rel="stylesheet">
<script src="jquery/jquery.js"></script>
<script type="text/javascript" src='js/bootstrap.min.js'></script>
<link rel="stylesheet" href="css/bootstrap.css" />
</head>
<body id="page-top">
<!-- Navbar-->
<nav class="navbar navbar-expand-lg bg-secondary fixed-top" id="mainNav">
<!--NavBar Logo-->
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#home"><img src="assets\img\MSW_Logo2.png" alt="" class="w-50 px-xl-0"></a>
<button class="navbar-toggler navbar-toggler-right font-weight-bold bg-info text-white rounded" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">Menu <i class="fas fa-bars"></i></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<!--NavBar Menu-->
<ul class="navbar-nav nav-center">
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-lg-3 rounded js-scroll-trigger" href="#home">Home</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-lg-3 rounded js-scroll-trigger" href="#game_overview">Game Overview</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-lg-3 rounded js-scroll-trigger" href="#gameplay">Gameplay</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-lg-3 rounded js-scroll-trigger" href="#story_and_narrative">Story and Narrative</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-lg-3 rounded js-scroll-trigger" href="#nft_char">NFT Characters</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-lg-3 rounded js-scroll-trigger" href="#team">Team</a>
</li>
<!--
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-lg-3 rounded js-scroll-trigger" href="#partners">Partners</a>
</li>
-->
</ul>
</div>
</div>
</nav>
<div class="hero" id="home">
<video class="video-bg" autoplay muted loop >
<source src="vid\Unity Builds 2022.04.07 - 16.16.18.10.webm" type="video/mp4">
</video>
<div class="container d-flex align-items-center flex-column">
<!-- Home Heading-Logo -->
<img class="home-avatar " src="assets\img\MSW_Logo2.png" >
<p class="h4 pre-wrap text-center text-white">MetaSaga Warrior is a Rougelike Play-And-Earn game where you venture into ever shifting dungeons
packed with unique challenges on a quest to vanquish the creatures corrupting the lands.
</p>
<!--Download Button-->
<div class="text-center mt-4">
<a class="btn btn-xl btn-info" href="#">
Coming Soon!
</a>
</div>
</div>
</div>
<!--GAME OVERVIEW SECTION-->
<section class="page-section grad2 text-white mb-0" id="game_overview">
<div class="container">
<!-- Game Overview Section Heading-->
<div class="text-center ">
<h2 class="page-section-heading d-inline-block text-white">GAME OVERVIEW</h2>
</div>
<!--Game Overview Text-->
<div class="text-center mt-4"></div>
<p class="pre-wrap text-center">The game features a shifting mechanic that allows the player to switch between
three characters to chain powerful attacks.</p>
</div>
<h2 class="font-italic text-center ">“Every run is different”</h2>
<div class="container ">
<!-- GAME OVERVIEW GIF IMAGE-->
<div class="row justify-content-center">
<img class="img-gif" src="assets\img\Levelss.gif" alt=""/>
</div>
<!-- GAME OVERVIEW TEXT-->
<div class="text-center mt-4 mx-xl-auto py-xl-4"></div>
<p class="pre-wrap text-center">Various upgrades and power ups will be offered to the player each time his character levels up during
the gameplay, allowing him to approach dungeons differently as it gets difficult the deeper the descent.
MetaSaga Warrior’s main feature is the procedurally generated dungeon. Different dungeons will be
created each time a level is loaded. Unique paths will be crafted together with random rooms, traps,
treasures and monsters, delivering an exciting and fresh experience every start of the game.
Games are always played for entertainment or fun, that is why MetaSaga Warriors is aimed to be built
towards that experience while still enjoying the benefits of the modern feature - Play-and-Earn.
We believe as a team that putting fun first over money is the more sustainable approach to play and earn gaming. </div>
</p>
</div>
<!-- GAME OVERVIEW Buttons-->
<!-- Hide Button Temporarily
<div class="text-center mt-5 px-xl-5">
<a class="btn btn-xl btn-info px-lg-3" href="#">
Primary Button
</a >
<a class="btn btn-xl btn-outline-light px-lg-3" href="#">
Secondary Button
</a>
</div>
-->
</section>
<!--GAMEPLAY SECTION -->
<section class="page-section bg-line text-white mb-0" id="gameplay">
<div class="container">
<div class="container d-flex align-items-center flex-column">
<!-- Gameplay Section Heading-->
<div class="text-center mt-4 py-xl-4 ">
<h2 class="page-section-heading d-inline-block text-white">GAMEPLAY</h2>
</div>
<div class="container mt-4 ">
<div class="row justify-content-center">
<p class="pre-wrap">The game begins on the main menu where the player can see his collection of characters and freely select. After choosing a character, a selection screen will be displayed allowing the player to pick between PvE, Boss Raid, and PvP game modes.
In the PvE mode, the player has to complete multiple levels until he reaches and defeats the final boss which then the game loops from the beginning with increased difficulty. The loop continues until the character dies.
Every character has their own special ability that can be used in combat. These abilities are strong but need to be charged by defeating enemies. After using the ability, it goes on cooldown before it can be utilized again.
Defeating enemies also provides experience points needed for leveling up the characters. Upon leveling up, the player is presented with three unique upgrade choices ranging from stat boosts to various effects that can synergize with the other upgrades.
The game will also feature <a href="https://en.wikipedia.org/wiki/Permadeath" class="text link-info">permadeath</a> where after the character dies, all of the upgrades will be gone and the level will be reset. Only the resources and items collected are kept. These resources can then be used for upgrading the characters and even the items.
In Boss Raid mode, players can fight against powerful bosses. These bosses will drop more powerful and unique items but players can also lose items upon death.
PvP mode is where players can test their skills. Players fight against each other in order to be on top of the leaderboard. High-ranking players will receive a bunch of loot and rewards.
</p>
<!--Video SneakPeekFinal -->
<div class="embed-responsive embed-responsive-16by9">
<video height="256" loop autoplay muted controls id="vid" src="vid\MSWSneakPeekFinal.mp4"></video>
</div>
</div>
</div>
</section>
<!--STORY AND NARRATIVE-->
<section class="page-section grad3 text-white mb-0" id="story_and_narrative">
<div class="container py-xl-4 ">
<!-- STORY AND NARRATIVE Section Heading-->
<div class="text-center mt-4 py-xl-4 ">
<h2 class="page-section-heading d-inline-block text-white">STORY AND NARRATIVE</h2>
</div>
<div class="container py-xl-4 mt-4 ">
<div class="row">
<div class="col-md-6 how-img">
<img src="assets\img\poster2.png" class="filter-shadow" alt=""/>
</div>
<div class="col-md-6">
<!--<h4 class="text-center">Lorem ipsum dolor sit amet</h4>-->
<p class="pre-line"> A long time ago, a crystal meteor crashed into the earth. It crawled, sank, and melded into the ground as if it was breathing. </p>
<p class="pre-line"> For years, the crash site pulsated, and it was felt throughout the world attracting diggler kind. Diggler built communities around the site, harvesting the crystal fragments and digging deeper into the earth. The crystals are dangerous in their unstable form, it causes physical and mental deterioration, decay, and death, just by holding them in one’s hand. But with their knowledge of the arcane and recent use of technology, they managed to stabilize, contain, and control it. They used the crystals for magical energy, transport, power, even weapons. It enhanced their innate elemental properties coupled with their advanced technology. They also established cave systems in layers, and became content with their home, until one diggler dug too deep and unearthed the meteor’s core.</p>
<p class="pre-line"> With one strike, the core released dreadful energy corrupting all the layers that the digglers once called oasis. The surviving digglers tend to the entrance, fighting off corruption, monsters, and catastrophes coming through for decades.</p>
<p class="pre-line"> Today, we will venture into the caves and strike the core again.</p>
</div>
</div>
</div>
</section>
<!--NFT CHARACTERS-->
<section class="page-section grad5 text-white mb-0" id="nft_char">
<div class="container py-xl-4 ">
<!-- NFT CHARACTERS Section Heading-->
<div class="text-center mt-4 py-xl-4 ">
<h2 class="page-section-heading d-inline-block text-white">NFT CHARACTERS</h2>
</div>
<div class="container py-xl-4 mt-5 ">
<div class="row">
<div class="row justify-content-center">
<!-- NFT CHARACTERS IMAGES 1ST ROW-->
<div class="col-md-6 col-lg-2 mb-5">
<div class="mx-auto">
<img class="img filter-shadow" src="assets\img\Engineer.png" alt=""/>
</div>
</div>
<div class="col-md-6 col-lg-2 mb-5">
<div class="mx-auto">
<img class="img filter-shadow" src="assets\img\Vicar.png" alt=""/>
</div>
</div>
<div class="col-md-6 col-lg-2 mb-5 ">
<div class="mx-auto">
<img class="img filter-shadow" src="assets\img\Altillery.png" alt=""/>
</div>
</div>
<div class="col-md-6 col-lg-2 mb-5 ">
<div class="mx-auto">
<img class="img filter-shadow" src="assets\img\Berserker.png" alt=""/>
</div>
</div>
</div>
<div class="row justify-content-center">
<!-- NFT CHARACTERS IMAGES 2ND ROW-->
<div class="col-md-4 col-lg-2 mb-5">
<div class="mx-auto">
<img class="img filter-shadow" src="assets\img\Dark Knight.png" alt=""/>
</div>
</div>
<div class="col-md-4 col-lg-2 mb-5">
<div class="mx-auto">
<img class="img filter-shadow" src="assets\img\NoPath - Copy (4).png" alt=""/>
</div>
</div>
<div class="col-md-4 col-lg-2 mb-5 ">
<div class="mx-auto">
<img class="img filter-shadow" src="assets\img\NoPath - Copy (3).png" alt=""/>
</div>
</div>
<div class="col-md-4 col-lg-2 mb-5 ">
<div class="mx-auto">
<img class="img filter-shadow" src="assets\img\Plague Doctor.png" alt=""/>
</div>
</div>
</div>
<div class="row justify-content-center">
<!-- NFT CHARACTERS IMAGES 3RD ROW-->
<div class="col-md-4 col-lg-2 mb-5">
<div class="mx-auto">
<img class="img filter-shadow" src="assets\img\Archer.png" alt=""/>
</div>
</div>
<div class="col-md-4 col-lg-2 mb-5">
<div class="mx-auto">
<img class="img filter-shadow" src="assets\img\knight.png" alt=""/>
</div>
</div>
<div class="col-md-4 col-lg-2 mb-5 ">
<div class="mx-auto">
<img class="img filter-shadow" src="assets\img\musketeer.png" alt=""/>
</div>
</div>
<div class="col-md-4 col-lg-2 mb-5 ">
<div class="mx-auto">
<img class="img filter-shadow" src="assets\img\wizard.png"alt=""/>
</div>
</div>
</div>
</div>
</section>
<!--TEAM-->
<section class="page-section grad1 text-white mb-0" id="team">
<div class="container py-xl-4 ">
<!-- TEAM Section Heading-->
<div class="text-center mt-4 py-xl-4 ">
<h2 class="page-section-heading d-inline-block text-white">TEAM</h2>
</div>
<div class="text-center mt-4 py-xl-4 ">
<h2 class="page-section-heading d-inline-block text-white"></h2>
</div>
<div class="row justify-content-center">
<div class="col-md-4 col-lg-2 ">
<div class="img-filter mb-5">
<img src="assets\img\Andy Agnas, CEO.png" class="team-img " >
<div class="content mt-2">
<h4>Andy Agnas</h4>
<p class="text-muted">CEO</p>
</div>
</div>
</div>
<div class="col-md-4 col-lg-2 ">
<div class="img-block mb-5">
<img src="assets\img\Rico Zuñiga, CTO.png" class="team-img " >
<div class="content mt-2">
<h4>Rico Zuñiga</h4>
<p class="text-muted">CTO</p>
</div>
</div>
</div>
<!--</div>
<div class="row justify-content-center">-->
<div class="col-md-4 col-lg-2">
<div class="img-block mb-5">
<img src="assets\img\Mike Reñevo, Lead Game Designer.png" class="team-img " >
<div class="content mt-2">
<h4>Mike Reñevo</h4>
<p class="text-muted">Lead Game Designer</p>
</div>
</div>
</div>
<div class="col-md-4 col-lg-2 ">
<div class="img-block mb-5">
<img src="assets\img\Harvin Cadag, Game Artist.png" class="team-img " >
<div class="content mt-2">
<h4>Harvin Cadag</h4>
<p class="text-muted">Game Artist</p>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-4 col-lg-2 ">
<div class="img-block mb-5">
<img src="assets\img\John Carlo Ariola, Game Developer.png" class="team-img" >
<div class="content mt-2">
<h4>John Carlo Ariola</h4>
<p class="text-muted">Game Developer</p>
</div>
</div>
</div>
<!--</div>
<div class="row justify-content-center"> -->
<div class="col-md-4 col-lg-2 ">
<div class="img-block mb-5">
<img src="assets\img\Aldrick Bonaobra, Blockchain Developer.png" class="team-img " >
<div class="content mt-2">
<h4>Aldrick Bonaobra</h4>
<p class="text-muted">Blockchain Developer</p>
</div>
</div>
</div>
<div class="col-md-4 col-lg-2 ">
<div class="img-block mb-5">
<img src="assets\img\John Anthony Balbin, Cute and Pogi.png" class="team-img " >
<div class="content mt-2">
<h4>John Anthony Balbin</h4>
<p class="text-muted">QA Specialist </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Temporary hides Partners Section
--PARTNERS--
<section class="page-section bg-primary text-white mb-0" id="partners">
<div class="container py-xl-4 ">
-- PARTNERS Section Heading--
<div class="text-center mt-4 py-xl-4 ">
<h2 class="page-section-heading d-inline-block text-white">PARTNERS</h2>
</div>
<div class="container py-xl-4 mt-4 ">
<div class="row">
<div class="col-md-12 text-center">
<h4 class="text-muted">TO BE ADDED</h4>
</div>
</div>
</div>
</section>
-->
<!-- Footer-->
<footer class="footer py-3">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-4 text-lg-end">
<a class="footer-img" href="#home"><img src="assets\img\MSW_Logo2.png" alt="" class="w-25 px-xl-0"></a>
</div>
<div class="col-lg-4 copyright">Copyright © 2022 MetaGaming Guild. All Rights Reserved</div>
<div class="col-lg-3 my-3 my-lg-0">
<a class="btn " href="https://t.me/MetaSagaWarriorsOfficial"><i class="fab fa-fw fa-telegram"></i> </a>
<a class="btn " href="https://twitter.com/metasagawarrior"><i class="fab fa-fw fa-twitter"></i></a>
<a class="btn " href="https://www.facebook.com/metasagawarriors"><i class="fab fa-fw fa-facebook"></i></a>
<a class="btn " href="https://www.linkedin.com/company/metasaga-warriors"><i class="fab fa-fw fa-linkedin"></i></a>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes)-->
<div class="scroll-to-top d-lg-none position-fixed"><a class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top"><i class="fa fa-chevron-up"></i></a></div>
<!-- Bootstrap core JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Contact form JS-->
<script src="assets/mail/jqBootstrapValidation.js"></script>
<script src="assets/mail/contact_me.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<script>
document.getElementById('vid').play();
</script>
</body>
</html>