websitedesign2022/docs/index.html

51 lines
2.5 KiB
HTML
Raw Permalink 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>
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">Lyza the Sheepdog: The Flood</a>
</header>
<div class="fp-header">
2022-05-04 12:58:58 -05:00
<h1 class="fp-header-text">Time travelling adventures</h1>
<a href="book2/index.html" class="fp-header-text">Buy our newest book!</a>
2022-02-10 19:46:33 -06:00
</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>
2022-02-10 20:11:37 -06:00
<p>Lyza the Sheepdog books are available at various retailers, including Amazon, Walmart, Target, Barnes and Noble, and Books a Million.</p>
2022-02-10 19:46:33 -06:00
</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>
2022-05-04 14:01:30 -05:00
</div><br />
<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>