mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: cucks done
This commit is contained in:
parent
671195480b
commit
6bfa1d55f5
39 changed files with 1049 additions and 598 deletions
30
frontend/src/Cuckery/CuckList/TravisStatham.elm
Normal file
30
frontend/src/Cuckery/CuckList/TravisStatham.elm
Normal file
|
@ -0,0 +1,30 @@
|
|||
module Cuckery.CuckList.TravisStatham exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckTravisStatham : Cuck
|
||||
cuckTravisStatham =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"Travis Statham"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "https://twitter.com/Travis_Statham"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1461428023207489542?s=20"
|
||||
, dodgeDescription = NoReply
|
||||
, dodgeProposition = "seed oils do not cause obesity."
|
||||
, dodgeNicksDoxasticState = Just Belief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
, { dodgeLink = "https://www.reddit.com/r/StopEatingSeedOils/comments/v457tu/how_vegetable_oils_make_us_fat_zero_acre/ic9u7wu/?utm_source=share"
|
||||
, dodgeDescription = NoReply
|
||||
, dodgeProposition = "seed oils do not cause obesity."
|
||||
, dodgeNicksDoxasticState = Just Belief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue