mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 20:35:13 -05:00
feat: added donation page
This commit is contained in:
parent
20c53ffeda
commit
1501624920
41 changed files with 870 additions and 50 deletions
|
@ -30,9 +30,7 @@ interviewMaker interview =
|
|||
, cardFormatter
|
||||
[ cardContentSpacing
|
||||
[ column
|
||||
[ fieldSpacer
|
||||
, width fill
|
||||
]
|
||||
fieldSpacer
|
||||
[ socialMaker interview
|
||||
, appearanceTitle interview
|
||||
, appearanceMaker interview
|
||||
|
@ -160,7 +158,12 @@ experienceMaker appearanceEntry =
|
|||
[ E.alignTop
|
||||
, E.alignLeft
|
||||
]
|
||||
[ paragraph (paragraphBoldFormat ++ [ F.size 18, E.width <| px 112 ])
|
||||
[ paragraph
|
||||
(paragraphBoldFormat
|
||||
++ [ F.size 18
|
||||
, E.width fill
|
||||
]
|
||||
)
|
||||
[ el
|
||||
[ tooltip
|
||||
"This represents how pleasant it was to interact with the host(s)."
|
||||
|
@ -168,12 +171,7 @@ experienceMaker appearanceEntry =
|
|||
(text "Pleasantness:")
|
||||
]
|
||||
]
|
||||
, column
|
||||
[ E.width fill
|
||||
, E.alignLeft
|
||||
, centerY
|
||||
, height fill
|
||||
]
|
||||
, barPadding
|
||||
[ barMaker getExperienceTooltip appearanceEntry.appearanceExperience ]
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue