diff options
Diffstat (limited to 'index.html.pm')
-rw-r--r-- | index.html.pm | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/index.html.pm b/index.html.pm index d2ca248..9cd456a 100644 --- a/index.html.pm +++ b/index.html.pm @@ -3,9 +3,14 @@ ◊(require string-interpolation) ◊`(div ([class ,"flex bg-[@{raisin-black}]"]) - (div ([class "hidden lg:flex flex-col shrink-0 justify-around ml-12"]) + (div ([class "hidden my-2 lg:flex flex-col items-center shrink-0 justify-around ml-12"]) + ,(badge "Locality of Behavior") (img ([src "assets/logos/nix.png"] [class "aspect-auto w-24"])) + ,(badge "Simplicity") + (img ([src "assets/logos/clojure.svg"] [class "aspect-auto w-24"])) + ,(badge "Lenses") (img ([src "assets/logos/ferris.svg"] [class "aspect-auto w-24"])) + ,(badge "Reproducibility") ) (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"]) (div ([class "my-6"]) @@ -36,9 +41,14 @@ (path ([stroke-linecap "round"] [stroke-linejoin "round"] [d "m19.5 8.25-7.5 7.5-7.5-7.5"])))) ) ) - (div ([class "hidden lg:flex flex-col shrink-0 justify-around mr-12"]) + (div ([class "hidden my-2 lg:flex flex-col items-center shrink-0 justify-around mr-12"]) + ,(badge "Functional Data Structures") (img ([src "assets/logos/haskell.svg"] [class "aspect-auto w-28"])) + ,(badge "Category Theory") (img ([src "assets/logos/elixir.svg"] [class "aspect-auto w-24"])) + ,(badge "Distributed Systems") + (img ([src "assets/logos/racket.svg"] [class "aspect-auto w-24"])) + ,(badge "Low Coupling") ) ) |