-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
203 lines (202 loc) · 6.58 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>transdevil.site</title>
<link href="pages/style.css" rel="stylesheet" type="text/css" />
<link href="pages/index/wii.css" rel="stylesheet" type="text/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=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap"
rel="stylesheet"
/>
<link rel="icon" type="image/x-icon" href="site/assets/favicon.png" />
</head>
<body style="background: #f8f8f8; margin: 0; height: 100%">
<header class="title">
<h1>transdevil.site</h1>
<div class="main" id="main">
<canvas id="starfield"></canvas>
</div>
<script src="pages/index/starfield.js"></script>
</header>
<!--wii menu stuff modified from https://github.com/cornetespoir/wii-menu-page -->
<main id="wii">
<ul class="navigation">
<li>
<a href="#channel-1">
<img
src="site/assets/wii disc channel.png"
alt="empty Wii disc channel menu icon"
/>
</a>
</li>
<li>
<a href="#channel-2">
<img src="site/assets/mii-channel.jpg" alt="Wii Mii channel" />
</a>
</li>
<li>
<a href="#channel-3">
<img
src="site/assets/wii shop channel.jpg"
alt="Wii Shop channel"
/>
</a>
</li>
<li>
<a href="#channel-4">
<img
src="site/assets/check-mii-out.jpg"
alt="Check Mii Out channel"
/>
</a>
</li>
<li>
<a href="#channel-5">
<img
src="site/assets/homebrew_channel.jpg"
alt="Homebrew channel"
/>
</a>
</li>
<li></li>
<li></li>
<li></li>
</ul>
<!-- start channel 1 -->
<div id="channel-1" class="content full">
<div class="container">
<header></header>
<div class="wii">
On this channel you can find pages relating to my personal interests
called shrines!
</div>
<div class="bottom">
<a href="#" class="button">
<span class="corner"></span>
<span class="text">Menu</span>
</a>
<a href="pages/shrines/shrines.html" class="button">
<span class="corner"></span>
<span class="text">Start</span>
</a>
</div>
</div>
</div>
<!-- end channel 1 -->
<!-- start channel 2 -->
<div id="channel-2" class="content full">
<div class="container">
<header></header>
<div class="wii">
This channel leads you to my blog where I post what ever comes to my
mind. Here is a chronologically ordered list of my blog posts.
<ol>
<li>
<a href="pages/blog/blog.html#one"
>A New Beginning! - 9/15/24</a
>
</li>
<li>
<a href="pages/blog/blog.html#two"
>Support from Friends - 10/2/24</a
>
</li>
</ol>
</div>
<div class="bottom">
<a href="#" class="button">
<span class="corner"></span>
<span class="text">Menu</span>
</a>
<a href="pages/blog/blog.html" class="button">
<span class="corner"></span>
<span class="text">Start</span>
</a>
</div>
</div>
</div>
<!-- end channel 2 -->
<!-- start channel 3 -->
<div id="channel-3" class="content full">
<div class="container">
<header></header>
<div class="wii">Wii menu content</div>
<div class="bottom">
<a href="#" class="button">
<span class="corner"></span>
<span class="text">Menu</span>
</a>
<a href="" class="button">
<span class="corner"></span>
<span class="text">Start</span>
</a>
</div>
</div>
</div>
<!-- end channel 3 -->
<!-- start channel 4 -->
<div id="channel-4" class="content">
<div class="container">
<p class="about-me">
Welcome to my website! This website is an online collection of
myself. This website is made by me, Elli Cano and I am a game
developer, programmer, artist, and a learning musician.
<br />
This is a complete rewrite of my
<a href="https://thetransgenderdevil.neocities.org/">old site</a>
from scratch. The reason for the complete rewrite is firstly, that
many pages contained outdated information. The outdated information
was littered everywhere so it would be hard to fix every tiny little
thing. Secondly, I didn't like the layout of my website at all.
<br />
</p>
<a href="#" class="cancel">Cancel</a>
</div>
</div>
<!-- end channel 4 -->
<!-- start channel 5 -->
<div id="channel-5" class="content full">
<div class="container">
<header></header>
<div class="wii">
This channel leads to a page regarding my various coding projects!
(WIP)
</div>
<div class="bottom">
<a href="#" class="button">
<span class="corner"></span>
<span class="text">Menu</span>
</a>
<a href="pages/projects/projects.html" class="button">
<span class="corner"></span>
<span class="text">Start</span>
</a>
</div>
</div>
</div>
<!-- end channel 5 -->
</main>
<div class="bottom-text">:3</div>
<footer>
<div class="button-content">
<a class="button" href="/">
<span class="corner"></span>
<span class="text">Home</span>
</a>
</div>
<div class="c"></div>
<div class="c"></div>
<div class="m"></div>
<div class="button-content right">
<a class="button" href="/">
<span class="corner"></span>
<span class="text">Mail</span>
</a>
</div>
</footer>
</body>
</html>