mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 20:35:13 -05:00
feat: bigass cuck salad
This commit is contained in:
parent
74bc980a08
commit
a3ad02ad9d
40 changed files with 1631 additions and 1069 deletions
30
frontend/src/Cuckery/CuckList/CliffHarvey.elm
Normal file
30
frontend/src/Cuckery/CuckList/CliffHarvey.elm
Normal file
|
@ -0,0 +1,30 @@
|
|||
module Cuckery.CuckList.CliffHarvey exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckCliffHarvey : Cuck
|
||||
cuckCliffHarvey =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
""
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "Cliff Harvey"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://twitter.com/CarbAppropriate/status/1372281626206507010?s=20"
|
||||
, dodgeDescription = NoReply
|
||||
, dodgeProposition = "saturated fat in the diet does not independently increase the risk of mortality."
|
||||
, dodgeNicksDoxasticState = Just Disbelief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
, { dodgeLink = "https://twitter.com/The_Nutrivore/status/1500650543886204929?s=20"
|
||||
, dodgeDescription = NoReply
|
||||
, dodgeProposition = "saturated fat in the diet does not independently increase the risk of mortality."
|
||||
, dodgeNicksDoxasticState = Just Disbelief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue