diff options
Diffstat (limited to 'index.base')
-rw-r--r-- | index.base | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/index.base b/index.base new file mode 100644 index 0000000..68a5d13 --- /dev/null +++ b/index.base @@ -0,0 +1,58 @@ +<!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"> + <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="/"><strong>Home</strong></a> + · + <a href="/hosts">Host Your Own</a> + · + <a href="mailto:team@quietreading.org">Email Us</a> + · + <a href="https://instagram.com/quietreading.club">Instagram</a> + </div> + <br> + <hr> + <br> + + {SCHEDULE} + + <br> + <hr> + <div class="about"> + <p> + Bring your own book, read for one hour, and then chat + for one hour about books, literature, and arts. + </p> + <p> + No registration: just show up with a good book!<br>For park events, you can bring a blanket as well. + </p> + </div> + <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> + |