websitedesign2022/docs/index.html

49 lines
2.2 KiB
HTML
Raw Normal View History

2022-01-11 12:51:32 -06:00
<!DOCTYPE html>
<html>
<head>
<title>Lyza the Sheepdog</title>
<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="#" class="current">Home</a></li>
<a href="about/index.html">About</a>
<a href="book1/index.html">Lyza the Sheepdog: Christmas</a>
<a href="book2/index.html">Lyza the Sheepdog: The Flood</a>
</header>
<div class="fp-header">
<h1>Travel back in time</h2>
<a href="book2/index.html">Buy our newest book!</a>
</div>
<main>
2022-01-11 12:51:32 -06:00
2022-02-10 19:46:33 -06:00
<p>Go back in time with Lyza the Sheepdog! See what the animals thought in popular Bible stories, such as Christ's birth and the entrance onto the Ark! You can learn more about the books on their respective pages accessible in the Books section of the title bar.</p>
2022-01-11 12:51:32 -06:00
2022-02-10 19:46:33 -06:00
<div class="flex-w">
<div>
<h2>Learn more about Bible stories in a unique way!</h2>
<p>Seeing what the animals are thinking is an interesting thing to see, and while we may know the stories already, we can see them in new ways through the perspective of the confused animals.</p>
</div>
<div>
<h2>Learn more about things happening at the time!</h2>
<p>It's hard to know what's happening without knowing what's happening before! For this reason, we include more context relating to the story that is around the time of the story.</p>
</div>
</div><br><br>
2022-01-11 12:51:32 -06:00
2022-02-10 19:46:33 -06:00
<div class="flex-w">
<div>
<h2>Where to buy</h2>
<p>Lyza the Sheepdog books are available at various retailers, including Walmart, Target, Barnes and Noble, and Books a Million.</p>
</div>
<div>
<h2>About the author</h2>
<p>David Jentes is a programmer, author, speedcuber, and LCS student. Learn more about him <a href="about/index.html">here</a></p>
</div>
</div>
</main>
</div>
2022-01-11 12:51:32 -06:00
</body>
</html>