-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmission.html
More file actions
44 lines (26 loc) · 1.48 KB
/
mission.html
File metadata and controls
44 lines (26 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<title> The Reader's Nook </title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Lustria|Raleway&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<script type="text/javascript" src="includes/header.js"></script>
<div class="main-container">
<h1>Our Mission</h1>
<p>
The Reader’s Nook started in 2020 as a dream to provide underprivileged communities in Middlesex County with the benefits of knowledge and the joy of literature, one book at a time. We obtain
<a href="bookcategories.html">books</a>
in good or fair condition through monthly fundraisers and donation drives. By
<a href="network.html">connecting</a>
with local schools, households, and other groups with insufficient resources, we hope to bring enriching experiences directly to the people who lack reading programs and materials. Our growing
<a href="team.html">team</a>
of volunteers devote time to speaking with individuals and administration alike about specific needs related to reading in their direct circles, and meet often to devise strategies tailored to our community.
</p>
</div>
<script type="text/javascript" src="includes/footer.js"></script>
</body>
</html>