diff options
author | Prefetch | 2022-10-27 20:40:09 +0200 |
---|---|---|
committer | Prefetch | 2022-10-27 20:40:09 +0200 |
commit | 6e70f28ccbd5afc1506f71f013278a9d157ef03a (patch) | |
tree | a8ca7113917f3e0040d6e5b446e4e41291fd9d3a /source/_includes/proof | |
parent | bcae81336764eb6c4cdf0f91e2fe632b625dd8b2 (diff) |
Optimize last images, add proof template, improve CSS
Diffstat (limited to 'source/_includes/proof')
-rw-r--r-- | source/_includes/proof/end.html | 3 | ||||
-rw-r--r-- | source/_includes/proof/start.html | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/source/_includes/proof/end.html b/source/_includes/proof/end.html new file mode 100644 index 0000000..29533a4 --- /dev/null +++ b/source/_includes/proof/end.html @@ -0,0 +1,3 @@ + +</div> +</div> diff --git a/source/_includes/proof/start.html b/source/_includes/proof/start.html new file mode 100644 index 0000000..780b159 --- /dev/null +++ b/source/_includes/proof/start.html @@ -0,0 +1,6 @@ +<div class="proof"> +<input type="checkbox" class="proof" id="{{ include.id }}"/> +<label class="proof" for="{{ include.id }}">{{ include.label | default: "Proof" }}</label> +<div class="proof-hidden" markdown="1"> +<div class="proof-starts"></div> +<label class="proof" for="{{ include.id }}">{{ include.label | default: "Proof" }}.</label> |