-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (83 loc) · 3.09 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
<!DOCTYPE html>
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="icon" type="image/x-icon" href="favicon/favicon-32x32.png">
</head>
<body lang="en">
<header><nav>
<li><a href = "#about"><img src="images/AboutHeader.png"></a></li>
<li><a href = "#socials"><img src="images/SocialsHeader.png"></a></li>
<li><a href = "#downloads"><img src="images/DownloadsHeader.png"></a></li>
</nav></header>
<img src="images/Megamix_Logo.png" class= "logo">
<section id= "about">
<div class = "CenterHeader">
<h1>ABOUT</h1>
</div>
<article>
Sonic Megamix Mania is a non-profit modification of 'Sonic Mania' that both faithfully recreates the levels from
the late 'Sonic Megamix' (created by Stealth) and even re-imagines them in a new mode named after the original ROM hack!
Current plans for the next release include a port to the Hatch Engine, hyper forms and much more!
</article>
<div class= "title">
<img src= "images/mm_title.png">
</div>
</section>
<br>
<section id= "socials">
<div class = "CenterHeader">
<h2>SOCIALS</h2>
</div>
<p>To be notified on progress regarding the project, here's where you can find us:</p>
<div class= "button">
<button type="submit" class="blue">
<a href="https://www.youtube.com/@sonicmegamixmania"> YouTube</a>
</button>
</div>
<div class= "button">
<button type="submit" class="blue">
<a href="https://www.linkedin.com/in/itoro-ikpe-bb2b00312/"target="_blank"> Twitter (NOT X)</a>
</button>
</div>
<div class= "button">
<button type="submit" class="blue">
<a href="https://bsky.app/profile/megamixmania.bsky.social"target="_blank"> Bluesky</a>
</button>
</div>
<div class= "button">
<button type="submit" class="blue">
<a href="https://discord.gg/dBUqJ5f"target="_blank"> Discord</a>
</button>
</div>
</section>
<section id= "downloads">
<div class= "HeaderTwo">
<h2>DOWNLOADS</h2>
</div>
<p>
<a href="https://www.youtube.com/watch?v=1UFWm4T-HJk"target="_blank"> Initial Demo Release (February 22nd, 2019)</a>
<br>
Version 1.5 Release A
<br>
<a href="https://drive.google.com/file/d/18p-_sPl9S9l1UTutAtPATzHFZodn-fX_/view?usp=sharing"target="_blank"> Version 1.5 Release B</a>
<br>
<a href="https://sonichacking.org/entries/contest2020/274"target="_blank"> SHC 2020 Release (October 26th, 2020)</a>
<br>
<a href="https://shc.zone/entries/contest2023/906"target="_blank"> SHC 2023 Release (Latest)</a>
<br>
</p>
<article>
<div class="gallery">
<img src= "images/mm_ssz.png">
<img src= "images/mm_coz.png">
<img src= "images/mm_dfz.png">
<img src= "images/mm_snz.png">
<img src= "images/mm_mbz.png">
<img src= "images/legacy_ssz.png">
</div>
</article>
<br>
</section>
<h3>Team Megamix Mania (2019-2025). Sonic the Hedgehog and all related characters belong to SEGA and Sonic Team.</h3>
</body>