mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: finished argument template
This commit is contained in:
parent
bec8dc53bf
commit
7e2cc9ef32
3 changed files with 28 additions and 1 deletions
|
@ -270,6 +270,33 @@ argumentList =
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
, { argumentTitle = ""
|
, { argumentTitle = ""
|
||||||
|
, propositionTitle = ""
|
||||||
|
, propositionSummary = ""
|
||||||
|
, definitionTable =
|
||||||
|
[ { definiendum = ""
|
||||||
|
, definiens = ""
|
||||||
|
}
|
||||||
|
, { definiendum = ""
|
||||||
|
, definiens = ""
|
||||||
|
}
|
||||||
|
]
|
||||||
|
, argumentFormalization =
|
||||||
|
[ { premises =
|
||||||
|
[ { premise = ""
|
||||||
|
, notation = ""
|
||||||
|
}
|
||||||
|
, { premise = ""
|
||||||
|
, notation = ""
|
||||||
|
}
|
||||||
|
, { premise = "."
|
||||||
|
, notation = ""
|
||||||
|
}
|
||||||
|
]
|
||||||
|
, conclusion = ""
|
||||||
|
, conclusionNotation = ""
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},{ argumentTitle = ""
|
||||||
, propositionTitle = ""
|
, propositionTitle = ""
|
||||||
, propositionSummary = ""
|
, propositionSummary = ""
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
|
|
|
@ -117,7 +117,7 @@ makeRow makeRowInput =
|
||||||
let
|
let
|
||||||
cuckImageFormat : List (Attribute msg)
|
cuckImageFormat : List (Attribute msg)
|
||||||
cuckImageFormat =
|
cuckImageFormat =
|
||||||
[ centerX, centerY, D.rounded 100, clip, width <| px 100 ]
|
[ centerX, centerY, D.rounded 100, clip, width <| px 80 ]
|
||||||
|
|
||||||
dodgeRows : List (Element msg)
|
dodgeRows : List (Element msg)
|
||||||
dodgeRows =
|
dodgeRows =
|
||||||
|
|
BIN
frontend/static/cucks/bartkay2.png
Executable file
BIN
frontend/static/cucks/bartkay2.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
Loading…
Add table
Add a link
Reference in a new issue