about page with description

This commit is contained in:
Moss Limpert 2023-12-06 21:19:31 -05:00
parent b6c46ed3f4
commit 3a5f80df60
1 changed files with 29 additions and 31 deletions

View File

@ -1,32 +1,30 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<link rel="stylesheet" href="style.css"/> <link rel="stylesheet" href="style.css"/>
<link rel="preload" href="starstreak.woff2" as="font"/> <link rel="preload" href="starstreak.woff2" as="font"/>
<link rel="preload" href="general-station.woff2" as="font"/> <link rel="preload" href="general-station.woff2" as="font"/>
<title>About</title> <title>About</title>
</head> </head>
<body> <body>
<header> <header>
<img src="logo.webp" alt="Shapes Comic"/> <img src="logo.webp" alt="Shapes Comic"/>
<span class="subtitle">An interstellar story of life, death, love, and hate</span> <span class="subtitle">An interstellar story of life, death, love, and hate</span>
<nav> <nav>
<h3>// [comic] \\</h3> <h3>// [comic] \\</h3>
<a href="#">Librarium</a> <a href="/index.html">Librarium</a>
<h3>// [general] \\</h3> <h3>// [general] \\</h3>
<a href="#">About</a> <a href="/about.html">About</a>
<a href="#">Contact</a> <a href="/support.html">Support</a>
<a href="#">Support</a> </nav>
</nav> </header>
</header> <main>
<main> <section id="about">
<section id="about"> <h2>About Cois</h2>
<span><img src="media/patreon.png" alt="patreon logo"> <h4>she/her</h4>
<a href="https://www.patreon.com/ANANTASHESHA">Patreon</a></span> <p>Full time college student, illustrator, professional grongongoloid.</p>
<span><img src="media/Bluesky_App_Icon.png" alt="bluesky logo"><a href="https://bsky.app/profile/anantashesha.bsky.social">Bluesky</a></span> </section>
<span><img src="media/X_logo.svg" alt="twitter logo">Twitter</span> </main>
</section> </body>
</main>
</body>
</html> </html>