mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -05:00
feat: cucks done
This commit is contained in:
parent
671195480b
commit
6bfa1d55f5
39 changed files with 1049 additions and 598 deletions
36
frontend/src/Cuckery/CuckList/NorstrongChris.elm
Normal file
36
frontend/src/Cuckery/CuckList/NorstrongChris.elm
Normal file
|
@ -0,0 +1,36 @@
|
|||
module Cuckery.CuckList.NorstrongChris exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckNorstrongChris : Cuck
|
||||
cuckNorstrongChris =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"Norstrong Chris"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "https://twitter.com/NNMChris"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://twitter.com/NorstrongHealth/status/1416939281973530626?s=20"
|
||||
, dodgeDescription = RanAway
|
||||
, dodgeProposition = "government funded USDA data is untrustworthy."
|
||||
, dodgeNicksDoxasticState = Just Agnostic
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
, { dodgeLink = "https://twitter.com/The_Nutrivore/status/1534573919562350594?s=20"
|
||||
, dodgeDescription = OutrightNo
|
||||
, dodgeProposition = "nutrition science as a whole is shit."
|
||||
, dodgeNicksDoxasticState = Just Agnostic
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
, { dodgeLink = "https://twitter.com/TheNutrivore/status/1534614710196260865?s=20"
|
||||
, dodgeDescription = NoReply
|
||||
, dodgeProposition = "nutrition science as a whole is shit."
|
||||
, dodgeNicksDoxasticState = Just Agnostic
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue