summaryrefslogtreecommitdiff
path: root/hosts.html
blob: 92f0db87539b7b17a05784d982e85b001f22e3cf (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!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>
                &middot;
                <a href="/hosts"><strong>Host Your Own</strong></a>
                &middot;
                <a href="mailto:team@quietreading.org">Email Us</a>
                &middot;
                <a href="https://instagram.com/quietreading.club">Instagram</a>
            </div>
            <br>
			<hr>
            <br>
            <p style="max-width: 40ch; text-align: center; margin: 0 auto; font-size: large;">
                <strong>Quiet reading belongs to you.</strong><br>
            </p>
            <br>
            <br>
            <div class="event">
                <div>
                    At quiet reading events, readers bring their own books, read for one hour,
                    and then chat for one hour about books, literature, and arts. <strong>Start
                    your own independently-operated quiet reading today!</strong>
                </div>
            </div>
            <br>
            <div class="event">
                <div>
                    <span class="event-time">1. Audience</span><br>
                    If you&rsquo;re an individual, invite your friends, family, or classmates.
                    <br>
                    <br>
                    If you run an event space, invite your regulars and local community.
                    <br>
                    <br>
                    Quiet reading events generally do not require advance registration.
                </div>
            </div>
            <br>
            <div class="event">
                <div>
                    <span class="event-time">2. Location</span><br>
                    For example: a park, library discussion room, community garden, apartment, cafe, or bar.
                    <br>
                    <br>
                    A quiet environment is nice but silence is not required; readers can bring noise-cancelling headphones if they wish.
                </div>
            </div>
            <br>
            <div class="event">
                <div>
                    <span class="event-time">3. Time</span><br>
                    Quiet reading can happen at mornings, afternoons, evenings, or nights. Weekly events are perfect for building community.
                </div>
            </div>
            <br>
            <div class="event">
                <div>
                    <span class="event-time">4. Promotion</span><br>
                    Text, social media, flyers, venue website, local subreddit, and so on.
                    <br><br>
                    If you run a public space like a library, park, cafe, or bar, we can help advertise your independent event: contact <code>team@quietreading.org</code>.
                </div>
            </div>
            <br>
            <div class="event">
                <div>
                    <span class="event-time">5. Host</span><br>
                    Quiet reading is designed to be a casual community meetup. There’s no need for a host: readers arrive, read, and then chat by themselves.
                    <br>
                    <br>
                    Happy reading!
                </div>
            </div>
		</div>
	</body>
</html>