feat: added interviews

This commit is contained in:
Nick 2024-11-27 01:42:58 -06:00
parent eb17ceb6c2
commit d9dccdd727
19 changed files with 654 additions and 27 deletions

View file

@ -76,7 +76,15 @@ makeDodge dodgeEntry index =
displayFallacy fallacyText =
row paragraphBoldFormat
[ column [ alignTop, width (px 165) ]
[ text "Fallacy:" |> el [ paddingEach { top = 0, right = 0, bottom = 0, left = 70 } ]
[ text "Fallacy:"
|> el
[ paddingEach
{ top = 0
, right = 0
, bottom = 0
, left = 70
}
]
]
, column [ E.width fill, alignLeft ]
[ paragraph [ F.regular ]
@ -84,11 +92,21 @@ makeDodge dodgeEntry index =
]
]
in
column (paragraphAlignLeft ++ [ spacing 3, width fill ])
column
(paragraphAlignLeft
++ [ spacing 3
, width fill
]
)
[ row
(paragraphFormat
++ [ F.size 18
, paddingEach { top = 0, bottom = 0, left = 15, right = 15 }
, paddingEach
{ top = 0
, bottom = 0
, left = 15
, right = 15
}
, E.width fill
]
)
@ -213,31 +231,24 @@ cuckMaker cuck =
, E.height <| px 115
, alignTop
, alignRight
-- , explain Debug.todo
]
[ E.image
[ alignRight
, alignTop
, D.rounded 100
, clip
, E.width <| px 90
, E.height <| px 90
[ column
[ D.rounded 100
, D.width 5
, D.color colourTheme.cardBackground
]
[ E.image
[ alignRight
, alignTop
, D.rounded 100
, clip
, E.width <| px 90
, E.height <| px 90
]
{ src = "cucks/" ++ cuck.cuckImage ++ "/" ++ cuck.cuckImage ++ ".png"
, description = cuck.cuckName
}
]
{ src = "cucks/" ++ cuck.cuckImage ++ "/" ++ cuck.cuckImage ++ ".png"
, description = cuck.cuckName
}
-- , E.image
-- [ D.rounded 100
-- , clip
-- , moveUp 107
-- , moveRight 7
-- , E.width <| px 125
-- , E.height <| px 125
-- ]
-- { src = "cucks/clownborder.png"
-- , description = cuck.cuckName
-- }
]
, column
[ E.width <| px 600 ]