websitedesign2022/docs/index.html

39 lines
1.5 KiB
HTML

<!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>
<header>
<img src="assets/img/lyza.png" width="250" height="250"><br>
<nav>
<ul>
<li><a href="#" class="current">Home</a></li>
<li><a href="about/index.html">About</a></li><br><br>
<li><a href="book1/index.html">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>Travel back in time</h2>
<p>With the Lyza the Sheepdog series of books, you can go back in time and see what the animals in the time of Bible stories with animals thought about the events and what they thought was happening. You can learn more about the books on their respective pages accessible in the Books section of the title bar.</p>
<h2>Where to buy Lyza the Sheepdog books:</h2>
<ul>
<li>David Book Stores</li>
<li>Barnes and Noble</li>
<li>Books a Million</li>
<li>Walmart</li>
<li>SlushCo</li>
<li>Target</li>
</ul>
<p>Lyza the Sheepdog eBooks are available on Kindle, Nook, Kobo, DavidReader, and possibly on your local library's eBook catalog, such as Tennesee R.E.A.D.S.</p>
</main>
</body>
</html>