From 47b648f144dbe79812026351fbd3b8a465600948 Mon Sep 17 00:00:00 2001 From: petrus comestor Date: Mon, 25 Nov 2024 21:02:20 -0500 Subject: suns --- generate-schedule.py | 9 +++++++++ index.html | 29 +++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/generate-schedule.py b/generate-schedule.py index 9e96d7a..06b9aa8 100755 --- a/generate-schedule.py +++ b/generate-schedule.py @@ -124,6 +124,12 @@ bushwicklibrary = Location( "Bushwick", ) +sunsetpark = Location( + "Sunset Park Library", + "https://maps.app.goo.gl/ck5NMcK7nC189KCZ6", + "Sunset Park", +) + schedule = [ # Event(jefferson, date(2024, 10, 30)), # Event(nook, date(2024, 11, 2)), @@ -154,7 +160,10 @@ schedule = [ Event(nook, date(2024, 12, 14)), Event(mccarren, date(2024, 12, 16)), Event(jefferson, date(2024, 12, 18)), + Event(bushwicklibrary, date(2024, 12, 19), time='6p', special=True), Event(nook, date(2024, 12, 21)), + Event(sunsetpark, date(2024, 1, 2), time='6p', special=True), + Event(sunsetpark, date(2024, 1, 16), time='6p', special=True), ] # maybe autosort it and sort code by event? with open('index.base') as base: diff --git a/index.html b/index.html index 91a4098..1aa7bc6 100644 --- a/index.html +++ b/index.html @@ -152,6 +152,15 @@ Greenwich Village
1st floor Willa Cather Room; take a left at entrance, straight through children’s room
+
+
+ Thursday, December 19 · 6p +
+
+ Bushwick Library, + Bushwick + +
Saturday, December 21 · 9a @@ -160,6 +169,26 @@ Nook, Bushwick +
+

+
+
+ Tuesday, January 2 · 6p +
+
+ Sunset Park Library, + Sunset Park + +
+

+
+
+ Tuesday, January 16 · 6p +
+
+ Sunset Park Library, + Sunset Park +
-- cgit v1.2.3