mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -05:00
feat: garnished the cuck salad
This commit is contained in:
parent
a3ad02ad9d
commit
671195480b
28 changed files with 351 additions and 488 deletions
24
frontend/src/Cuckery/CuckList/GaryBrecka.elm
Normal file
24
frontend/src/Cuckery/CuckList/GaryBrecka.elm
Normal file
|
@ -0,0 +1,24 @@
|
|||
module Cuckery.CuckList.GaryBrecka exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckGaryBrecka : Cuck
|
||||
cuckGaryBrecka =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"Gary Brecka"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "https://twitter.com/garybrecka1"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1726664526316372125"
|
||||
, dodgeDescription = NoReply
|
||||
, dodgeProposition = "linoleic acid consumption causes atherosclerosis."
|
||||
, dodgeNicksDoxasticState = Just Disbelief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue