diff --git a/_data/heading.json b/_data/heading.json index 1343634..6f2d89b 100644 --- a/_data/heading.json +++ b/_data/heading.json @@ -2,10 +2,11 @@ "lofi_discord": "https://discord.gg/lfwdev", "meetup": { "date": "Tuesday March 26, 2024 @ 11AM EST", - "graphic": "/assets/images/meetup12.png", + "graphic": "/assets/images/meetup13.png", "discord_link": "https://discord.gg/lfwdev?event=1213217027989315695", - "youtube_link": "https://www.youtube.com/playlist?list=PLTbD2QA-VMnXFsLbuPGz1H-Najv9MD2-H", + "youtube_link": "https://youtube.com/live/OQXbcbrZXlg", "recording_link": "https://youtu.be/6Q0yb_ROUBQ?feature=shared", + "previous_graphic": "", "calendar_ics": "/assets/LoFi_Meetup.ics", "calendar_icon": "/assets/images/march26.png", "gcal_link": "https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MjRtZDJlbnZ1bWl0MnVrZmdyYTM1YWZwdTAgZjgwNGE4ZjU3MGNiZThiOWNmZDk1MTg3MzJmMjcyM2E1MzcxMWEyMTc1OTYyZTkwZDU4NTgxN2MzYWNlMjllM0Bn&tmsrc=f804a8f570cbe8b9cfd9518732f2723a53711a2175962e90d585817c3ace29e3%40group.calendar.google.com", diff --git a/_includes/heading.html b/_includes/heading.html index 9bb5f63..f52af46 100644 --- a/_includes/heading.html +++ b/_includes/heading.html @@ -8,9 +8,11 @@ community and attend the next meetup - - {{meetup.date}} -
+ {% if meetup.graphic != '' %} + + + + {% endif %} @@ -21,8 +23,13 @@
+ {{meetup.date}} +
+
Catch up on the previous talks + {% if meetup.previous_graphic != '' %} - + + {% endif %} diff --git a/assets/LoFi_Meetup.ics b/assets/LoFi_Meetup.ics index 80c8163..710486c 100644 --- a/assets/LoFi_Meetup.ics +++ b/assets/LoFi_Meetup.ics @@ -2,14 +2,20 @@ BEGIN:VCALENDAR VERSION:2.0 PRODID:-//sebbo.net//ical-generator//EN BEGIN:VEVENT -UID:15c93414-de0b-45f8-825d-b536abe2a63a +UID:07850937-d2f9-4749-8c4e-833400965406 SEQUENCE:0 -DTSTAMP:20240301T202034Z +DTSTAMP:20240325T194804Z DTSTART:20240326T150000Z DTEND:20240326T150000Z SUMMARY:LoFi/13 LOCATION:Discord: LoFi (Local First) server\, Stage -DESCRIPTION:We have a awesome lofi-identity\, PowerSync & Evolu presentati - on coming up for LoFi/13. Further details coming soon... +DESCRIPTION:Tune into LoFi/13 to catch an update on our lofi-identity effo + rts\, and a fantastic lineup featuring: PowerSync\, Evolu.me and Forthink. + ai. \n\nTalk details: https://x.com/devYonz/status/1770228743954690296\n\ + nSchedule: \nEvolu: a local-first platform designed for privacy\, ease of + use\, and no vendor lock-in\n-- Daniel Steigerwald\, @evoluhq\n\nLocal-fir + st state management using PowerSync\n-- Conrad Hofmeyr\, Founder & CEO at + JourneyApps\n\nLocal-first search and navigation\n-- Adam Benenson\, Found + er & CEO at Forethink Labs END:VEVENT END:VCALENDAR \ No newline at end of file diff --git a/assets/images/meetup13.png b/assets/images/meetup13.png new file mode 100644 index 0000000..1f6a548 Binary files /dev/null and b/assets/images/meetup13.png differ