From ee76ad261d4e4f88604c92c28abb9dae10feeb58 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Tue, 18 Jun 2024 11:15:11 +0200 Subject: [PATCH] registration becomes a button --- content/conf.py | 1 + content/index.md | 14 +++++++++----- requirements.txt | 1 + 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/content/conf.py b/content/conf.py index f688237..04124c6 100644 --- a/content/conf.py +++ b/content/conf.py @@ -34,6 +34,7 @@ # githubpages just adds a .nojekyll file 'sphinx.ext.githubpages', 'sphinx_lesson', + 'sphinx_design', #'sphinx.ext.intersphinx', 'sphinx_rtd_theme_ext_color_contrast', 'sphinx_coderefinery_branding', diff --git a/content/index.md b/content/index.md index 0a3e436..e337277 100644 --- a/content/index.md +++ b/content/index.md @@ -1,11 +1,11 @@ # Train the trainer workshop -```{admonition} August/September 2024 CodeRefinery train the trainer workshop +::::{admonition} August/September 2024 CodeRefinery train the trainer workshop Do you teach use the use of computers and computational tools? Are you curious about scaling your training and learn about pre-loved practices from CodeRefinery workshops and other trainers? Join us for the CodeRefinery train the trainer workshop: four self-contained episodes on pre-loved practices in computational training. This is a great chance to enhance your teaching skills and learn about new tools and practices. What you will learn is also used a lot outside CodeRefinery, whenever good beginner friendly training is needed. **Learning objectives:** -- Become mentally ready to be an a instructor in a collaborative interactive online workshop (not only large workshops but in general) +- Become mentally ready to be an instructor in a collaborative interactive online workshop (not only large workshops but in general) - Learn about tools and techniques and practice to create engaging online teaching experiences (screenshare, audio, etc.). **Target audience:** @@ -28,11 +28,15 @@ You can join all sessions, or the just the ones that interest you. More details The workshop is **free of charge for everyone**, please register below to get the Zoom link and other useful information for the workshop. -**Registration:** +:::{button-link} https://indico.neic.no/e/CR-ttt24 +:color: primary +:shadow: -If you have any questions, please write to . +Registration +::: -``` +If you have any questions, please write to . +:::: ```{admonition} Materials are work in progress Materials will appear here before the workshop. diff --git a/requirements.txt b/requirements.txt index 99a38d9..e33d7e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ Sphinx sphinx_rtd_theme myst_nb sphinx-lesson +sphinx-design sphinx_rtd_theme_ext_color_contrast https://github.com/coderefinery/sphinx-coderefinery-branding/archive/master.zip https://github.com/rkdarst/sphinx-contrib-youtube/archive/live.zip