Skip to content

Commit d9d8273

Browse files
committed
Small changes to the website
1 parent 98f06d5 commit d9d8273

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

index.html.pm

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
(h1 ([class ,"my-4 text-4xl text-[@{jordy}] font-fira-code tracking-tighter leading-snug text-center"])
2121
"Coding is hard —")
2222
(p ([class "my-2 sm:text-lg leading-relaxed text-center"])
23-
"Most of the tools and languages (make it easy to) add unnecessary complexity.")
23+
"Many tools and languages make it easy to add accidental complexity.")
2424
(p ([class "my-2 sm:text-lg leading-relaxed text-center"])
25-
"This creates unnecessary cognitive load.")
25+
"Accidental complexity creates unnecessary cognitive load.")
2626
(p ([class "my-2 sm:text-lg leading-relaxed text-center"])
2727
"If we constantly battle cognitive load, we get exhausted, unhappy and frustrated.")
2828
)
2929
(div ([class "my-6"])
3030
(h1 ([class ,"my-4 text-4xl text-[@{jordy}] font-fira-code tracking-tighter leading-snug text-center"])
3131
"but does it have to be " (span ([class "italic"]) "that") " hard?")
3232
(p ([class "my-2 sm:text-lg leading-relaxed text-center"])
33-
"There are tools and techniques that manage complexity comparatively well.")
33+
"There are tools and techniques that manage complexity well.")
3434
(p ([class "my-2 sm:text-lg leading-relaxed text-center"])
35-
"Using those " (span ([class "italic"]) "reduces") " cognitive load.")
35+
"Using those tools and techniques " (span ([class "italic"]) "reduces") " cognitive load.")
3636
(p ([class "my-2 sm:text-lg leading-relaxed text-center"])
3737
"So that you can be energetic, happy and joyful while coding.")
3838
)
@@ -69,34 +69,33 @@
6969
"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.
7070
To achieve this, we will start off with talks, followed by food and an open exchange between the participants.")
7171
(p ([class "my-4 sm:text-lg leading-relaxed"])
72-
"The first event will take place at the 28.08.24 at the " (a ([href "https://itdesign.de/"]) "itdesign office") ", Friedrichstraße 12.")
72+
"Looking forward to see you at our next meetup!")
7373
,(heading "Schedule")
74+
(p ([class "my-4 sm:text-lg leading-relaxed"])
75+
"The first event will take place at the 28.08.24 at the " (a ([href "https://itdesign.de/"]) "itdesign office") ", Friedrichstraße 12.")
7476
(ul ([class "list-disc list-inside mx-2 my-4 sm:text-lg leading-relaxed"])
7577
(li "18.30 Doors open")
7678
(li "18.45 Welcome")
77-
(li "First talk: Simple development environments with Nix")
79+
(li "Simple development environments with Nix (Beat)")
7880
(li "Short break")
79-
(li "Second talk: Hash-Array Mapped Tries")
81+
(li "Persistent Data Structures: From Lists to Hashmaps (David)")
8082
(li "Food, talking, coding, whatever")
8183
(li "22.00 End")
8284
)
85+
, (heading "Contact")
8386

8487
(div ([class "mt-8"])
8588
(p ([class "my-4 sm:text-lg leading-relaxed"])
86-
"Want to keep posted about the next event?")
89+
"Do you want to keep posted about the next event or continue the discussion? Maybe you even want to contribute a talk yourself?")
8790
(a ([href "https://matrix.to/#/#functional-coders-tuebingen:matrix.org"]
8891
[class ,"ml-4 inline-flex gap-4 items-center hover:text-[@{jordy}] focus-visible:text-[@{jordy}] duration-300"])
8992
(svg ([xmlns "http://www.w3.org/2000/svg"] [fill "none"] [viewBox "0 0 24 24"] [stroke-width "1"] [stroke "currentColor"] [class "size-8"])
9093
(path ([stroke-linecap "round"] [stroke-linejoin "round"] [d "M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"]))
9194
(span ([class "text-xl text-[@{jordy}] font-fira-code tracking-tighter leading-snug"]) "Join our Matrix Room")))
92-
(p ([class "my-4 sm:text-lg leading-relaxed"])
93-
"And with that..."
94-
(br)
95-
"Looking forward to see you at our next meetup!")
9695
)
9796

9897
)
9998
)
10099

101100

102-
◊; ,(->badges "Haskell, Nix, Elixir, Erlang, Rust, Clojure, Racket, Category Theory, Lenses")
101+
◊; ,(->badges "Haskell, Nix, Elixir, Erlang, Rust, Clojure, Racket, Category Theory, Lenses")

0 commit comments

Comments
 (0)