From 2cfd1297f3978db5bc869b20a6e46782ac990e3b Mon Sep 17 00:00:00 2001 From: "Alec L. Robitaille" Date: Wed, 16 Oct 2024 15:24:38 -0300 Subject: [PATCH] render --- docs/index.html | 457 ++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 367 insertions(+), 90 deletions(-) diff --git a/docs/index.html b/docs/index.html index 0801e0e..4bc18cf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,38 +11,232 @@ - + Workshops - - + + - - - - + + + + - - +h1.title {font-size: 38px;} +h2 {font-size: 30px;} +h3 {font-size: 24px;} +h4 {font-size: 18px;} +h5 {font-size: 16px;} +h6 {font-size: 12px;} +code {color: inherit; background-color: rgba(0, 0, 0, 0.04);} +pre:not([class]) { background-color: white } + + +code{white-space: pre-wrap;} +span.smallcaps{font-variant: small-caps;} +span.underline{text-decoration: underline;} +div.column{display: inline-block; vertical-align: top; width: 50%;} +div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} +ul.task-list{list-style: none;} +