blob: b7878e828811a3a0876414a04fe08ced3ed5da36 (
plain)
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>Host Your Own</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="/static/hex.svg">
<link rel="stylesheet" href="/static/styles.css">
</head>
<body>
<div class="container">
<div class="header">
<img class="logo" src="static/logo2-min.png" alt="Quiet Reading">
</div>
<div class="subtitle">
<em>Free weekly events in <br>libraries, parks, and cafes.</em>
<br>
<br>
One reading hour. One social hour.<br><strong>Bring your own book, make a new friend!</strong>
</div>
<br>
<div class="nav">
<a href="/">Home</a>
·
<a href="/hosts"><strong>Host Your Own</strong></a>
·
<a href="https://instagram.com/quietreading.club">Instagram</a>
</div>
<br>
<hr>
<p>
Quiet Reading is about intentionally setting aside time
for reading, community, and thoughtful discussion.
</p>
<p>
You can start your own Quiet Reading today with your friends, your family, your classmates, or your roommates. Just pick a time and tell everyone to show up with a good book!
</p>
<p>
If you run an event space like a library, park, cafe, or bar, Quiet Reading events are a great way to foster a local community. We can help you get started by running the first few events and advertising it: please contact us at <a href="mailto:team@quietreading.org">team@quietreading.org</a>.
</p>
</div>
</body>
</html>
|