30 lines
1.2 KiB
HTML
30 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<link href="style.css" rel="stylesheet">
|
|
<meta name="description" content="Home of an independent developer. Find programming projects, games, and work experience on this website.">
|
|
<link rel="icon" type="image/png" href="Book.png">
|
|
<title>Get a book off the shelf</title>
|
|
</head>
|
|
<body>
|
|
<h1>Thank you for coming to my knowledge collection. Select a book and find out knowledge that you might not know about!</h1>
|
|
<div class="SectionDiv">
|
|
<section class="Book">
|
|
<a href="Books/ComputerScience.html"><img alt="Click here to see:" src="Book.png" width="200px" height="200px"></a>
|
|
<h2>Computer Science</h2>
|
|
</section>
|
|
<section class="Book">
|
|
<a href="Books/Cleaning.html"><img alt="Click here to see:" src="Book.png" width="200px" height="200px"></a>
|
|
<h2>Cleaning</h2>
|
|
</section>
|
|
<section class="Book">
|
|
<a href="Books/CodeSnippets.html"><img alt="Click here to see:" src="Book.png" width="200px" height="200px"></a>
|
|
<h2>Code Snippets</h2>
|
|
</section>
|
|
<section class="Book">
|
|
<a href="Books/Other.html"><img alt="Click here to see:" src="Book.png" width="200px" height="200px"></a>
|
|
<h2>Other</h2>
|
|
</section>
|
|
</div>
|
|
</body>
|
|
</html>
|