Skip to content

Commit e49de3e

Browse files
committed
Change flyer to tu-lambda
1 parent 68b99fc commit e49de3e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

flyer.html.pm

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
(div ([id "meetup"] [class "min-h-[94vh] text-zinc-700 h-full max-w-screen-xl py-20 px-20"])
77
(h1 ([class ,"mb-14 text-[16rem] font-free-fat text-center leading-[0.7em]"]) "Free Pizza")
88
(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")
1111
(div ([class "my-14 flex justify-between"])
1212
(a ([href "https://www.haskell.org/"])
1313
(img ([src "assets/logos/haskell.svg"] [class "aspect-auto w-28"])))
@@ -23,8 +23,6 @@
2323
(img ([src "assets/logos/ferris.svg"] [class "aspect-auto w-24"])))
2424
)
2525
(div ([class "my-14"])
26-
◊; ,(heading "Functional Programming Meetup Tübingen")
27-
◊; (p ([class "text-3xl text-center my-6"]) "Next Meetup")
2826
(p ([class "text-4xl font-fira-code text-center my-6 tracking-tight"])
2927
"Next Meetup 19:00, 28.08.2024 @itdesign")
3028
(ul ([class "ml-10 my-14 list-disc *:my-4"])
@@ -37,11 +35,11 @@
3735
)
3836
)
3937
(div ([class ""])
40-
(a ([href "https://functional-coders.github.io"]
38+
(a ([href "https://tu-lambda.github.io"]
4139
[class ,"ml-4 inline-flex gap-4 items-center text-center hover:text-[@{jordy}] focus-visible:text-[@{jordy}] duration-300"])
4240
(svg ([xmlns "http://www.w3.org/2000/svg"] [fill "none"] [viewBox "0 0 24 24"] [stroke-width "3"] [stroke "currentColor"] [class "size-8"])
4341
(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")))
4543
)
4644

4745
)

0 commit comments

Comments
 (0)