mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: cucks done
This commit is contained in:
parent
671195480b
commit
6bfa1d55f5
39 changed files with 1049 additions and 598 deletions
24
frontend/src/Cuckery/CuckList/RobMeijer.elm
Normal file
24
frontend/src/Cuckery/CuckList/RobMeijer.elm
Normal file
|
@ -0,0 +1,24 @@
|
|||
module Cuckery.CuckList.RobMeijer exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckRobMeijer : Cuck
|
||||
cuckRobMeijer =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"Rob Meijer"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "https://twitter.com/EngineerDiet"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1435850829051793408?s=20"
|
||||
, dodgeDescription = RanAway
|
||||
, dodgeProposition = noProposition
|
||||
, dodgeNicksDoxasticState = Nothing
|
||||
, dodgeNicksDoxasticReason = Vague
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue