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
|
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ok for some reason u want to know about me</title>
<meta name="description" content="sure i guess" />
<link rel="icon" href="assets/pfp.webp" />
<link rel="stylesheet" type="text/css" href="styles/styles.css" />
<script src="scripts/index.js"></script>
<style>
@keyframes blink {
0%,
50% {
opacity: 1;
}
51%,
100% {
opacity: 0;
}
}
.blink {
animation: blink 1.5s infinite;
}
.retro-shadow {
text-shadow:
2px 2px 0px #ff69b4,
4px 4px 0px #ffb6c1;
}
.y2k-border {
border: 2px ridge #ff1493;
padding: 10px;
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.9) 0%,
rgba(255, 182, 193, 0.3) 100%
);
}
.content h3 {
background: linear-gradient(
90deg,
#ffb6c1,
#ff69b4,
#ff1493,
#ff69b4,
#ffb6c1
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
font-size: 1.5em;
text-transform: uppercase;
}
.sites {
border: 3px double #ff69b4;
padding: 10px;
margin: 10px 0;
background: repeating-linear-gradient(
45deg,
#ffe4e1,
#ffe4e1 10px,
#ffb6c1 10px,
#ffb6c1 20px
);
}
.sparkle {
background-image: url("https://www.animatedimages.org/data/media/52/animated-star-image-0116.gif");
background-repeat: no-repeat;
background-position: right center;
background-size: 20px 20px;
padding-right: 25px;
}
</style>
</head>
<body>
<div class="top-navbar">
<nav aria-label="Main navigation">
<ul>
<li><a href="/">home</a></li>
<li>
<a href="/about.html" aria-current="page">webmaster</a>
</li>
<li><a href="/projects.html">projects</a></li>
</ul>
</nav>
</div>
<div class="container">
<div class="header" style="margin-top: 20px">
<marquee behavior="alternate" direction="left" scrollamount="6">
<span class="retro-shadow">About Me</span>
</marquee>
</div>
<div class="sidebar">
<div class="contacts-section y2k-border">
<img
src="assets/pfp.webp"
class="border-img crazy-image"
width="250px"
alt="Profile Picture"
style="
border: 3px ridge #ff1493;
box-shadow: 5px 5px 15px rgba(255, 20, 147, 0.5);
"
/>
<h3>📧 Contact Me 📧</h3>
<p>
<small
>idk maybe you need to reach me for some
reason</small
>
</p>
<ul>
<li>
<span class="blink">►</span> Email:
<a href="mailto:pinapelz@moekyun.me"
>pinapelz@moekyun.me</a
>
</li>
<li>
<span class="blink">►</span> X:
<a href="https://x.com/pinapelz">@pinapelz</a>
</li>
<li>
<span class="blink">►</span> Fedi:
<a href="https://sakurajima.social/@pinapelz"
>@pinapelz@sakurajima.social</a
>
</li>
<li>
<span class="blink">►</span> Matrix:
@pinapelz:chat.moekyun.me
</li>
<li><span class="blink">►</span> Discord: @pinapelz</li>
</ul>
</div>
</div>
<div class="content">
<div class="general-section center">
<div class="y2k-border" style="margin-bottom: 20px">
<h3>⚡ info ⚡</h3>
<ul style="list-style-type: none; text-align: left">
<li>🐧 daily drives linux (endeavour os)</li>
<li>💻 mainly uses hyprland and cosmic</li>
<li>📺 anime/manga, rhythm game, mmorpg enjoyer</li>
<li>🧠 im tryna unrot my brain rn</li>
</ul>
<p> I post a lot of random stuff <br/> on my "microblog" at: <a href="https://micro.pinapelz.com/">https://micro.pinapelz.com</a></p>
</div>
<div class="y2k-border" style="margin-bottom: 20px">
<h3>🎮 games 🎮</h3>
<ul style="list-style-type: none">
<li>
<b style="color: #ff1493">MMOs</b> - FFXIV, PSO2
</li>
<li>
<b style="color: #ff1493">(J)RPGs</b> - Persona,
Xenoblade
</li>
<li>
<b style="color: #ff1493"
>Visual Novel/Adventure</b
>
- Danganronpa, AI The Somnium, 999
</li>
</ul>
<p><i>basically stuff that is heavy on the story</i></p>
<p>
right now i'm trying to make progress on my backlog
</p>
</div>
<div
style="
display: flex;
gap: 20px;
flex-wrap: wrap;
justify-content: center;
"
>
<div
class="y2k-border"
style="flex: 1; min-width: 200px"
>
<h3>📚 anime/manga</h3>
<p>
I pretty much only watch/ read slice of life...
yuru camp, k-on, nichijou that sorta thing
</p>
</div>
<div
class="y2k-border"
style="flex: 1; min-width: 200px"
>
<h3>🎭 vtubers</h3>
<p>
<s>mostly watch erina makina (pc), rosemi lovelock (now miki), and pavolia reine (holo)</s>
<br/>(I still hang around sometimes but certainly don't watch as much anymore)
</p>
</div>
<div
class="y2k-border"
style="flex: 1; min-width: 200px"
>
<h3>⚙️ tech stack</h3>
<p>
whatever seems fun (but usually next js +
tailwind + flask if I just want to build something super fast)
</p>
</div>
<div
class="y2k-border"
style="flex: 1; min-width: 200px"
>
<h3>KPOP</h3>
<p>
i recently got into kpop. I listen to YENA, NMIXX, IVE, LE SSERAFIM the most
</p>
</div>
</div>
<div style="margin: 30px 0">
<marquee
behavior="scroll"
direction="left"
scrollamount="4"
>
Not much else to say... if you want some random
technical rambling go to
<a
href="https://blog.pinapelz.com"
style="color: #ff1493; font-weight: bold"
>my blog</a
>
</marquee>
</div>
</div>
</div>
<div class="footer">
<p style="text-align: center">
<a href="https://pinapelz.moe">pinapelz.moe</a> /
<a href="https://pinapelz.com">pinapelz.com</a> /
<a href="https://arcade.pinapelz.com">arcade.moekyun.me</a>
/
<a href="https://phase-tracker.com">phase-tracker.com</a> /
<a href="https://patchwork.moekyun.me"
>patchwork.moekyun.me</a
>
/
<a href="https://blog.pinapelz.com">blog.pinapelz.com</a> /
<a href="https://mojibaka.pinapelz.com"
>mojibaka.pinapelz.com</a
>
/ <a href="https://moekyun.me">moekyun.me</a> /
<a href="https://vtuber-captcha.moekyun.me"
>vtuber-captcha.moekyun.me</a
>
</p>
<center style="margin-top: 20px">
<a href="https://nekoweb.org/">
<img
src="https://nekoweb.org/assets/buttons/button7.gif"
/>
</a>
<a href="https://linux.org/">
<img
src="https://adriansblinkiecollection.neocities.org/buttons/a46.jpg"
/>
</a>
<br />
</center>
</div>
</div>
</body>
</html>
|