-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (30 loc) · 1.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Reichelverse: Jarod Reichel's Creative Writing</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header>
<h1>The Reichelverse: Jarod Reichel's Creative Writing</h1>
</header>
<nav>
<ul class="navlist">
<li class="navitem"><a href="index.html">Home</a></li>
<li class="navitem"><a href="">About</a></li>
<li class="navitem"><a href="serial.html">Serial</a></li>
<li class="navitem"><a href="roadmap.html">Roadmap</a></li>
</ul>
</nav>
<main>
<h2>Welcome to the Reichelverse!</h2>
<p>The Reichelverse is the home for all of my creative storytelling works, all set in the same fictional universe. Initially, I will begin by publishing chapters of a weekly serial, however I eventually plan to expand into standalone short stories and eventually self-published novels.</p>
<h2>News</h2>
<h3>November 14, 2021 - Site Created</h3>
<p>The initial version of the Reichelverse website has been created! I plan to add more content soon!</p>
</main>
<footer>© Jarod Reichel 2021</footer>
</body>
</html>