Compare commits

...

4 Commits

Author SHA1 Message Date
Moss Limpert d90b6aa9af add support page 2023-11-09 21:46:18 -05:00
Moss Limpert ef910f9fe0 style changes for section 2023-11-09 21:45:05 -05:00
Moss Limpert b1c1befacb add about page 2023-11-09 21:44:06 -05:00
Moss Limpert 94fdd88aa0 change html tags from div to section 2023-11-09 21:41:44 -05:00
4 changed files with 53 additions and 3 deletions

31
about.html Normal file
View File

@ -0,0 +1,31 @@
<!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">
</section>
</main>
</body>
</html>

View File

@ -40,7 +40,7 @@
<a href="#next-page">&gt;</a>
</div>
</nav>
<div id="description">
<section id="description">
<span>Posted by <strong>Ember Hearth</strong> on <strong>Oct 31, 2023</strong></span>
<p>
It's 4:27 in the afternoon, twenty missed texts from you (I'm sorry!),
@ -53,7 +53,7 @@
of being scared so let's get out and fuck up Equestria — Fuck the
mandate and monarchy. This is our world now. Gotta go <em>fast</em>!
</p>
</div>
</section>
</main>
</body>
</html>

View File

@ -69,14 +69,21 @@ main
color: #dbb7ff
text-decoration: none
section
margin-bottom: 50px
#description
margin-top: 50px
// margin-top: 50px
& > :first-child
font-size: 1.3em
strong
color: #dbb7ff
#about
background-color: #332044
padding: 10px 20px
@font-face
font-family: Starstreak

12
support.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Support Me</title>
<link rel="stylesheet" href="style.css"/>
<link rel="preload" href="starstreak.woff2" as="font"/>
<link rel="preload" href="general-station.woff2" as="font"/>
</head>
<body>
</body>
</html>