mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: imported arguments to page
This commit is contained in:
parent
4fdb5f966f
commit
7f630108fa
27 changed files with 124 additions and 172 deletions
|
@ -3,35 +3,58 @@ module Pages.Arguments exposing (Model, Msg, page)
|
|||
import Config.Colour as T exposing (..)
|
||||
import Config.Format as O exposing (..)
|
||||
import Config.Identity as I exposing (..)
|
||||
import Debate.Arguments.Ancestry.AntagonisticPleiotropy exposing (..)
|
||||
import Debate.Arguments.Ancestry.HealthSeeker exposing (..)
|
||||
import Debate.Arguments.Ancestry.ImmortalityReductio exposing (..)
|
||||
import Debate.Arguments.Nutrition.PolyphenolReductio exposing (..)
|
||||
import Debate.Arguments.Ethics.Abortion exposing (..)
|
||||
import Debate.Arguments.Ethics.EfilismPatrolSquad exposing (..)
|
||||
import Debate.Arguments.Ethics.EthicalSlurs exposing (..)
|
||||
import Debate.Arguments.Gender.TransPeople exposing (..)
|
||||
import Debate.Arguments.Helpers exposing (..)
|
||||
import Debate.Arguments.Medicine.ApoBCVD exposing (..)
|
||||
import Debate.Arguments.Nutrition.AnabolicKeto exposing (..)
|
||||
import Debate.Arguments.Nutrition.AntagonisticPleiotropy exposing (..)
|
||||
import Debate.Arguments.Nutrition.CarbsObesity exposing (..)
|
||||
import Debate.Arguments.Nutrition.DietaryCholesterol exposing (..)
|
||||
import Debate.Arguments.Nutrition.FructoseNAFLD exposing (..)
|
||||
import Debate.Arguments.Nutrition.HealthPromotingFoods exposing (..)
|
||||
import Debate.Arguments.Nutrition.HealthSeeker exposing (..)
|
||||
import Debate.Arguments.Nutrition.HealthyChocolate exposing (..)
|
||||
import Debate.Arguments.Nutrition.HealthyDairy exposing (..)
|
||||
import Debate.Arguments.Nutrition.HealthyFattyFish exposing (..)
|
||||
import Debate.Arguments.Nutrition.HealthyFibre exposing (..)
|
||||
import Debate.Arguments.Nutrition.HealthyFood exposing (..)
|
||||
import Debate.Arguments.Nutrition.HealthyPlantFoods exposing (..)
|
||||
import Debate.Arguments.Nutrition.HealthySeedOils exposing (..)
|
||||
import Debate.Arguments.Nutrition.HealthySoy exposing (..)
|
||||
import Debate.Arguments.Nutrition.Malondialdehyde exposing (..)
|
||||
import Debate.Arguments.Nutrition.Omega3Omega6Ratio exposing (..)
|
||||
import Debate.Arguments.Nutrition.OptimalDiet exposing (..)
|
||||
import Debate.Arguments.Nutrition.PlantBasedCVDReversal exposing (..)
|
||||
import Debate.Arguments.Nutrition.PolyphenolReductio exposing (..)
|
||||
import Debate.Arguments.Nutrition.SaturatedFatLDL exposing (..)
|
||||
import Debate.Arguments.Nutrition.SodiumCVD exposing (..)
|
||||
import Debate.Arguments.Nutrition.TMAOCausality exposing (..)
|
||||
import Debate.Arguments.Nutrition.UnhealthyProcessedMeat exposing (..)
|
||||
import Debate.Arguments.Nutrition.UnhealthyRedMeat exposing (..)
|
||||
import Debate.Arguments.Nutrition.UnhealthySaturatedFat exposing (..)
|
||||
import Debate.Arguments.Philosophy.Abortion exposing (..)
|
||||
import Debate.Arguments.Philosophy.Agnosticism exposing (..)
|
||||
import Debate.Arguments.Philosophy.AgriculturalPredation exposing (..)
|
||||
import Debate.Arguments.Philosophy.AnimalRights exposing (..)
|
||||
import Debate.Arguments.Philosophy.AntiRewilding exposing (..)
|
||||
import Debate.Arguments.Philosophy.AntiVandalism exposing (..)
|
||||
import Debate.Arguments.Philosophy.ColonizingNature exposing (..)
|
||||
import Debate.Arguments.Philosophy.CropDeaths exposing (..)
|
||||
import Debate.Arguments.Philosophy.DairyCowRape exposing (..)
|
||||
import Debate.Arguments.Philosophy.EfilismPatrolSquad exposing (..)
|
||||
import Debate.Arguments.Philosophy.EthicalSlurs exposing (..)
|
||||
import Debate.Arguments.Philosophy.FineTuning exposing (..)
|
||||
import Debate.Arguments.Philosophy.ImmortalityReductio exposing (..)
|
||||
import Debate.Arguments.Philosophy.ObligatoryActivism exposing (..)
|
||||
import Debate.Arguments.Philosophy.OddOrderPredators exposing (..)
|
||||
import Debate.Arguments.Philosophy.Ostroveganism exposing (..)
|
||||
import Debate.Arguments.Philosophy.PollinationReductio exposing (..)
|
||||
import Debate.Arguments.Philosophy.ScratcherPioneers exposing (..)
|
||||
import Debate.Arguments.Philosophy.TransPeople exposing (..)
|
||||
import Debate.Arguments.Philosophy.VeganSocietyReductio exposing (..)
|
||||
import Debate.Arguments.Politics.BoobyTrapPagers exposing (..)
|
||||
import Debate.Arguments.Science.EpidemiologyCausality exposing (..)
|
||||
import Debate.Arguments.Science.FlatEarthDebunk exposing (..)
|
||||
import Debate.Arguments.Science.TruncatedMeta exposing (..)
|
||||
import Debate.Arguments.Theism.FineTuning exposing (..)
|
||||
import Debate.Arguments.Veganism.AgriculturalPredation exposing (..)
|
||||
import Debate.Arguments.Veganism.AnimalRights exposing (..)
|
||||
import Debate.Arguments.Veganism.AntiRewilding exposing (..)
|
||||
import Debate.Arguments.Veganism.AntiVandalism exposing (..)
|
||||
import Debate.Arguments.Veganism.ColonizingNature exposing (..)
|
||||
import Debate.Arguments.Veganism.CropDeaths exposing (..)
|
||||
import Debate.Arguments.Veganism.DairyCowRape exposing (..)
|
||||
import Debate.Arguments.Veganism.OddOrderPredators exposing (..)
|
||||
import Debate.Arguments.Veganism.Ostroveganism exposing (..)
|
||||
import Debate.Arguments.Veganism.PollinationReductio exposing (..)
|
||||
import Debate.Helpers exposing (..)
|
||||
import Effect exposing (Effect)
|
||||
import Element exposing (..)
|
||||
import Element.Border as D exposing (..)
|
||||
|
@ -131,36 +154,74 @@ debateList =
|
|||
, column [] (List.map argumentMaker category.arguments)
|
||||
]
|
||||
)
|
||||
[ { categoryName = "Philosophy"
|
||||
[ { categoryName = "Medicine"
|
||||
, arguments =
|
||||
[ argumentEthicalSlurs
|
||||
, argumentAbortion
|
||||
, argumentAgnosticism
|
||||
, argumentAnabolicKeto
|
||||
[ argumentApoBCVD
|
||||
]
|
||||
}
|
||||
, { categoryName = "Nutrition"
|
||||
, arguments =
|
||||
[ argumentAnabolicKeto
|
||||
, argumentAntagonisticPleiotropy
|
||||
, argumentEfilismPatrolSquad
|
||||
, argumentCarbsObesity
|
||||
, argumentDietaryCholesterol
|
||||
, argumentFructoseNAFLD
|
||||
, argumentHealthPromotingFoods
|
||||
, argumentHealthSeeker
|
||||
, argumentImmortalityReductio
|
||||
, argumentHealthyChocolate
|
||||
, argumentHealthyDairy
|
||||
, argumentHealthyFattyFish
|
||||
, argumentHealthyFibre
|
||||
, argumentHealthyFood
|
||||
, argumentHealthyPlantFoods
|
||||
, argumentHealthySeedOils
|
||||
, argumentHealthySoy
|
||||
, argumentMalondialdehyde
|
||||
, argumentOmega3Omega6Ratio
|
||||
, argumentOptimalDiet
|
||||
, argumentPlantBasedCVDReversal
|
||||
, argumentPolyphenolReductio
|
||||
, argumentSaturatedFatLDL
|
||||
, argumentTransPeople
|
||||
, argumentHealthyFood
|
||||
, argumentBoobyTrapPagers
|
||||
, argumentFlatEarthDebunk
|
||||
, argumentTruncatedMeta
|
||||
, argumentFineTuning
|
||||
, argumentSodiumCVD
|
||||
, argumentTMAOCausality
|
||||
, argumentUnhealthyRedMeat
|
||||
, argumentUnhealthyProcessedMeat
|
||||
, argumentUnhealthySaturatedFat
|
||||
]
|
||||
}
|
||||
, { categoryName = "Philosophy"
|
||||
, arguments =
|
||||
[ argumentAbortion
|
||||
, argumentAgnosticism
|
||||
, argumentAgriculturalPredation
|
||||
, argumentAnimalRights
|
||||
, argumentAntiRewilding
|
||||
, argumentAntiVandalism
|
||||
, argumentColonizingNature
|
||||
, argumentScratcherPioneers
|
||||
, argumentCropDeaths
|
||||
, argumentDairyCowRape
|
||||
, argumentEfilismPatrolSquad
|
||||
, argumentEthicalSlurs
|
||||
, argumentFineTuning
|
||||
, argumentImmortalityReductio
|
||||
, argumentVeganSocietyReductio
|
||||
, argumentOddOrderPredators
|
||||
, argumentOstroveganism
|
||||
, argumentPollinationReductio
|
||||
, argumentScratcherPioneers
|
||||
, argumentTransPeople
|
||||
]
|
||||
}
|
||||
, { categoryName = "Politics"
|
||||
, arguments =
|
||||
[ argumentBoobyTrapPagers
|
||||
]
|
||||
}
|
||||
, { categoryName = "Science"
|
||||
, arguments =
|
||||
[ argumentFlatEarthDebunk
|
||||
, argumentTruncatedMeta
|
||||
, argumentEpidemiologyCausality
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue