site/index.html
2023-11-03 22:10:10 -05:00

51 lines
No EOL
1.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>sneexy dot pages dot gay</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main">
<div class="pixel-corners">
<div class="intro-box">
<div class="pixel-corners--wrapper">
<div class="pfp"> <img src="/assets/pfp.gif" alt="my profile picture, which is most likely a grey yoshi"> </div>
</div>
<div class="intro-text">
<h1>hey, i'm ruben.</h1>
<h2>welcome to my site.</h2>
</div>
</div>
</div>
<div class="pixel-corners">
<div class="socials">
<h2>~/socials</h2>
</div>
</div>
<div class="pixel-corners">
<article class="about-me">
<h1>~/about-me</h1>
<p>i'm your "average" 17 year old gay foss enjoyer.</p>
<p>i enjoy messing around with random technology things, especially retro and unique things. modern tech things too depending on how much i can actually do with them.</p>
<p>as my subtitle says, i love me some FOSS and privacy stuff although i don't think i nerd too much over it, i will prefer it over anything. not a programmer or anything special though.</p>
<p>"certified" arch linux user/"""nerd""" ~ i hate corporations with a passion 😊💕</p>
<p>i am usually pretty drained and exhausted in both ways, <i>sometimes</i> i get myself into random unnecessary internet arguments, but from what i can tell that doesn't seem to be the case often. (unless i know you well, then i'll probably do it in a joking or pissy way.)</p>
<p>if you're looking to get in contact with me, refer to the links i have in the card above. 👋</p>
</article>
</div>
</div>
</body>
</html>