diff options
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/about.html b/about.html new file mode 100644 index 0000000..56a5429 --- /dev/null +++ b/about.html @@ -0,0 +1,56 @@ +<!DOCTYPE HTML> +<html> + <head> + <title>About 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.svg" 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> + · + <a href="/about">About</a> + · + <a href="https://instagram.com/quietreadingbk">Instagram</a> + </div> + <br> + <hr> + <h3>For attendees</h3> + <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> + <p> + You can contact us at <a href="mailtoi:xx">team@quietreading.org</a> or <a href="#">Instagram</a>. + </p> + <h3>For potential hosts</h3> + <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 a location and tell everyone to show up with a good book! Read for an hour, then chat for an hour. + </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 through our channels: please contact us at <a href="mailtoi:xx">team@quietreading.org</a> or <a href="#">Instagram</a>. + </p> + </div> + </body> +</html> + |