Initial commit

This commit is contained in:
Riley Housden 2022-04-22 17:34:50 -04:00
commit aa6271e9c3
Signed by: InValidFire
GPG key ID: 0D6208F6DF56B4D8
13 changed files with 378 additions and 0 deletions

43
index.html Normal file
View file

@ -0,0 +1,43 @@
<!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="index.html">Home</a>
</li>
<li>
<a href="stoplight.html">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>
<h2>Contact Info</h2>
<span class="social">mastodon: <span id="mastodon">ember@tech.lgbt</span></span><br>
<span class="social">discord: <span id="discord">Ember#7790</span></span>
</div>
<footer>
<hr>
<p>ur gay <3</p>
</footer>
</div>
</body>
</html>