diff options
author | Beat Hagenlocher | 2024-07-20 23:26:17 +0200 |
---|---|---|
committer | Beat Hagenlocher | 2024-07-20 23:26:17 +0200 |
commit | a2b3c984d077136c42983448d77b11d51d92ea0b (patch) | |
tree | a90566e4ef27874a443484289e7d9c3428cada5d | |
parent | 2e52eefc31d6fe657696668b7f89f06a707e9777 (diff) |
Add date and preliminary talk title
-rw-r--r-- | index.html.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html.pm b/index.html.pm index 7e7ff62..cf2ea53 100644 --- a/index.html.pm +++ b/index.html.pm @@ -69,14 +69,14 @@ "That's why we're launching " (span ([class "italic"]) "Functional Coders Tübingen") " — we want to create a space where people interested in functional programming can meet and learn from each other. To achieve this, we will start off with talks, followed by food and an open exchange between the participants.") (p ([class "my-4 sm:text-lg leading-relaxed"]) - "The first event will take place at the dd.mm.yy at the " (a ([href "https://ki-maker.space/"]) "KI Makerspace Tübingen") ", Wöhrdstraße 25.") + "The first event will take place at the 28.08.24 at the " (a ([href "https://itdesign.de/"]) "itdesign office") ", Friedrichstraße 12.") ,(heading "Schedule") (ul ([class "list-disc list-inside mx-2 my-4 sm:text-lg leading-relaxed"]) (li "18.30 Doors open") (li "18.45 Welcome") (li "First talk: Simple development environments with Nix") (li "Short break") - (li "Second talk: ") + (li "Second talk: Hash-Array Mapped Tries") (li "Food, talking, coding, whatever") (li "22.00 End") ) |