51 lines
No EOL
1.8 KiB
HTML
51 lines
No EOL
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="content-type" content="text/html">
|
|
<title>Quack! ur gay!</title>
|
|
<link rel="stylesheet" href="./styles.css">
|
|
<link rel="icon" href="./res/icon.png">
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
<header>
|
|
<h1>Quack! Welcome to my site!</h1>
|
|
<nav>
|
|
<hr>
|
|
<ul>
|
|
<li>
|
|
<a href="/">Home</a>
|
|
</li>
|
|
<li>
|
|
<a href="./stoplight">Stoplight Schema</a>
|
|
</li>
|
|
</ul>
|
|
<hr>
|
|
</nav>
|
|
</header>
|
|
<div id="content">
|
|
<h2>About</h2>
|
|
<p>I am an autistic+adhd programmer/student who enjoys making cool little programs.</p>
|
|
<p>This page serves as a dumping ground for whatever I feel would be cool to show the world, whether it be related to programming or not. :)</p>
|
|
<p>Enjoy!</p>
|
|
<div id="contact">
|
|
<div>
|
|
<h2>Contact Info</h2>
|
|
</div>
|
|
<div class="social">
|
|
mastodon: <a id="mastodon" rel="me" href="https://tech.lgbt/@ember">ember@tech.lgbt</a>
|
|
</div>
|
|
<div class="social">
|
|
discord: <span id="discord">Ember#7790</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<footer>
|
|
<hr>
|
|
<p>ur gay <3</p>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html> |