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/AmblerOHearn.elm
Normal file
24
frontend/src/Cuckery/CuckList/AmblerOHearn.elm
Normal file
|
@ -0,0 +1,24 @@
|
|||
module Cuckery.CuckList.AmblerOHearn exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckAmberOHearn : Cuck
|
||||
cuckAmberOHearn =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"Amber O Hearn"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "https://twitter.com/KetoCarnivore"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://twitter.com/FusionProgGuy/status/1413888976281169922?s=20"
|
||||
, dodgeDescription = NoReply
|
||||
, dodgeProposition = noProposition
|
||||
, dodgeNicksDoxasticState = Nothing
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue