-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 1.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Book Collection Project</title>
</head>
<body>
<header>
<h1>Curate Your Book Collection</h1>
</header>
<main>
<section>
<p>Curate a collection of books with at least 4 to 6 texts utilizing the information and guidance gained from exploring children’s book resources, course concepts, theories, and the required textbook chapters. Your collection of books will be based on a theme, character type, genre, author/illustrator, or series set that you love or want to learn more about.</p>
</section>
<section>
<p>This area can be used to put the deliverables for the project until they can be moved to the main project using React. It's just a simple .html file located in the root directory. See main readme for more directions.</p>
</section>
</main>
<footer>
<p>© 2024 Book Collection Project</p>
</footer>
</body>
</html>