mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: init
This commit is contained in:
parent
7145b8a9fa
commit
718a9ecaa7
11 changed files with 320 additions and 207 deletions
|
@ -1,4 +1,13 @@
|
|||
module Config.Identity exposing (..)
|
||||
|
||||
myName : String
|
||||
myName = "The Nutrivore"
|
||||
homeName : String
|
||||
homeName = "The Nutrivore"
|
||||
|
||||
platformName : String
|
||||
platformName = homeName ++ " | Platforms"
|
||||
|
||||
servicesName : String
|
||||
servicesName = homeName ++ " | Services"
|
||||
|
||||
supportName : String
|
||||
supportName = homeName ++ " | Support"
|
Loading…
Add table
Add a link
Reference in a new issue