Add Christmas book (book 1)

master book1
DavidDGTNT 2021-11-30 19:07:08 +00:00
parent dc7dcd84d8
commit 0d8022715e
2 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,9 @@
## Lyza the Sheepdog: Christmas
Hey look, a baby has been born! Wait, what is that star?
In Lyza the Sheepdog: Christmas, Lyza talks to the animals that were at the stable at Jesus' birth. She hears what others are thinking about what's going on, and tries to figure out whats going on herself.
When you read this book, you enter the world of Lyza the Sheepdog, a world where the event of Jesus' birth and all things that came before are the same, and we can see the fictional responses of the animals.
This book was released in December of 2020.

32
src/book1/index.html Normal file
View File

@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>Document</title>
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/css/fonts.css">
</head>
<body>
<header>
<img src="../assets/img/lyza.png" width="250" height="250"><br>
<nav>
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="../about/index.html">About</a></li><br><br>
<li><a href="#" class="current">Lyza the Sheepdog: Christmas</a></li><br><br>
<li><a href="../book2/index.html">Lyza the Sheepdog: The Flood</a></li>
</ul>
</nav>
</header>
<main>
<h2>Lyza the Sheepdog: Christmas</h2>
<p>Hey look, a baby has been born! Wait, what is that star? </p>
<p>In Lyza the Sheepdog: Christmas, Lyza talks to the animals that were at the stable at Jesus' birth. She hears what others are thinking about what's going on, and tries to figure out whats going on herself. </p>
<p>When you read this book, you enter the world of Lyza the Sheepdog, a world where the event of Jesus' birth and all things that came before are the same, and we can see the fictional responses of the animals. </p>
<p>This book was released in December of 2020.</p>
</main>
</body>
</html>