blob: 5a2752214a000874702864e77febaf6616e7f397 (
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
|
<!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>
</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 Me</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="projects-section">
<h3>info</h3>
<p>
I'm a student at UC Irvine studying Software Engineering. I daily drive Arch Linux but my WM/DE changes depending on
what I feel like, I mainly use Hyprland and KDE Plasma though. In case you couldn't tell, I watch anime + read manga +
(although these days i mainly just accumulated brainrot from watching twitch streams + vtubers)<br/>
</p>
<h3>games</h3>
<p>
I mostly play MMOs (FFXIV, PSO2, OSRS), RPGs (Persona, Xenoblade), and [sorta] Visual Novels (AI The Sommnium, Danganronpa, 999). Its basically
mostly story heavy stuff.
</p>
<h3>stack</h3>
<p>
idk, it changes a lot. i feel like its been mostly Next JS + React + Tailwind CSS serverless lately. but tbh i hop around a lot. whatever seems fun
</p>
<p>
Not much else to really say... if you want some random technical rambling go to <a href="https://blog.pinapelz.com">my blog</a>
</p>
<a href="https://imisserinya.phase-tracker.com">
<div style="text-align: center;">
<img src="https://files.pinapelz.com/1077804029737975879.webp" width="300px" class="crazy-image"/>
<div class="fullscreen-text">i miss erinya uuuuuuuuu!!!</div>
</div>
</a>
</div>
</div>
</body>
</html>
|