diff --git a/events.json b/events.json index 7e9c440..d1fea2f 100755 --- a/events.json +++ b/events.json @@ -10,7 +10,26 @@ "start": "2025-06-19T18:30:00", "end": "2025-06-19T21:00:00", "title": "June 2025 In Person Catch Up", - "location": "Chermside Library" + "description": "Social get-together. Discussion about large language models and meshtastic experiments. Clumsy attempt at adhering to an agenda and taking minutes.", + "location": "Chermside Library", + "coordinates": "-27.38621539644283,153.0351689206467", + "minutes": "Lorem ipsum dolor sit amet consectetur adipiscing elit.\nSit amet consectetur adipiscing elit quisque faucibus ex.\nAdipiscing elit quisque faucibus ex sapien vitae pellentesque." + }, + { + "start": "2025-07-08T19:00:00", + "end": "2025-07-08T21:00:00", + "title": "July 2025 Online Catch Up", + "description": "Monthly Online Jitsi Get Together", + "location": "Jitsi", + "agenda": "- Administration Topics\n- Recap of Last Month's Meeting\n- Noteworthy Discourse Threads\n- Presentation(s)" + }, + { + "start": "2025-07-24T19:00:00", + "end": "2025-07-24T21:00:00", + "title": "July 2025 In Person Catch Up", + "description": "Monthly In Person Get Together", + "location": "TBA", + "agenda": "" } ] diff --git a/image/icon/jitsi.svg b/image/icon/jitsi.svg new file mode 100644 index 0000000..5c71d4a --- /dev/null +++ b/image/icon/jitsi.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/index.css b/index.css new file mode 100644 index 0000000..4c2471f --- /dev/null +++ b/index.css @@ -0,0 +1,17 @@ +body { + background-color: #d3e8ec; +} +.u { + text-decoration: underline; +} +.accordion-header .accordion-button { + font-size: 16pt; +} +.accordion-header .accordion-button[aria-expanded="true"] { + font-weight: bold; + background-color: #94b6bd; + color: #ffffff; +} +.accordion-button { + background-color: #f3f3f3; +} diff --git a/index.html b/index.html deleted file mode 100755 index 568999d..0000000 --- a/index.html +++ /dev/null @@ -1,79 +0,0 @@ - - - -
- - -We’re a group of tech enthusiasts who enjoy exploring the latest trends in technology using our own hardware, in our own time. We founded Homelab Brisbane to connect with others who share this passion — to ask and answer questions, share insights, and make discoveries together.
-We’re a group of tech enthusiasts who enjoy exploring the latest trends in technology using our own hardware, in our own time. We founded Homelab Brisbane to connect with others who share this passion — to ask and answer questions, share insights, and make discoveries together.
+We publish our past and upcoming events on the following url. You can subscribe to them in the calendar of your choice.
+= $event["description"] ?>
+ += $event["minutes"] ?>
+ += $event["agenda"] ?>
+ +