|
3 | 3 | ◊(require string-interpolation) |
4 | 4 |
|
5 | 5 | ◊`(div ([class ,"flex bg-[@{raisin-black}]"]) |
6 | | - (div ([class "hidden my-2 lg:flex flex-col items-center shrink-0 justify-around ml-12 xl:ml-36"]) |
| 6 | + (div ([class "hidden my-2 md:flex flex-col items-center shrink-0 justify-around ml-6 lg:ml-12 xl:ml-36"]) |
7 | 7 | ,(badge "Locality of Behavior") |
8 | 8 | (a ([href "https://nixos.org"]) |
9 | | - (img ([src "assets/logos/nix.png"] [class "aspect-auto w-24"]))) |
| 9 | + (img ([src "assets/logos/nix.png"] [class "aspect-auto w-16 lg:w-24"]))) |
10 | 10 | ,(badge "Simplicity") |
11 | 11 | (a ([href "https://clojure.org"]) |
12 | | - (img ([src "assets/logos/clojure.svg"] [class "aspect-auto w-24"]))) |
| 12 | + (img ([src "assets/logos/clojure.svg"] [class "aspect-auto w-16 lg:w-24"]))) |
13 | 13 | ,(badge "Lenses") |
14 | 14 | (a ([href "https://rust-lang.org"]) |
15 | | - (img ([src "assets/logos/ferris.svg"] [class "aspect-auto w-24"]))) |
| 15 | + (img ([src "assets/logos/ferris.svg"] [class "aspect-auto w-16 lg:w-24"]))) |
16 | 16 | ,(badge "Reproducibility") |
17 | 17 | ) |
18 | 18 | (div ([class ,"flex flex-col justify-between mx-auto min-h-screen max-w-screen-xl px-4 pt-12 md:px-8 md:pt-20 lg:px-16 text-zinc-300"]) |
|
44 | 44 | (path ([stroke-linecap "round"] [stroke-linejoin "round"] [d "m19.5 8.25-7.5 7.5-7.5-7.5"])))) |
45 | 45 | ) |
46 | 46 | ) |
47 | | - (div ([class "hidden my-2 lg:flex flex-col items-center shrink-0 justify-around mr-12 xl:mr-36"]) |
| 47 | + (div ([class "hidden my-2 md:flex flex-col items-center shrink-0 justify-around mr-6 lg:mr-12 xl:mr-36"]) |
48 | 48 | ,(badge "Functional Data Structures") |
49 | 49 | (a ([href "https://www.haskell.org/"]) |
50 | | - (img ([src "assets/logos/haskell.svg"] [class "aspect-auto w-28"]))) |
| 50 | + (img ([src "assets/logos/haskell.svg"] [class "aspect-auto w-16 lg:w-28"]))) |
51 | 51 | ,(badge "Category Theory") |
52 | 52 | (a ([href "https://elixir-lang.org"]) |
53 | | - (img ([src "assets/logos/elixir.svg"] [class "aspect-auto w-24"]))) |
| 53 | + (img ([src "assets/logos/elixir.svg"] [class "aspect-auto w-16 lg:w-24"]))) |
54 | 54 | ,(badge "Distributed Systems") |
55 | 55 | (a ([href "https://racket-lang.org"]) |
56 | | - (img ([src "assets/logos/racket.svg"] [class "aspect-auto w-24"]))) |
| 56 | + (img ([src "assets/logos/racket.svg"] [class "aspect-auto w-16 lg:w-24"]))) |
57 | 57 | ,(badge "Low Coupling") |
58 | 58 | ) |
59 | 59 | ) |
60 | 60 |
|
61 | 61 | ◊`(div ([class "bg-white"]) |
62 | | - (div ([id "meetup"] [class "min-h-screen my-4 text-zinc-700 mx-auto h-full max-w-screen-md px-6 py-12 md:px-12 md:py-20 lg:px-24"]) |
| 62 | + (div ([id "meetup"] [class "min-h-screen text-zinc-700 mx-auto h-full max-w-screen-md px-6 pt-12 md:px-12 md:pt-20 lg:px-24"]) |
63 | 63 | ,(heading "About") |
64 | 64 | (p ([class "my-4 sm:text-lg leading-relaxed"]) |
65 | 65 | "Hi 👋") |
|
71 | 71 | (p ([class "my-4 sm:text-lg leading-relaxed"]) |
72 | 72 | "The first event will take place at the dd.mm.yy at the " (a ([href "https://ki-maker.space/"]) "KI Makerspace Tübingen") ", Wöhrdstraße 25.") |
73 | 73 | ,(heading "Schedule") |
| 74 | + (ul ([class "list-disc list-inside mx-2 my-4 sm:text-lg leading-relaxed"]) |
| 75 | + (li "18.30 Doors open") |
| 76 | + (li "18.45 Welcome") |
| 77 | + (li "First talk: Simple development environments with Nix") |
| 78 | + (li "Short break") |
| 79 | + (li "Second talk: ") |
| 80 | + (li "Food, talking, coding, whatever") |
| 81 | + (li "22.00 End") |
| 82 | + ) |
| 83 | + |
| 84 | + (div ([class "mt-8"]) |
| 85 | + (p ([class "my-4 sm:text-lg leading-relaxed"]) |
| 86 | + "Want to keep posted about the next event?") |
| 87 | + (a ([href "https://matrix.to/#/#functional-coders-tuebingen:matrix.org"] |
| 88 | + [class ,"ml-4 inline-flex gap-4 items-center hover:text-[@{jordy}] focus-visible:text-[@{jordy}] duration-300"]) |
| 89 | + (svg ([xmlns "http://www.w3.org/2000/svg"] [fill "none"] [viewBox "0 0 24 24"] [stroke-width "1"] [stroke "currentColor"] [class "size-8"]) |
| 90 | + (path ([stroke-linecap "round"] [stroke-linejoin "round"] [d "M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"])) |
| 91 | + (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!") |
| 96 | + ) |
| 97 | + |
74 | 98 | ) |
75 | 99 | ) |
76 | 100 |
|
|
0 commit comments