mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -05:00
feat: bigass cuck salad
This commit is contained in:
parent
74bc980a08
commit
a3ad02ad9d
40 changed files with 1631 additions and 1069 deletions
24
frontend/src/Cuckery/CuckList/ClaraAboel.elm
Normal file
24
frontend/src/Cuckery/CuckList/ClaraAboel.elm
Normal file
|
@ -0,0 +1,24 @@
|
|||
module Cuckery.CuckList.ClaraAboel exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckClaraAboel : Cuck
|
||||
cuckClaraAboel =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"Clara Aboel"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "https://x.com/AIWellnessCoach"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1727510906655969736"
|
||||
, dodgeDescription = NoReply
|
||||
, dodgeProposition = "polyunsaturated fatty acids are known to initiate cancer."
|
||||
, dodgeNicksDoxasticState = Just Disbelief
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue