-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwheelwizard.html
91 lines (83 loc) · 4.16 KB
/
wheelwizard.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preload" href="NewRodinPro-UB-AlphaNum.woff2" as="font" type="font/woff2" crossorigin>
<title>Wheel Wizard</title>
<link rel="icon" type="image/x-icon" href="https://cdn.discordapp.com/attachments/410545003975147550/1314707997150285936/image.png?ex=6754c0bc&is=67536f3c&hm=4e2f0c1577491bb3bcae3073b7b2f54d0cef0f304e6100d39b3b734a5bab69bd&">
<link rel="stylesheet" href="wheelwizard.css">
</head>
<body>
<header>
<section id="banner">
<div class="container">
<!-- Main Logo -->
<a href="#" class="logo">
<img src="./Images/WheelWizardlogo.png" alt="Wheel Wizard Logo" height="auto" width="100%">
</a>
</section>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#credits">Credits</a></li>
<li><a href="https://discord.gg/Gceh5BwE3R">Wheel Wizard Discord</a></li>
<li><a href="index.html">Retro Rewind</a></li>
</ul>
</nav>
</div>
<div class="row">
<div class="column">
<img src="./Images/Logo.ww.png" alt="Decorative Kart Image" class="image" height="250px" width="280px" max-width="auto">
</div>
<div class="column">
<img src="./Images/Wwsettings.png" alt="Decorative Kart Image" class="image" height="250px" width="280px" max-width="auto">
</div>
</div>
</header>
<main>
<!-- Hero Section -->
<section id="hero">
<h2>Install and Update RetroRewind with a few clicks</h2>
</section>
<!-- About Section -->
<section id="about">
<div class="container">
<h2>About WheelWizard</h2>
<p>Wheel Wizard, our mod manager, is created for the sole purpose of convenience. Technically, these mods and Retro Rewind are all doable without this app, but this app makes it possible with just a few clicks. It still has a lot of features in the planning stage and is fully in development, so keep an eye out for updates.</p>
</div>
<!-- Download Section -->
<section id="download">
<div class="container">
<h2>Download</h2>
<p>Follow the instructions to download and install WheelWizard:</p>
<ol>
<li>Make sure your antivirus doesn't falsely flag WheelWizard.</li>
<li>Install and set up the program</li>
<li>You can now easily play and update RetroRewind!</li>
</ol>
<a href="https://github.com/patchzyy/WheelWizard/releases" class="download-button">Download WheelWizard</a>
</div>
</section>
<!-- Credits Section -->
<section id="credits">
<div class="container">
<h2>Credits</h2>
<p>Special thanks to patchzy and WantToBeeMe for creating and updating this awesome application</p>
<ul>
<li>Developer:</li> <a href="https://github.com/patchzyy">patchzy</a> <li>&</li> <a href="https://www.discord.com/users/381507890156142594">WantToBeeMe</a>
<li>Website Designer:</li> <a href="https://www.discord.com/users/257196097494188032">Weebo</a>
<li>Special Thanks to:</li> <a href="https://www.discord.com/users/208571037707665408">Noel</a> <a href="https://www.discord.com/users/331794107791835136">kytronix</a> <a href="https://www.discord.com/users/342736380163653633">Impact</a>
</ul>
</div>
</section>
</main>
<footer>
<div class="container">
<p>© 2024 Retro Rewind. All rights reserved. Not affiliated with Nintendo.</p>
</div>
</footer>
</body>
</html>