-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (71 loc) · 2.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>ORANGE</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<style>
html {
font-family: sans-serif;
max-width: 600px;
}
h1, h2 {
color: rgb(227, 147, 64);
}
a {
color: rgb(54, 124, 102);
}
a.big-link {
font-size: 1.5rem;
}
p {
margin-top: 2rem;
}
section {
margin: 1rem;
margin-top: 2rem;
}
</style>
</head>
<body>
<h1>
<img src="logo.png" alt="Orange" width="300px"/>
</h1>
<section>
<p>
<a href="/orangefm" class="big-link">>>> Orange FM Radio Cartridge <<<</a>
</p>
<p>
<h2> Web Utilities </h2>
<ul>
<li><a href="https://orangeglo.github.io/gbnp/">Game Boy Nintendo Power ROM Builder</a></li>
<li><a href="https://orangeglo.github.io/everdrive-gba-editor/">EverDrive GBA Theme Editor</a></li>
<li><a href="https://orangeglo.github.io/everdrive-gb-editor/">EverDrive GB Theme Editor</a></li>
<li><a href="https://orangeglo.github.io/BGR555/">BGR555 Color Tool for GBC, GBA, & SNES</a></li>
</ul>
</p>
<p style="margin-top: 2rem">
<h2> Game Boy ROMS </h2>
<ul>
<li><a href="https://github.com/orangeglo/better-button-test">Better Button Test</a></li>
<li><a href="https://github.com/orangeglo/magic-gb">Magic Life Counter</a></li>
<li><a href="https://github.com/orangeglo/led-screen-timer">LED Screen Timer</a></li>
</ul>
</p>
<p style="margin-top: 2rem">
<h2> ROM Hacks </h2>
<ul>
<li><a href="public/NP M-MENU English Patch v1.0.ips">NP M-MENU English Translation Patch</a> <br/>Translates GB Memory graphics into English</li>
<li><a href="public/Tetris (World) (Rev A) VIN Patch.ips">Tetris (World) (Rev A) VIN Patch</a> <br/>Enables the VIN pin for external audio</li>
</ul>
</p>
<p style="margin-top: 2rem">
orangeglo on <a href="https://github.com/orangeglo">github</a><br/>
orangeglo on <a href="https://www.youtube.com/channel/UCaQ4AUvgiSYl8QnBfIn9yKg">youtube</a><br/>
email me @ <a href="mailto:[email protected]">[email protected]</a><br />
contact me @ orangeglo6197 on discord
</p>
</section>
</body>
</html>