mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -05:00
feat: almost finished mvp
This commit is contained in:
parent
f3f7df13f5
commit
7ea90e4132
16 changed files with 1499 additions and 180 deletions
|
@ -107,6 +107,24 @@ makeFeature features =
|
|||
]
|
||||
|
||||
|
||||
price : Element msg
|
||||
price =
|
||||
newTabLink []
|
||||
{ url = "https://the-nutrivore.myshopify.com/cart/31192710807615:1?channel=buy_button"
|
||||
, label =
|
||||
row
|
||||
[ F.center
|
||||
, paddingEach
|
||||
{ top = 3
|
||||
, right = 0
|
||||
, bottom = 0
|
||||
, left = 0
|
||||
}
|
||||
]
|
||||
[ text "$19.99" ]
|
||||
}
|
||||
|
||||
|
||||
featureList : NutriDex -> Element msg
|
||||
featureList nutridex =
|
||||
column
|
||||
|
@ -157,10 +175,7 @@ featureList nutridex =
|
|||
, left = 25
|
||||
}
|
||||
]
|
||||
[ newTabLink []
|
||||
{ url = "https://the-nutrivore.myshopify.com/cart/31192710807615:1?channel=buy_button"
|
||||
, label = row [ F.center ] [ text "$19.99" ]
|
||||
}
|
||||
[ price
|
||||
]
|
||||
]
|
||||
, column
|
||||
|
@ -236,10 +251,7 @@ featureListMobile nutridex =
|
|||
, left = 25
|
||||
}
|
||||
]
|
||||
[ newTabLink []
|
||||
{ url = "https://the-nutrivore.myshopify.com/cart/31192710807615:1?channel=buy_button"
|
||||
, label = row [ F.center ] [ text "$19.99" ]
|
||||
}
|
||||
[ price
|
||||
]
|
||||
]
|
||||
, column
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue