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