Skip to content

Commit 67fa1ec

Browse files
committed
Fix whitespace
1 parent 1884a38 commit 67fa1ec

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

index.html.pm

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
◊`(div ([class ,"flex bg-[@{raisin-black}]"])
66
(div ([class "hidden my-2 md:flex flex-col items-center shrink-0 justify-around ml-6 lg:ml-12 xl:ml-36"])
77
,(badge "Locality of Behavior")
8-
(a ([href "https://nixos.org"])
8+
(a ([href "https://nixos.org"])
99
(img ([src "assets/logos/nix.png"] [class "aspect-auto w-16 lg:w-24"])))
1010
,(badge "Simplicity")
11-
(a ([href "https://clojure.org"])
11+
(a ([href "https://clojure.org"])
1212
(img ([src "assets/logos/clojure.svg"] [class "aspect-auto w-16 lg:w-24"])))
1313
,(badge "Functional Optics")
14-
(a ([href "https://rust-lang.org"])
14+
(a ([href "https://rust-lang.org"])
1515
(img ([src "assets/logos/ferris.svg"] [class "aspect-auto w-16 lg:w-24"])))
1616
,(badge "Reproducibility")
1717
)
@@ -46,13 +46,13 @@
4646
)
4747
(div ([class "hidden my-2 md:flex flex-col items-center shrink-0 justify-around mr-6 lg:mr-12 xl:mr-36"])
4848
,(badge "Functional Data Structures")
49-
(a ([href "https://www.haskell.org/"])
49+
(a ([href "https://www.haskell.org/"])
5050
(img ([src "assets/logos/haskell.svg"] [class "aspect-auto w-16 lg:w-28"])))
5151
,(badge "Category Theory")
52-
(a ([href "https://elixir-lang.org"])
52+
(a ([href "https://elixir-lang.org"])
5353
(img ([src "assets/logos/elixir.svg"] [class "aspect-auto w-16 lg:w-24"])))
5454
,(badge "Distributed Systems")
55-
(a ([href "https://racket-lang.org"])
55+
(a ([href "https://racket-lang.org"])
5656
(img ([src "assets/logos/racket.svg"] [class "aspect-auto w-16 lg:w-24"])))
5757
,(badge "Low Coupling")
5858
)
@@ -67,7 +67,7 @@
6767
}
6868
◊par{
6969
.λ—Functional Programming Night Tübingen is a space for everyone interested in functional programming, whether you're a seasoned expert or just curious to learn. Each meetup features insightful talks, delicious food, and plenty of opportunities to connect with like-minded people.
70-
}
70+
}
7171
◊par{
7272
Looking forward to see you at the next edition oflink["https://www.meetup.com/tu-lambda/"]{Tü.λ—Functional Programming Night Tübingen}!
7373
}
@@ -174,7 +174,7 @@ This talk first gathers the prerequisites for understanding functional programmi
174174
◊par{
175175
If you want to attend the meetup, please ◊link["https://www.meetup.com/tu-lambda/"]{tell us about it} so that we can plan accordingly (order enough pizza!) 🙂
176176
}
177-
177+
178178
◊heading["Contact"]
179179
div[#:class "pb-6"]{
180180
◊par{
@@ -189,6 +189,5 @@ This talk first gathers the prerequisites for understanding functional programmi
189189
}
190190
}
191191
}
192-
}
192+
}
193193
}
194-

0 commit comments

Comments
 (0)