websitedesign2022/docs/book1/index.html

44 lines
2.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Lyza the Sheepdog: Christmas</title>
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/css/fonts.css">
</head>
<body>
<div class="content">
<header>
<img src="../assets/img/banner.png">
<a href="../index.html">Home</a>
<a href="../about/index.html">About the author</a>
<a href="#" class="current">Lyza the Sheepdog: Christmas</a>
<a href="../book2/index.html">Lyza the Sheepdog: The Flood</a>
</header>
<main>
<div class="flex-w-nc">
<div>
<img src="../assets/img/book1cover.png" class="cover">
</div>
<div>
<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>
<form action="../order.html">
<input type="number" id="quantity" name="quantity" min="1" max="10" placeholder="#">
<input type="submit" value="Order" class="order-button" />
</form>
</div><br />
</div>
<a href="../index.html">Home</a>&nbsp;&nbsp;<a href="../about/index.html">About</a>&nbsp;&nbsp;<a href="../book1/index.html">Christmas</a>&nbsp;&nbsp;<a href="../book2/index.html">The Flood</a>
</main>
</div>
</body>
</html>