mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: reformatted cucks and added reference list to dodge card
This commit is contained in:
parent
cf9886af4d
commit
b3df4c7581
72 changed files with 152 additions and 17 deletions
|
@ -116,6 +116,21 @@ makeDodge dodgeEntry index =
|
|||
"Chose to gesture vaguely instead of engaging"
|
||||
)
|
||||
, text "." |> el [ F.color colourTheme.nonHighlightedText ]
|
||||
, row [ alignTop, alignLeft ]
|
||||
(List.indexedMap
|
||||
(\index2 link ->
|
||||
newTabLink
|
||||
[ paddingEach { top = 0, right = 0, bottom = 0, left = 5 }, F.size 13 ]
|
||||
{ url = link
|
||||
, label =
|
||||
row []
|
||||
[ transitionHighlightedLinkHover <| (text (String.fromInt (index2 + 1)) |> el [ F.size 13 ])
|
||||
, text ", " |> el [ F.color colourTheme.nonHighlightedText ]
|
||||
]
|
||||
}
|
||||
)
|
||||
dodgeEntry.dodgeReceipts
|
||||
)
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -123,7 +138,9 @@ makeDodge dodgeEntry index =
|
|||
[ column [ alignTop, width <| px 184 ]
|
||||
[ text "Proposition:" |> el [ paddingEach { top = 0, right = 0, bottom = 0, left = 70 } ]
|
||||
]
|
||||
, column [ width <| px 350, alignLeft ] [ paragraph [ F.regular ] [ text (formatProposition dodgeEntry.dodgeProposition) ] ]
|
||||
, column [ width <| px 350, alignLeft ]
|
||||
[ paragraph [ F.regular ] [ text (formatProposition dodgeEntry.dodgeProposition) ]
|
||||
]
|
||||
]
|
||||
, maybeFallacyField
|
||||
, row (paragraphBoldFormat ++ [ width fill ])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue