|
6 | 6 | (div ([id "meetup"] [class "min-h-[94vh] text-zinc-700 h-full max-w-screen-xl py-20 px-20"]) |
7 | 7 | (h1 ([class ,"mb-14 text-[16rem] font-free-fat text-center leading-[0.7em]"]) "Free Pizza") |
8 | 8 | (p ([class "my-4 text-3xl text-center leading-relaxed"]) |
9 | | - "and functional programming at the") |
10 | | - (p ([class ,"text-4xl text-center font-fira-code text-[@{jordy}] "]) "Functional Programming Meetup Tübingen") |
| 9 | + "and functional programming at") |
| 10 | + (p ([class ,"text-4xl text-center font-fira-code text-[@{jordy}] "]) "Tü.λ—Functional Programming Night Tübingen") |
11 | 11 | (div ([class "my-14 flex justify-between"]) |
12 | 12 | (a ([href "https://www.haskell.org/"]) |
13 | 13 | (img ([src "assets/logos/haskell.svg"] [class "aspect-auto w-28"]))) |
|
23 | 23 | (img ([src "assets/logos/ferris.svg"] [class "aspect-auto w-24"]))) |
24 | 24 | ) |
25 | 25 | (div ([class "my-14"]) |
26 | | - ◊; ,(heading "Functional Programming Meetup Tübingen") |
27 | | - ◊; (p ([class "text-3xl text-center my-6"]) "Next Meetup") |
28 | 26 | (p ([class "text-4xl font-fira-code text-center my-6 tracking-tight"]) |
29 | 27 | "Next Meetup 19:00, 28.08.2024 @itdesign") |
30 | 28 | (ul ([class "ml-10 my-14 list-disc *:my-4"]) |
|
37 | 35 | ) |
38 | 36 | ) |
39 | 37 | (div ([class ""]) |
40 | | - (a ([href "https://functional-coders.github.io"] |
| 38 | + (a ([href "https://tu-lambda.github.io"] |
41 | 39 | [class ,"ml-4 inline-flex gap-4 items-center text-center hover:text-[@{jordy}] focus-visible:text-[@{jordy}] duration-300"]) |
42 | 40 | (svg ([xmlns "http://www.w3.org/2000/svg"] [fill "none"] [viewBox "0 0 24 24"] [stroke-width "3"] [stroke "currentColor"] [class "size-8"]) |
43 | 41 | (path ([stroke-linecap "round"] [stroke-linejoin "round"] [d "M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"])) |
44 | | - (span ([class "text-4xl text-[@{jordy}] font-fira-code tracking-tighter leading-snug"]) "https://functional-coders.github.io"))) |
| 42 | + (span ([class "text-4xl text-[@{jordy}] font-fira-code tracking-tighter leading-snug"]) "https://tu-lambda.github.io"))) |
45 | 43 | ) |
46 | 44 |
|
47 | 45 | ) |
|
0 commit comments