mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 20:35:13 -05:00
feat: refactored services
This commit is contained in:
parent
354b9418f8
commit
36bedf1c09
15 changed files with 449 additions and 80 deletions
14
frontend/src/Services/Coaching/NutritionScience.elm
Normal file
14
frontend/src/Services/Coaching/NutritionScience.elm
Normal file
|
@ -0,0 +1,14 @@
|
|||
module Services.Coaching.NutritionScience exposing (..)
|
||||
|
||||
import Services.Types exposing (..)
|
||||
|
||||
|
||||
servicesNutritionScience : Service
|
||||
servicesNutritionScience =
|
||||
{ logoImage = "nutrition"
|
||||
, logoDescription = "nutrition logo"
|
||||
, servicesLink = "https://the-nutrivore.social/"
|
||||
, servicesTitle = "NUTRITION SCIENCE"
|
||||
, servicesRate = "$40/hr"
|
||||
, servicesDescription = "Participate in a one-hour Q&A session specifically to inquire about nutrition science. Ask questions about research design, methodology, epistemology, and study interpretation. Also, by participating you will also gain access to nutrition science interpretation cheat-sheets that will streamline and simplify the research appraisal process."
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue