-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgetinvolved.html
More file actions
58 lines (52 loc) · 1.67 KB
/
getinvolved.html
File metadata and controls
58 lines (52 loc) · 1.67 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
img {
max-width:400px;
width:100%;
justify-content:center;
}
@media screen and (max-width: 1215px)
{
td {
justify-content:center;
margin-left:auto;
margin-right:auto;
display:block;
}
img {
max-width:600px;
width:100%;
padding:5px;
margin-left:auto;
margin-right:auto;
display:block;
}
}
</style>
</head>
<body>
<script type="text/javascript" src="includes/header.js"></script>
<div class="main-container">
<h1>Get Involved</h1>
<p>There are a lot of ways to get involved in The Reader’s Nook, no
matter who you are. Explore the possibilities below.
</p>
<br />
<br />
<table>
<tr>
<td><a href="network.html"><img src="photos/getinvolved/network.png" alt="Network"></a></td>
<td><a href="volunteer.html"><img src="photos/getinvolved/volunteer.png" alt="Volunteer"></a></td>
<td><a href="donate.html"><img src="photos/getinvolved/donate.png" alt="Donate"></a></td>
</tr>
<table>
</div>
<script type="text/javascript" src="includes/footer.js"></script>
</body>
</html>