site/index.html

46 lines
962 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>sneexy dot pages dot gay</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
2023-11-03 13:09:04 -05:00
<div class="main">
2023-11-03 13:43:43 -05:00
2023-11-03 13:09:04 -05:00
<div class="pixel-corners">
<div class="intro-box">
2023-11-03 13:43:43 -05:00
<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>
2023-11-03 17:50:44 -05:00
<div class="intro-text">
<h1>hey, i'm ruben.</h1>
<h2>welcome to my site.</h2>
</div>
2023-11-03 13:43:43 -05:00
</div>
</div>
<div class="pixel-corners">
2023-11-03 17:50:44 -05:00
<div class="socials">
<h2>~/socials</h2>
2023-11-03 13:09:04 -05:00
</div>
</div>
2023-11-03 13:43:43 -05:00
2023-11-03 17:50:44 -05:00
<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>
2023-11-03 13:43:43 -05:00
</body>
</html>