mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-15 20:15:12 -05:00
feat: added a cuck
This commit is contained in:
parent
5afff4a0e4
commit
8b8394808c
3 changed files with 38 additions and 0 deletions
36
frontend/src/Cuckery/CuckList/BretWeinstein/BretWeinstein.elm
Executable file
36
frontend/src/Cuckery/CuckList/BretWeinstein/BretWeinstein.elm
Executable file
|
@ -0,0 +1,36 @@
|
|||
module Cuckery.CuckList.BretWeinstein.BretWeinstein exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckBretWeinstein : Cuck
|
||||
cuckBretWeinstein =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"Bret Weinstein"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "https://x.com/BretWeinstein"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1858356347332374597"
|
||||
, dodgeDescription = NoReply
|
||||
, dodgeProposition = "Seed oils are dangerous."
|
||||
, dodgeNicksDoxasticState = Just Disbelief
|
||||
, dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason
|
||||
}
|
||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1858745910701777229"
|
||||
, dodgeDescription = NoReply
|
||||
, dodgeProposition = "Seed oils are dangerous."
|
||||
, dodgeNicksDoxasticState = Just Disbelief
|
||||
, dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason
|
||||
}
|
||||
, { dodgeLink = "https://x.com/TheNutrivore/status/1858746414882263256"
|
||||
, dodgeDescription = NoReply
|
||||
, dodgeProposition = "Seed oils are dangerous."
|
||||
, dodgeNicksDoxasticState = Just Disbelief
|
||||
, dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason
|
||||
}
|
||||
]
|
||||
}
|
|
@ -15,6 +15,7 @@ import Cuckery.CuckList.BennyMalone.BennyMalone exposing (cuckBennyMalone)
|
|||
import Cuckery.CuckList.BradCampbell.BradCampbell exposing (cuckBradCampbell)
|
||||
import Cuckery.CuckList.BradCohn.BradCohn exposing (cuckBradCohn)
|
||||
import Cuckery.CuckList.BradMarshall.BradMarshall exposing (cuckBradMarshall)
|
||||
import Cuckery.CuckList.BretWeinstein.BretWeinstein exposing (cuckBretWeinstein)
|
||||
import Cuckery.CuckList.BrianKerley.BrianKerley exposing (cuckBrianKerley)
|
||||
import Cuckery.CuckList.CarnivoreAurelius.CarnivoreAurelius exposing (cuckCarnivoreAurelius)
|
||||
import Cuckery.CuckList.CateShanahan.CateShanahan exposing (cuckCateShanahan)
|
||||
|
@ -172,6 +173,7 @@ dodgersList =
|
|||
, cuckBradCampbell
|
||||
, cuckBradCohn
|
||||
, cuckBradMarshall
|
||||
, cuckBretWeinstein
|
||||
, cuckBrianKerley
|
||||
, cuckCarnivoreAurelius
|
||||
, cuckCateShanahan
|
||||
|
|
BIN
frontend/static/cucks/bretweinstein/bretweinstein.png
Normal file
BIN
frontend/static/cucks/bretweinstein/bretweinstein.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 140 KiB |
Loading…
Add table
Add a link
Reference in a new issue