mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 21:05:13 -05:00
feat: lots of work
This commit is contained in:
parent
4a19d6eb06
commit
848038b62b
158 changed files with 1361 additions and 685 deletions
|
@ -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."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue