blob: ca461656a596dea3ce9f547a015b8cc3750529db (
plain) (
blame)
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
|
<!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>
</style>
</head>
<body>
<div class="container">
<div class="header">
<marquee behavior="alternate" direction="left">
About Me
</marquee>
</div>
<div class="sidebar">
<h3>Navigation</h3>
<ul>
<li><a href="/">home</a></li>
<li><a href="/about.html">webmaster</a></li>
<li><a href="/projects.html">projects</a></li>
<li><a href="https://moekyun.me">moeify my link</a></li>
</ul>
<img
src="assets/pfp.webp"
class="border-img crazy-image"
width="250px"
alt="Cute Anime GIF"
/>
<div class="contacts-section">
<h3>Contact Me</h3>
<p>idk maybe you need to reach me for some reason</p>
<ul>
<li>
Email:
<a href="mailto:pinapelz@moekyun.me">pinapelz@moekyun.me</a>
</li>
<li>X: <a href="https://x.com/pinapelz">@pinapelz</a></li>
<li>
Misskey:
<a href="https://mk.arks.cafe/@pinapelz"
>@pinapelz@mk.arks.cafe</a
>
</li>
<li>Discord: @pinapelz</li>
</ul>
</div>
<section id="discord-status" class="discord-status">
<img
src="https://assets-global.website-files.com/6257adef93867e50d84d30e2/636e0a6ca814282eca7172c6_icon_clyde_white_RGB.svg"
alt="Discord Avatar"
/>
<div class="status-container">
<h2><span class="status-text"></span></h2>
</div>
<script>fetchDiscordStatus("246787839570739211");</script>
</section>
</div>
<div class="content">
<div class="general-section center">
<h3>info</h3>
<ul style="list-style-type: none;">
<li>Student at UC Irvine studying Software Engineering</li>
<li>Daily drives Arch Linux</li>
<li>Mainly on Hyprland and KDE Plasma</li>
<li>Watches anime and reads manga</li>
<li>Accumulates brainrot from watching Twitch streams and VTubers</li>
</ul>
<h3>games</h3>
<ul style="list-style-type: none;">
<li>MMOs - FFXIV, PSO2, OSRS</li>
<li>(J)RPGs - Persona, Xenoblade </li>
<li>Visual Novel/Adventure - Danganronpa, AI The Sommnium, 999</li>
</ul>
<p>
basically stuff that is heavy on the story
</p>
<h3>anime/manga</h3>
<p>
I pretty much only watch/read slice of life... yuru camp, k-on, nichijou that sorta thing
</p>
<h3>vtubers</h3>
<p>
mostly watch erina makina (pc), rosemi lovelock (niji), and pavolia reine (holo)
</p>
<h3>stack</h3>
<p>
whatever seems fun (but usually next js + tailwind + flask)
</p>
<p>
Not much else to say... if you want some random technical rambling go to <a href="https://blog.pinapelz.com">my blog</a>
</p>
<div class="center">
<a href="https://imisserinya.phase-tracker.com">
<div class="center">
<img src="https://files.pinapelz.com/1077804029737975879.webp" width="200px" class="crazy-image"/>
<div class="fullscreen-text">i miss erinya uuuuuuuuu!!!</div>
</div>
</a>
</div>
</div>
</div>
</div>
</body>
</html>
|