diff options
Diffstat (limited to 'about.html')
| -rw-r--r-- | about.html | 163 |
1 files changed, 0 insertions, 163 deletions
diff --git a/about.html b/about.html deleted file mode 100644 index 47d92bb..0000000 --- a/about.html +++ /dev/null @@ -1,163 +0,0 @@ -<!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> - Fediverse: - <a href="https://social.moekyun.me/@pinapelz" - >@pinapelz@social.moekyun.me</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 class="general-section"> - <iframe src="https://blog.pinapelz.com/blog/" width="100%" height="600px" frameborder="0"></iframe> - </div> - </div> - <div class="footer"> - <div class="footer"> - <div class="footer-links"></div> - <p> - <a href="https://pinapelz.moe">pinapelz.moe</a> / - <a href="https://pinapelz.com">pinapelz.com</a> / - <a href="https://phase-tracker.com">phase-tracker.com</a> / - <a href="https://imisserinya.phase-tracker.com">imisserinya.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://signpost.pinapelz.com">signpost.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> - <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> - </div> - </div> - </div> - </body> -</html> |
