mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: added interviews
This commit is contained in:
parent
eb17ceb6c2
commit
d9dccdd727
19 changed files with 654 additions and 27 deletions
31
frontend/src/Interviews/Episodes/MarkBellsPowerProject.elm
Normal file
31
frontend/src/Interviews/Episodes/MarkBellsPowerProject.elm
Normal file
|
@ -0,0 +1,31 @@
|
|||
module Interviews.Episodes.MarkBellsPowerProject exposing (..)
|
||||
|
||||
import Interviews.Types exposing (..)
|
||||
|
||||
|
||||
markBellsPowerProject : Interview
|
||||
markBellsPowerProject =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"Mark Bell's Power Project"
|
||||
in
|
||||
{ interviewName = name
|
||||
, interviewImage = formatInterviewName name
|
||||
, interviewSocial = "https://x.com/MarkSmellyBell"
|
||||
, interviewAppearances =
|
||||
[ { appearanceTitle = "Seed Oils Aren’t as Bad as You May Think"
|
||||
, appearanceEpisode = "670"
|
||||
, appearanceLink = "https://www.youtube.com/watch?v=omzCi2CGoxo"
|
||||
, appearanceExperience = 1
|
||||
, appearanceSubjects =
|
||||
[ { subject = "Quick background on seed oils." }
|
||||
, { subject = "How does red meat increase disease risk?" }
|
||||
, { subject = "Exact health benefits of vegetable oils." }
|
||||
, { subject = "Tucker Goodrich & Alan Flanagan debate review." }
|
||||
, { subject = "Should you remove seed oils all together at once?" }
|
||||
, { subject = "Maybe vegetable oils aren’t that important?" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue