diff options
author | petrus comestor <petrus@comestor.org> | 2024-07-20 13:03:40 -0400 |
---|---|---|
committer | petrus comestor <petrus@comestor.org> | 2024-07-20 13:03:40 -0400 |
commit | 1b910a8b21484bcd7b304a9f39e6ecea47e3fcd7 (patch) | |
tree | 5a00e297413fa4358d3ad5b11e9bc93037915858 /hosts.html | |
parent | af845a9157a944e38b6c36a3c7b7ebe1fd793da3 (diff) |
hosts
Diffstat (limited to 'hosts.html')
-rw-r--r-- | hosts.html | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/hosts.html b/hosts.html new file mode 100644 index 0000000..d57a684 --- /dev/null +++ b/hosts.html @@ -0,0 +1,44 @@ +<!DOCTYPE HTML> +<html> + <head> + <title>Host Your Own 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="/">Home</a> + · + <a href="/about"><strong>Host Your Own Quiet Reading</strong></a> + · + <a href="https://instagram.com/quietreadingbk">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> + |