mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: changed argument formatting
This commit is contained in:
parent
9a8594d560
commit
73a5a13100
55 changed files with 223 additions and 30 deletions
|
@ -148,16 +148,16 @@ debateList =
|
|||
List.map
|
||||
(\category ->
|
||||
column [ spacing 20 ]
|
||||
[ el (nonHighlightedTitleFormat ++ [ centerX ]) (text category.categoryName)
|
||||
[ el (nonHighlightedTitleFormat ++ [ centerX, F.letterSpacing 2, F.size 30]) (text category.categoryName)
|
||||
, column [] (List.map argumentMaker category.arguments)
|
||||
]
|
||||
)
|
||||
[ { categoryName = "Medicine"
|
||||
[ { categoryName = "MEDICINE"
|
||||
, arguments =
|
||||
[ argumentApoBCVD
|
||||
]
|
||||
}
|
||||
, { categoryName = "Nutrition"
|
||||
, { categoryName = "NUTRITION"
|
||||
, arguments =
|
||||
[ argumentAnabolicKeto
|
||||
, argumentAntagonisticPleiotropy
|
||||
|
@ -186,7 +186,7 @@ debateList =
|
|||
, argumentUnhealthySaturatedFat
|
||||
]
|
||||
}
|
||||
, { categoryName = "Philosophy"
|
||||
, { categoryName = "PHILOSOPHY"
|
||||
, arguments =
|
||||
[ argumentAbortion
|
||||
, argumentAgnosticism
|
||||
|
@ -209,12 +209,12 @@ debateList =
|
|||
, argumentVeganSocietyReductio
|
||||
]
|
||||
}
|
||||
, { categoryName = "Politics"
|
||||
, { categoryName = "POLITICS"
|
||||
, arguments =
|
||||
[ argumentBoobyTrapPagers
|
||||
]
|
||||
}
|
||||
, { categoryName = "Science"
|
||||
, { categoryName = "SCIENCE"
|
||||
, arguments =
|
||||
[ argumentEpidemiologyCausality
|
||||
, argumentFlatEarthDebunk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue