feat: added contacts

This commit is contained in:
Nick 2024-12-03 04:59:27 -06:00
parent 9a4c92d0cf
commit 8b0c2b632e
27 changed files with 3899 additions and 279 deletions

View file

@ -10,7 +10,6 @@ type alias PageInput =
, pageHyperBlog : String
, pageInterviews : String
, pageNutriDex : String
, pagePlatforms : String
, pageServices : String
, pageDonate : String
}
@ -20,7 +19,6 @@ pageNames : PageInput
pageNames =
{ pageRoot = "home"
, pageHome = "upRootNutrition"
, pagePlatforms = "platforms"
, pageServices = "services"
, pageDodgers = "cuckList"
, pageDebate = "arguments"
@ -77,11 +75,6 @@ nutriDexName =
createPageName pageNames.pageNutriDex
platformsName : String
platformsName =
createPageName pageNames.pagePlatforms
servicesName : String
servicesName =
createPageName pageNames.pageServices