mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: did a ton of work
This commit is contained in:
parent
a220b0d9c1
commit
078bd0ac70
67 changed files with 358 additions and 192 deletions
|
@ -10,11 +10,12 @@ import Html.Attributes as H exposing (style)
|
|||
import Layouts
|
||||
import Page exposing (Page)
|
||||
import Route exposing (Route)
|
||||
import Services.Helpers exposing (..)
|
||||
import Services.ServiceList.Coaching.DebateAnalysis exposing (..)
|
||||
import Services.ServiceList.Coaching.DebateTutoring exposing (..)
|
||||
import Services.ServiceList.Coaching.NutritionScience exposing (..)
|
||||
import Services.ServiceList.Creative.ElmBuilds exposing (..)
|
||||
import Services.ServiceList.Creative.NixBuilds exposing (..)
|
||||
import Services.Helpers exposing (..)
|
||||
import Shared exposing (..)
|
||||
import View exposing (View)
|
||||
|
||||
|
@ -99,8 +100,9 @@ servicesList =
|
|||
pageList
|
||||
<|
|
||||
List.map serviceMaker
|
||||
[ servicesDebateTutoring
|
||||
, servicesDebateAnalysis
|
||||
[ servicesDebateAnalysis
|
||||
, servicesDebateTutoring
|
||||
, servicesNutritionScience
|
||||
, servicesNixBuilds
|
||||
, servicesElmBuilds
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue