websitedesign2022/docs/book2/index.html

44 lines
2.0 KiB
HTML
Raw Normal View History

2022-01-11 12:51:32 -06:00
<!DOCTYPE html>
<html>
<head>
2022-01-13 12:31:26 -06:00
<title>Lyza the Sheepdog: The Flood</title>
2022-01-11 12:51:32 -06:00
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/css/fonts.css">
</head>
<body>
2022-02-10 19:46:33 -06:00
<div class="content">
<header>
<img src="../assets/img/banner.png">
<a href="../index.html">Home</a>
2022-02-10 20:11:37 -06:00
<a href="../about/index.html">About the author</a>
2022-02-10 19:46:33 -06:00
<a href="../book1/index.html">Lyza the Sheepdog: Christmas</a>
<a href="../book2/index.html" class="current">Lyza the Sheepdog: The Flood</a>
</header>
<main>
<div class="flex-w-nc">
<div>
<img src="../assets/img/book2cover.png" class="cover">
</div>
<div>
<h2>Lyza the Sheepdog: The Flood</h2>
2022-01-11 12:51:32 -06:00
2022-02-10 19:46:33 -06:00
<p>Hey! Why's there water on my back? </p>
2022-01-13 13:52:04 -06:00
2022-02-10 19:46:33 -06:00
<p>In Lyza the Sheepdog: The Flood, Lyza talks to the animals that were at going to the Ark before the flood. She hears what others are thinking about what's going on, and tries to figure out whats going on herself. </p>
2022-01-11 12:51:32 -06:00
2022-02-10 19:46:33 -06:00
<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>
2022-01-11 12:51:32 -06:00
2022-02-10 19:46:33 -06:00
<p>This book was released in December of 2021.</p>
2022-02-10 20:11:37 -06:00
<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>
2022-05-04 14:01:30 -05:00
</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>
2022-02-10 19:46:33 -06:00
</main>
</div>
2022-01-11 12:51:32 -06:00
</body>
</html>