site/index.html
2023-11-03 17:50:44 -05:00

46 lines
No EOL
962 B
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="/home/ruben/signal-2023-10-26-124534_002.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>
</article>
</div>
</div>
</body>
</html>