summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquietreading <team@quietreading.org>2025-07-07 17:06:02 -0400
committerquietreading <team@quietreading.org>2025-07-07 17:06:02 -0400
commiteb1a62f4e6e92462caaa97a0abc1644c88124207 (patch)
tree91078af1095a8e84597b8827ca925e054c7e156a
parent73c5cffabbb8b36d877811c4d1b56abf6939bda5 (diff)
edits
-rwxr-xr-xpublic/css/style.css21
-rw-r--r--views/publicEventList.handlebars18
2 files changed, 35 insertions, 4 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 70c6657..0e4f17f 100755
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -830,4 +830,23 @@ article.static-page header {
width: 250px;
max-width: 60%;
margin: 3em;
-3
+}
+
+.wrapper {
+ overflow: auto;
+ white-space: nowrap;
+}
+
+.picture {
+ vertical-align: top;
+ display: inline-block;
+ max-width: 300px;
+ position: relative;
+}
+
+.about {
+ text-align: center;
+ max-width: 40ch;
+ text-align: center;
+ margin: auto;
+}
diff --git a/views/publicEventList.handlebars b/views/publicEventList.handlebars
index 70376b7..c9a51b7 100644
--- a/views/publicEventList.handlebars
+++ b/views/publicEventList.handlebars
@@ -23,9 +23,21 @@
{{> eventList upcomingEvents }}
</div>
-<div class="card mt-4 mb-4" id="pastEvents">
- <h5 class="card-header">{{t "views.publiceventlist.pastevents" }}</h5>
- {{> eventList pastEvents }}
+<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>
+<div class="wrapper">
+ <img class="picture" src="/pictures/jefferson.jpg">
+ <img class="picture" src="/pictures/mccarren.jpg">
+ <img class="picture" src="/pictures/bookclub.jpg">
+ <img class="picture" src="/pictures/marthas.jpg">
</div>
</main>