site/index.html

46 lines
No EOL
933 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="/assets/pfp.png" 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>