feat: lots of work

This commit is contained in:
Nick 2024-12-08 02:18:36 -06:00
parent 4a19d6eb06
commit 848038b62b
158 changed files with 1361 additions and 685 deletions

View file

@ -5,6 +5,11 @@ import Headers.Types exposing (..)
gibberishHeader : Header
gibberishHeader =
{ headerTitle = "GIBBERISH"
, headerBody = "This page is specifically for terms and ostensible concepts that I think are either nonsensical or so practically useless that it hardly even matters if the term is intelligible or not."
let
name =
"Gibberish"
in
{ headerTitle = String.toUpper name
, headerName = name
, headerBody = "This page is specifically for terms and ostensible concepts that I think are either nonsensical or so practically useless that its intelligiblity is irrelevant."
}