mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 20:35:13 -05:00
feat: added cuckery
This commit is contained in:
parent
7e2cc9ef32
commit
74bc980a08
7 changed files with 207 additions and 3 deletions
19
frontend/src/Cuckery/CuckList/AnthonyGustin.elm
Normal file
19
frontend/src/Cuckery/CuckList/AnthonyGustin.elm
Normal file
|
@ -0,0 +1,19 @@
|
|||
module Cuckery.CuckList.AnthonyGustin exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckAnthonyGustin : Cuck
|
||||
cuckAnthonyGustin =
|
||||
{ cuckImage = "adamsinger"
|
||||
, cuckName = "Adam Singer"
|
||||
, cuckSocial = "https://twitter.com/AdamSinger"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1447245484356108292?s=20"
|
||||
, dodgeDescription = RanAway
|
||||
, dodgeProposition = "diets humans thrived on in the wild, sans dentists and doctors, are correct."
|
||||
, dodgeNicksDoxasticState = Just Belief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue