feat: added donation page

This commit is contained in:
Nick 2024-11-28 19:28:24 -06:00
parent 20c53ffeda
commit 1501624920
41 changed files with 870 additions and 50 deletions

View file

@ -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 ]
]