mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: changed some stuff around
This commit is contained in:
parent
d03e4d23ee
commit
5afff4a0e4
9 changed files with 25 additions and 24 deletions
14
frontend/src/Services/ServiceList/Coaching/NutritionScience.elm
Executable file
14
frontend/src/Services/ServiceList/Coaching/NutritionScience.elm
Executable file
|
@ -0,0 +1,14 @@
|
|||
module Services.ServiceList.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