diff options
author | quietreading <team@quietreading.org> | 2025-07-07 17:06:02 -0400 |
---|---|---|
committer | quietreading <team@quietreading.org> | 2025-07-07 17:06:02 -0400 |
commit | eb1a62f4e6e92462caaa97a0abc1644c88124207 (patch) | |
tree | 91078af1095a8e84597b8827ca925e054c7e156a /views/publicEventList.handlebars | |
parent | 73c5cffabbb8b36d877811c4d1b56abf6939bda5 (diff) |
edits
Diffstat (limited to 'views/publicEventList.handlebars')
-rw-r--r-- | views/publicEventList.handlebars | 18 |
1 files changed, 15 insertions, 3 deletions
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> |