websitedesign2022/docs/about/index.html

41 lines
2.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Lyza the Sheepdog - About</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="#" class="current">About the author</a>
<a href="../book1/index.html">Lyza the Sheepdog: Christmas</a>
<a href="../book2/index.html">Lyza the Sheepdog: The Flood</a>
</header>
<main>
<h2>About the author</h2>
<p>David Jentes is a 13 year old programmer, author, speedcuber, and LCS student. He is a member of the programming group KygekTeam and programs various things, including this website. Here is a list of some things he has created:</p>
<ul>
<li>Ports of some of the Minecraft plugins made by KygekTeam</li>
<li>David Calc, plus its GUI, Java, and Mystic Python variants</li>
<li>Various C++ converters</li>
<li>His own website</li>
<li>Content generation script for generating HTML from specified Markdown files</li>
<li>KygekTermDownload, a downloading program for the terminal to download KygekTeam plugins</li>
</ul>
<p>David also runs a YouTube channel called DavidDGTNT, where he makes videos on various video games, and another channel called DavidCode, where he codes various things.</p>
<h2>About Lyza</h2>
<p>Lyza in real life is David's dog. Lyza barks a lot in David's backyard, and loves to play ball. She is adventurous and will take any chance she gets to go on an adventure. Lyza would love these books if she could read them!</p><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>
</main>
</div>
</body>
</html>