Skip to content

Commit f8ff4f8

Browse files
committed
Add new meetup
1 parent dde5abd commit f8ff4f8

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

index.html.pm

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,26 +73,41 @@
7373
}
7474
◊meetups{
7575

76+
◊meetup[#:title "18.06.25"]{
77+
◊par{
78+
The next meetup will take place on the 18.06.25 at the ◊link["https://itdesign.de/"]{itdesign office}, Friedrichstraße 12.
79+
}
80+
div[#:class "mx-2 my-4 sm:text-lg leading-relaxed"]{
81+
◊orga{18:45 Doors open & Welcome}
82+
◊p[#:class ""]{◊span[#:class "font-medium"]{Reader-Writer-State} (Ingo)}
83+
◊abstract{
84+
When do we want to return stuff?
85+
What context do we have?
86+
Can we do all of this thinking before writing our code and save a bunch of brain power?
87+
Let's find out.
88+
}
89+
◊orga{Food, talking, coding, whatever}
90+
◊orga{22.00 End}
91+
}
92+
}
93+
7694
◊meetup[#:title "07.05.25"]{
7795
◊par{
78-
The next meetup will take place on the 07.05.25 at the ◊link["https://itdesign.de/"]{itdesign office}, Friedrichstraße 12.
96+
This meetup took place on the 07.05.25 at the ◊link["https://itdesign.de/"]{itdesign office}, Friedrichstraße 12.
7997
}
8098
div[#:class "mx-2 my-4 sm:text-lg leading-relaxed"]{
8199
◊orga{18:45 Doors open & Welcome}
82100
◊p[#:class ""]{Lightning Talk: ◊span[#:class "font-medium"]{Tail Call Optimization in JavaScript} (Thomas)}
83101
◊abstract{
84102
}
85-
◊p[#:class ""]{Lightning Talk: ◊span[#:class "font-medium"]{Fluid Type Scales} (Beat)}
103+
◊p[#:class ""]{Lightning Talk: ◊span[#:class "font-medium"]{◊link["https://haglobah.github.io/talks/2025-05-07-fluid-type-scales/"]{Fluid Type Scales}} (Beat)}
86104
◊abstract{
87105
Simplifying CSS: No more breakpoints, less mental workload, less typing
88106
}
89107
◊orga{Short break}
90108
◊p[#:class ""]{Lightning Talk: ◊span[#:class "font-medium"]{◊link["https://tdf.cttue.de/"]{Tage der Digitalen Freiheit} | ◊link["https://cttue.de"]{Chaostreff}} (Alex)}
91109
◊abstract{
92110
}
93-
◊p[#:class ""]{Lightning Talk: ◊span[#:class "font-medium"]{} (◊link["https:github.com/tu-lambda/planning/issues/new?template=lightning_talk.yml"]{maybe you?})}
94-
◊abstract{
95-
}
96111
◊orga{Food, talking, coding, whatever}
97112
◊orga{22.00 End}
98113
}

0 commit comments

Comments
 (0)