-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
359 lines (324 loc) · 20.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Destiny Games | Home</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="//fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="index.css">
<link rel="script" href="index.js">
</head>
<body>
<header>
<div class="container">
<nav>
<div class="logo">
<img src="/images/logo.png" alt="Destiny Games Logo" style="width: 50px; height: auto;">
<span>Destiny Games</span>
</div>
<div class="menu-icon">
<span></span>
<span></span>
<span></span>
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="#news">News</a></li>
<li><a href="comingsoon.html">Events</a></li>
<li><a href="comingsoon.html">Games</a></li>
<li><a href="comingsoon.html">Shop</a></li>
</ul>
</nav>
</div>
</header>
<section id="home" class="hero">
<div class="hero-content">
<img src="/images/NEWFULLLOGO.png" alt="Destiny Games Logo" style="width: 30rem; height: 30rem;">
<h1>Welcome to Destiny Games</h1>
<h2>The future of Minecraft competitive...</h2>
</div>
</section>
<section id="times" class="times">
<div class="container">
<div class="time-grid">
<div class="time-card">
<h1>Destiny Games Tester 5</h1>
<h2>Starts in:</h2>
<h4>TO BE ANNOUNCED</h4>
</div>
</div>
</div>
<div class="container">
<div class="feature-grid">
<div class="feature-card">
<i class="fa-solid fa-wallet"></i>
<h3>Support us!</h3>
<p>By buying something from the shop, subscribing to our Patreon, or buying an ExpHost server, you are directly supporting the Destiny Games team!</p>
<a href="comingsoon.html" class="btn">Support us!</a>
</div>
<div class="feature-card">
<i class="fa-brands fa-discord"></i>
<h3>Join the Discord!</h3>
<p>Join the rest of the Destiny Games community in the public Astrofox Studios Discord! We have over 300 members already who get to hear about all the Destiny news!</p>
<a href="https://discord.gg/aDHpp2fQn3" class="btn">Join Now!</a>
</div>
</div>
</div>
</section>
<section id="teams" class="locations">
<div class="container">
<h2>Meet the Teams</h2>
<div class="team-grid">
<div class="team-card red-raccoons">
<h3>Red Raccoons</h3>
<ul class="player-list" id="red-raccoons">
<li class="player"><img src="/images/teams/red.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/red.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/red.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/red.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/red.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
</ul>
</div>
<div class="team-card orange-otters">
<h3>Orange Otters</h3>
<ul class="player-list" id="orange-otters">
<li class="player"><img src="/images/teams/orange.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/orange.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/orange.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/orange.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/orange.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
</ul>
</div>
<div class="team-card fire-foxes">
<h3>Fire Foxes</h3>
<ul class="player-list" id="fire-foxes">
<li class="player"><img src="/images/teams/fire.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/fire.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/fire.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/fire.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/fire.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
</ul>
</div>
<div class="team-card green-goats">
<h3>Green Goats</h3>
<ul class="player-list" id="green-goats">
<li class="player"><img src="/images/teams/green.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/green.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/green.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/green.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/green.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
</ul>
</div>
<div class="team-card cyan-crabs">
<h3>Cyan Crabs</h3>
<ul class="player-list" id="cyan-crabs">
<li class="player"><img src="/images/teams/cyan.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/cyan.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/cyan.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/cyan.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/cyan.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
</ul>
</div>
<div class="team-card blue-belugas">
<h3>Blue Belugas</h3>
<ul class="player-list" id="blue-belugas">
<li class="player"><img src="/images/teams/blue.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/blue.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/blue.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/blue.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/blue.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
</ul>
</div>
<div class="team-card purple-puffins">
<h3>Purple Puffins</h3>
<ul class="player-list" id="purple-puffins">
<li class="player"><img src="/images/teams/purple.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/purple.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/purple.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/purple.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/purple.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
</ul>
</div>
<div class="team-card pink-panthers">
<h3>Pink Panthers</h3>
<ul class="player-list" id="pink-panthers">
<li class="player"><img src="/images/teams/pink.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/pink.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/pink.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/pink.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
<li class="player"><img src="/images/teams/pink.png" alt="Player Avatar" class="player-head"><span class="player-name">TBA</span></li>
</ul>
</div>
</div>
</div>
</section>
<section id="news" class="news-section">
<h2>NEWS!</h2>
<div class="news-grid">
<div class="news-card">
<img src="images/2024-05-12_15.29.16.png" alt="News 2">
<h3>Roadmap 2024 - 2025</h3>
<p>These are our plans for the Destiny Event for the next few months!</p>
<a href="/news/roadmap25.html" class="btn">Read More!</a>
</div>
<div class="news-card">
<img src="images/news1.png" alt="News 1">
<h3>New Destiny Site!</h3>
<p>The Destiny Games Website has received a massive overhaul, click here for a tour!</p>
<a href="#" class="btn">Read More!</a>
</div>
</div>
</section>
<section id="explanation" class="explanation-section">
<div class="container">
<h2>How Destiny Games Works</h2>
<div class="explanation-carousel">
<div class="explanation-slide active">
<div class="slide-image">
<img src="/images/hero2.png" alt="Explanation Slide 1">
</div>
<div class="slide-content">
<h3>1. What is Destiny Games?</h3>
<p>Destiny Games is an exciting Minecraft competition where invited players battle it out in all kinds of games. It’s all about teamwork, creativity, and having fun! And with Destiny Games Showdown coming soon, things are about to get even bigger.</p>
</div>
</div>
<div class="explanation-slide">
<div class="slide-image">
<img src="/images/2024-11-02_00.09.13.png" alt="Explanation Slide 2">
</div>
<div class="slide-content">
<h3>2. Pre-Event Fun</h3>
<p>Before the games start, players can explore the hub to get ready. You can meet NPCs, complete quests, and collect voting tickets to use in the Selection Sphere. Plus, the hub is packed with fun things like parkour courses and a Hall of Champions to check out past winners.</p>
</div>
</div>
<div class="explanation-slide">
<div class="slide-image">
<img src="/images/image5.png" alt="Explanation Slide 3">
</div>
<div class="slide-content">
<h3>3. The Selection Sphere</h3>
<p>The Selection Sphere lets players choose which games they’ll play next. Use your voting tickets wisely! Completing quests with NPCs can also earn you special modifiers to shake things up—like changing votes or boosting certain games.</p>
</div>
</div>
<div class="explanation-slide">
<div class="slide-image">
<img src="/images/2024-05-06_17.42.50.png" alt="Explanation Slide 3">
</div>
<div class="slide-content">
<h3>4. The Games</h3>
<p>The games are packed with action, from parkour races and survival challenges to clever puzzles and team battles. Each game is designed to test your skills and push teams to their limits while keeping it fun for everyone.</p>
</div>
</div>
<div class="explanation-slide">
<div class="slide-image">
<img src="/images/2023-09-10_10.47.34.png" alt="Explanation Slide 3">
</div>
<div class="slide-content">
<h3>5. Destiny Games Showdown</h3>
<p>Destiny Games Showdown is a special event that happens four times a year. It kicks off with four qualifiers, where the top two teams from each earn medals and a spot in the big finale. In the showdown, the top two teams battle it out in Capture the Flag to decide the winner.</p>
</div>
</div>
<div class="explanation-slide">
<div class="slide-image">
<img src="/images/rttf.png" alt="Explanation Slide 3">
</div>
<div class="slide-content">
<h3>6. Race to the Finish</h3>
<p>The final round is called Race to the Finish. Two identical arenas are set up, and teams have to bridge their way across to the other side while using bows to stop their opponents. It’s a best-of-5 showdown, and the first to win 3 rounds takes home the Destiny Games plaque!</p>
</div>
</div>
<div class="carousel-controls">
<button class="prev-slide">❮</button>
<div class="slide-progress">
<div class="progress-bar"></div>
</div>
<button class="next-slide">❯</button>
</div>
</div>
</div>
</section>
<section id="our-games" class="our-games-section">
<div class="container">
<h2>Our Featured Games</h2>
<div class="games-carousel">
<button class="games-prev-btn">❮</button>
<div class="games-wrapper">
<div class="games-inner">
<div class="game-card" style="background-image: url('/images/hero1.png')">
<img src="/images/logos/sts.png" alt="Speed Thru Space Logo" class="game-card-logo">
<p>Speed Thru Space</p>
</div>
<div class="game-card" style="background-image: url('/images/2024-03-30_21.11.32.png')">
<img src="/images/logos/voidclash.png" alt="VoidClash Logo" class="game-card-logo">
<p>VoidClash</p>
</div>
<div class="game-card" style="background-image: url('/images/image3.png')">
<img src="/images/logos/cosmic.png" alt="Cosmic Combat Logo" class="game-card-logo">
<p>Cosmic Combat</p>
</div>
<div class="game-card" style="background-image: url('/images/wp.png')">
<img src="/images/logos/wipeout.png" alt="Wipeout Rush Logo" class="game-card-logo">
<p>Wipeout Rush</p>
</div>
<div class="game-card" style="background-image: url('/images/boatrace.png')">
<img src="/images/logos/br.png" alt="BoatRace Logo" class="game-card-logo">
<p>Boat Race</p>
</div>
<div class="game-card" style="background-image: url('/images/rttf.png')">
<img src="/images/logos/rttf.png" alt="RTTF Logo" class="game-card-logo">
<p>RTTF</p>
</div>
</div>
</div>
<button class="games-next-btn">❯</button>
</div>
<a href="#" class="btn">Learn More!</a>
</div>
</section>
<section id="faq" class="faq">
<div class="container">
<h2>Frequently Asked Questions</h2>
<div class="faq-grid">
<div class="faq-item">
<h3>How do I play in Destiny Games?</h3>
<p class="faq-answer">Destiny Games is an invite only event that you have to be invited into to play. However, this is changing in the future with Destiny Games Showdown.</p>
</div>
<div class="faq-item">
<h3>What is Destiny Games Showdown?</h3>
<p class="faq-answer">Destiny Games Showdown is the future of Minecraft competitive, a tournament style event with 4 qualifiers leading into one final event. The winner takes it all!</p>
</div>
<div class="faq-item">
<h3>What server host do you use?</h3>
<p class="faq-answer">We run on ExpHost, it is run by our parent company and is the best Minecraft host for events and servers.</p>
</div>
<div class="faq-item">
<h3>When is the next event?</h3>
<p class="faq-answer">There is a new roadmap out every few months or you could join our Discord for more info!</p>
</div>
<div class="faq-item">
<h3>What socials do you have?</h3>
<p class="faq-answer">All of our socials are listed below in the Socials block in the footer of the site!</p>
</div>
</div>
</div>
</section>
<footer>
<div class="u-container-layout u-valign-top-lg u-valign-top-md u-valign-top-sm u-container-layout-2">
<a href="//www.astrofoxstudios.com" class="u-image u-logo u-image-1" data-image-width="2047"
data-image-height="629" title="Home">
<img src="/images/image.png" class="u-logo-image u-logo-image-1"
style="width: auto; height: 100px;">
</a>
</div>
<div class="container">
<div class="social-links">
<a href="//www.youtube.com/@astrofox-studios"><i class="fab fa-youtube"></i></a>
<a href="//twitter.com/AstroFoxStudios"><i class="fab fa-twitter"></i></a>
<a href="//discord.gg/yYnUq4sxfx"><i class="fab fa-discord"></i></a>
</div>
<p>© 2024 Destiny Games. All rights reserved.</p>
</div>
</footer>
<script src="index.js"></script>
</html>