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
bd824fbc99
commit
e40901fcf1
108 changed files with 157 additions and 141 deletions
|
@ -97,8 +97,14 @@ makeDodge dodgeEntry index =
|
|||
cuckMaker : Cuck -> Element msg
|
||||
cuckMaker cuck =
|
||||
row [ imageSpacer, alignLeft ]
|
||||
[ image [ centerX, centerY, alignTop, D.rounded 100, clip, width <| px 72
|
||||
]
|
||||
[ image
|
||||
[ centerX
|
||||
, centerY
|
||||
, alignTop
|
||||
, D.rounded 100
|
||||
, clip
|
||||
, width <| px 72
|
||||
]
|
||||
{ src = "cucks/" ++ cuck.cuckImage ++ ".png"
|
||||
, description = cuck.cuckName
|
||||
}
|
||||
|
@ -109,7 +115,7 @@ cuckMaker cuck =
|
|||
[ text "Social:"
|
||||
, paragraphLinkFormat
|
||||
{ url = cuck.cuckSocial
|
||||
, label = transitionHighlightedLinkHover <| text cuck.cuckName
|
||||
, label = transitionHighlightedLinkHover <| text (formatCuckSocial cuck.cuckSocial)
|
||||
}
|
||||
]
|
||||
, row paragraphBoldFormat [ text "Dodges:" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue