mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -05:00
feat: lots of work
This commit is contained in:
parent
d0617b7a90
commit
49dabb8496
17 changed files with 903 additions and 69 deletions
|
@ -549,6 +549,13 @@ nutriDex inner =
|
|||
{ svgAttributes =
|
||||
[ SvgAttr.viewBox "0 0 269 254"
|
||||
, SvgAttr.fill "currentColor"
|
||||
|
||||
-- , SvgAttr.width "100%"
|
||||
-- , SvgAttr.height "100%"
|
||||
, SvgAttr.viewBox "0 0 269 254"
|
||||
, SvgAttr.version "1.1"
|
||||
, SvgAttr.xmlSpace "preserve"
|
||||
, SvgAttr.style "fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"
|
||||
]
|
||||
, svg =
|
||||
[ Svg.g
|
||||
|
@ -559,7 +566,9 @@ nutriDex inner =
|
|||
]
|
||||
[ path
|
||||
[ SvgAttr.d "M2438.06,573.79L2421.04,607.88"
|
||||
, SvgAttr.fill "currentColor"
|
||||
, SvgAttr.stroke "currentColor"
|
||||
, SvgAttr.fill "none"
|
||||
, SvgAttr.style "stroke-width:26.21px;"
|
||||
]
|
||||
[]
|
||||
]
|
||||
|
@ -568,7 +577,9 @@ nutriDex inner =
|
|||
]
|
||||
[ path
|
||||
[ SvgAttr.d "M2384.94,593.791L2428.07,593.791"
|
||||
, SvgAttr.fill "currentColor"
|
||||
, SvgAttr.fill "none"
|
||||
, SvgAttr.stroke "currentColor"
|
||||
, SvgAttr.style "stroke-width:15.37px;"
|
||||
]
|
||||
[]
|
||||
]
|
||||
|
@ -577,7 +588,9 @@ nutriDex inner =
|
|||
]
|
||||
[ path
|
||||
[ SvgAttr.d "M2439.01,851.153L2458.28,851.153"
|
||||
, SvgAttr.fill "currentColor"
|
||||
, SvgAttr.fill "none"
|
||||
, SvgAttr.stroke "currentColor"
|
||||
, SvgAttr.style "stroke-width:10.94px;"
|
||||
]
|
||||
[]
|
||||
]
|
||||
|
@ -595,7 +608,9 @@ nutriDex inner =
|
|||
]
|
||||
[ path
|
||||
[ SvgAttr.d "M2344.65,603.881L2362.65,634.203L2338.66,673.941L2384.94,673.941"
|
||||
, SvgAttr.fill "currentColor"
|
||||
, SvgAttr.fill "none"
|
||||
, SvgAttr.stroke "currentColor"
|
||||
, SvgAttr.style "stroke-width:15.37px;"
|
||||
]
|
||||
[]
|
||||
]
|
||||
|
@ -604,8 +619,9 @@ nutriDex inner =
|
|||
]
|
||||
[ path
|
||||
[ SvgAttr.d "M2423.66,877.745L2456.6,877.745"
|
||||
, SvgAttr.style "none"
|
||||
, SvgAttr.fill "currentColor"
|
||||
, SvgAttr.fill "none"
|
||||
, SvgAttr.stroke "currentColor"
|
||||
, SvgAttr.style "stroke-width:10.94px;"
|
||||
]
|
||||
[]
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue