summaryrefslogtreecommitdiff
path: root/index.html
blob: 1a6bde50066264458a8da456559919dc89b6f5f0 (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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE HTML>
<html>
	<head>
		<title>Quiet Reading</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">
                Free weekly events in <br>libraries, parks, and cafes.
                <br>
                <br>
                <em>One reading hour. One social hour.<br><strong>Bring your own book, make a new friend!</strong></em>
            </div>
            <br>
            <div class="nav">
				<a href="/"><strong>Home</strong></a>
                &middot;
                <a href="/hosts">Host Your Own Quiet Reading</a>
                &middot;
                <a href="https://instagram.com/quietreadingbk">Instagram</a>
            </div>
            <br>
			<hr>
            <br>
            <details class="event">
                <summary>
                    <div class="event-header-wrapper">
                        <div class="event-header">
                            <div>
                                <span class="event-time">Mondays, 6:30p</span>
                                <br>
                                <span class="event-location">
                                    <a href="https://maps.app.goo.gl/h4CyTKFKULxWNjXN9">McCarren Park</a>
                                </span>
                                <br>
                                <span class="neighborhood">Williamsburg</span>
                            </div>
                            <div>
                                <div class="instance instance-ok">
                                    July 22
                                </div>
                            </div>
                        </div>
                    </div>
                </summary>
                <div class="info">
                    North corner, west side
                    <br>
                    Rainy day location: <a href="https://maps.app.goo.gl/4jKTTTJ3h61dGPyz6">Spritzenhaus33</a>
                </div>
            </details>
            <br>
            <details class="event">
                <summary>
                    <div class="event-header-wrapper">
                        <div class="event-header">
                            <div>
                                <span class="event-time">Wednesdays, 6p</span>
                                <br>
                                <span class="event-location">
                                    <a href="https://maps.app.goo.gl/UTNUqUdEjYCssiMx5">Jefferson Market Library</a>
                                </span>
                                <br>
                                <span class="neighborhood">Greenwich Village</span>
                            </div>
                            <div>
                                <div class="instance instance-ok">
                                    July 24
                                </div>
                            </div>
                        </div>
                    </div>
                </summary>
                <div class="info">
                    Elevator to third floor
                </div>
            </details>
            <br>
            <details class="event">
                <summary>
                    <div class="event-header-wrapper">
                        <div class="event-header">
                            <div>
                                <span class="event-time">1<sup>st</sup> Sunday/month, 9p</span>
                                <br>
                                <span class="event-location">
                                    <a href="https://maps.app.goo.gl/S5gFDcWC4RsJfgRc9">Book Club Bar</a>
                                </span>
                                <br>
                                <span class="neighborhood">East Village</span>
                            </div>
                            <div>
                                <div class="instance instance-ok">
                                    August 4
                                </div>
                            </div>
                        </div>
                    </div>
                </summary>
                <div class="info">
                    Rear half of the store
                </div>
            </details>
            <br>
            <hr>
            <p>
				Bring your own book, read silently for one hour, and then chat
				for one hour about books, literature, arts, or anything else.
            </p>
            <p>
                No registration, no sign-ups, no payment: just show up with a good book! For park events, you can bring a blanket as well.
            </p>
            <br>
            <div class="wrapper">
                <img class="picture" src="/static/pictures/jefferson.jpg">
                <img class="picture" src="/static/pictures/mccarren.jpg">
                <img class="picture" src="/static/pictures/bookclub.jpg">
                <img class="picture" src="/static/pictures/marthas.jpg">
            </div>
		</div>
	</body>
</html>