diff options
-rwxr-xr-x | generate-schedule.py | 6 | ||||
-rw-r--r-- | index.html | 30 |
2 files changed, 23 insertions, 13 deletions
diff --git a/generate-schedule.py b/generate-schedule.py index 87ce9d4..a9f8439 100755 --- a/generate-schedule.py +++ b/generate-schedule.py @@ -132,7 +132,7 @@ schedule = [ # Event(jefferson, date(2024, 11, 6), info='Elevator in lobby to third floor. Book Swap and <a href="https://booksthroughbarsnyc.org/donate/donate-books/">NYC Books Through Bars</a> Book Drive.', special=True), # Event(nook, date(2024, 11, 9)), # Event(mccarren, date(2024, 11, 11)), - Event(abraco, date(2024, 11, 13), changed=True, info='Wednesday Jefferson Market Library Quiet Reading moved for this week.'), + # Event(abraco, date(2024, 11, 13), changed=True, info='Wednesday Jefferson Market Library Quiet Reading moved for this week.'), Event(bushwicklibrary, date(2024, 11, 14), time='6p', special=True), Event(nook, date(2024, 11, 16)), Event(wyckoffbondgarden, date(2024, 11, 16), time='12p', special=True), @@ -144,8 +144,8 @@ schedule = [ Event(mccarren, date(2024, 11, 25)), Event(jefferson, date(2024, 11, 27), info='<strong>Cancelled due to Thanksgiving.</strong>', cancelled=True), Event(nook, date(2024, 11, 30)), - # Event(bookclub, date(2024, 12, 1)), - # Event(liz, date(2024, 12, 3)), + Event(bookclub, date(2024, 12, 1)), + Event(liz, date(2024, 12, 3)), ] # maybe autosort it and sort code by event? with open('index.base') as base: @@ -32,16 +32,7 @@ <hr> <br> - <div class="event changed"> - <div class="event-data"> - <strong>Wednesday, November 13</strong> · 6p - </div> - <div class="instance"> - <a href="https://maps.app.goo.gl/6w6GzymLNy9vdgqG9">Abraço</a>, - <span class="neighborhood">East Village</span> - <br><div class="info">Wednesday Jefferson Market Library Quiet Reading moved for this week.</div> - </div> -</div><div class="event special "> + <div class="event special "> <div class="event-data"> <strong>Thursday, November 14</strong> · 6p </div> @@ -142,6 +133,25 @@ <span class="neighborhood">Bushwick</span> </div> +</div><div class="event "> + <div class="event-data"> + <strong>Sunday, December 1</strong> · 9p + </div> + <div class="instance"> + <a href="https://maps.app.goo.gl/ewGbWuEjp7cedMrb7">Book Club Bar</a>, + <span class="neighborhood">East Village</span> + + </div> +</div><br> +<div class="event "> + <div class="event-data"> + <strong>Tuesday, December 3</strong> · 7p + </div> + <div class="instance"> + <a href="https://maps.app.goo.gl/6hgstJRcd2TKa96x5">Liz’s Book Bar</a>, + <span class="neighborhood">Carroll Gardens</span> + + </div> </div> <br> |