mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: selling cucks and cuck accessories
This commit is contained in:
parent
6bfa1d55f5
commit
bd824fbc99
119 changed files with 10 additions and 9 deletions
5
frontend/src/Cuckery/Helpers.elm
Normal file → Executable file
5
frontend/src/Cuckery/Helpers.elm
Normal file → Executable file
|
@ -54,7 +54,7 @@ makeDodge dodgeEntry index =
|
|||
[ column [ alignTop ]
|
||||
[ text " Proposition:"
|
||||
]
|
||||
, column [ width fill, alignLeft ] [ paragraph [ F.regular ] [ text ("\"" ++ dodgeEntry.dodgeProposition ++ "\"") ] ]
|
||||
, column [ width <| px 350, alignLeft ] [ paragraph [ F.regular ] [ text dodgeEntry.dodgeProposition ] ]
|
||||
]
|
||||
, row (paragraphBoldFormat ++ [ width fill ])
|
||||
[ text " Doxastic State:"
|
||||
|
@ -97,7 +97,8 @@ makeDodge dodgeEntry index =
|
|||
cuckMaker : Cuck -> Element msg
|
||||
cuckMaker cuck =
|
||||
row [ imageSpacer, alignLeft ]
|
||||
[ image [ centerX, centerY, D.rounded 100, clip, width <| px 80 ]
|
||||
[ image [ centerX, centerY, alignTop, D.rounded 100, clip, width <| px 72
|
||||
]
|
||||
{ src = "cucks/" ++ cuck.cuckImage ++ ".png"
|
||||
, description = cuck.cuckName
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue