From 04d0689c2d78811e91bc719e03811b4b19ae9893 Mon Sep 17 00:00:00 2001 From: Niklas Bildhauer <niklas.bildhauer@teckids.org> Date: Wed, 11 Aug 2021 14:15:22 +0000 Subject: [PATCH] Try aligning with index.html --- content/pages/de/index.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/content/pages/de/index.html b/content/pages/de/index.html index 23494dbd..7e407806 100644 --- a/content/pages/de/index.html +++ b/content/pages/de/index.html @@ -61,9 +61,20 @@ </div> <div class="container" id="project-columns"> + <div class="row"> + <div class="d-flex flex-column col-lg-4 border-right"> + <h2>Freie Software und Bildung Hand in Hand</h2> + </div> + <div class="d-flex flex-column col-lg-4 border-right"> + <h2>Lernen und Ausprobieren mit Kindern</h2> + </div> + <div class="d-flex flex-column col-lg-4 border-right"> + <h2>Gemeinschaft und Partizipation mit Jugendlichen</h2> + </div> + </div> + <div class="row"> <div class="d-flex flex-column col-lg-4 border-right"> - <h2>Freie Software und Bildung Hand in Hand</h2> <a href="https://schul-frei.org/"> <img src="/theme/artwork/logo-schul-frei.svg" alt="Logo Projekt schul-frei" class="projektlogo" /> </a> @@ -78,7 +89,6 @@ <a class="btn btn-dark mt-auto" href="https://schul-frei.org/">Mehr auf schul-frei.org</a> </div> <div class="d-flex flex-column col-lg-4 border-right"> - <h2>Lernen und Ausprobieren mit Kindern</h2> <a href="https://hacknfun.org"> <img src="/theme/artwork/logo-hacknfun.svg" alt="Logo Projekt Hack’n’Fun" class="projektlogo" /> </a> @@ -95,7 +105,6 @@ <a class="btn btn-dark mt-auto" href="https://hacknfun.org/">Mehr auf hacknfun.org</a> </div> <div class="d-flex flex-column col-lg-4"> - <h2>Gemeinschaft und Partizipation mit Jugendlichen</h2> <a href="https://leopard.camp"> <img src="/theme/artwork/logo-leopard.svg" alt="Logo Projekt LEOPARD" class="projektlogo" /> </a> -- GitLab