diff --git a/content/pages/de/index.md b/content/pages/de/index.md index e82d1e079003ee7dfe6b6c839a5a11fe13245c52..8b486763590752d85b4750b5b35a0815487e7737 100644 --- a/content/pages/de/index.md +++ b/content/pages/de/index.md @@ -1,21 +1,33 @@ -template: page_with_carousel save_as: index.html -title: Landing page +title: Startseite date: 2020-02-29 lang: de -images: Kinder bei Freie-Software-Konferenzen | /images/carousel/gruppenbild.jpg - Von Kindern, für Kinder | /images/carousel/tom-erklärt-veripeditus.jpg - Mehr als Informatik | /images/carousel/kinder-elektronik.jpg - Freie Software für jeden | /images/carousel/mädchen-mit-tux.jpg - Klein anfangen - oder groß | /images/carousel/kinder-kreatives.jpg -<div markdown="1" class="ul-columns col-sm-12 col-md-12"> -* # Was ist der Teckids e.V.? - Der Teckids e.V. ist ein Verein, der sich unter anderem zum Ziel gemacht hat, Kindern und Jugendlichen Open-Source-Projekte näherzubringen und unter ihnen eine Community aufzubauen. Außerdem wollen wir Open Source und freie Unterrichtsmaterialen in Schulen verbreiten. - Unsere zwei großen Besonderheiten dabei sind zum einen die hohe Transparenz, da man unsere Arbeit öffentlich einsehen kann, und zum anderen, dass sich an ihr hauptsächlich Kinder und Jugendliche beteiligen. Als Juniormitglied können sie aktiv mitwirken, zum Beispiel bei der Organisation von Veranstaltungen, aber auch in anderer Vereinsarbeit, auch in tragenden Rollen. Um unsere Ziele zu erreichen, sind wir meistens mit einem Stand oder mit einem parallel laufenden Workshop auf Veranstaltungen, sowie Messen und Konferenzen vertreten. - Unsere Workshops werden von unseren Juniormitgliedern selbst organisiert und drehen sich rund um das Thema Informatik und Open Source. Bei unserer Arbeit bauen wir mit unseren Freien Diensten und den Kindern eine Gemeinschaft auf und integrieren sie in die Veranstaltungen, zum Beispiel in die Standbetreung. Um Freie-Software-Projekte in der Bildung weiter zu verbreiten, arbeiten wir eng mit Schulen, Lehrern, Eltern und anderen Projekten zusammen. - -* # Interesse? - Bei Interesse an unserer Arbeit an und für Schulen findet man [hier](https://schul-frei.org) mehr Informationen. - Bei Interesse an einer unserer Veranstaltungen findet man [hier](https://froglabs.org) alle wichtigen Informationen. +<div class="carousel slide" data-ride="carousel"> + <div class="carousel-inner"> + <div class="carousel-item active"> + <img class="d-block w-100" src="/images/carousel/tom-erklärt-veripeditus.jpg" /> + <div class="carousel-caption d-none d-md-block"> + <h5>Von Kindern, für Kinder</h5> + </div> + </div> + <div class="carousel-item active"> + <img class="d-block w-100" src="/images/carousel/kinder-elektronik.jpg" /> + <div class="carousel-caption d-none d-md-block"> + <h5>Mehr als Informatik</h5> + </div> + </div> + <div class="carousel-item active"> + <img class="d-block w-100" src="/images/carousel/mädchen-mit-tux.jpg" /> + <div class="carousel-caption d-none d-md-block"> + <h5>Freie Software für jeden</h5> + </div> + </div> + <div class="carousel-item active"> + <img class="d-block w-100" src="/images/carousel/kinder-kreatives.jpg" /> + <div class="carousel-caption d-none d-md-block"> + <h5>Klein anfangen — oder groß</h5> + </div> + </div> + </div> </div> diff --git a/content/pages/en/index.md b/content/pages/en/index.md index af46766f97b05e0c1aa85cdecf928ae8e0f0f9df..c09ab0f47ea4d38b850f68b31a4e43cbaebc1832 100644 --- a/content/pages/en/index.md +++ b/content/pages/en/index.md @@ -1,22 +1,33 @@ -template: page_with_carousel -author: foo title: Landing page date: 2020-02-29 lang: en -save_as: index -images: Kinder bei Freie-Software-Konferenzen | /images/carousel/gruppenbild.jpg - Von Kindern, für Kinder | /images/carousel/tom-erklärt-veripeditus.jpg - Mehr als Informatik | /images/carousel/kinder-elektronik.jpg - Freie Software für jeden | /images/carousel/mädchen-mit-tux.jpg - Klein anfangen - oder groß | /images/carousel/kinder-kreatives.jpg +save_as: index.html -<div markdown="1" class="ul-columns col-sm-12 col-md-12"> -* # What is the Teckids e.V.? - The Teckids e. V. is an association that has made it one of its goals to introduce children and young people to open source projects and to build a community among them. We also want to spread open source and free teaching materials in schools. - Our two main characteristics are, on the one hand, the high level of transparency, as our work can be seen in public, and on the other hand, the fact that it is mainly children and young people who participate in it. As a junior member, they can actively participate, for example in the organization of events, but also in other association work, even in leading roles. In order to achieve our goals, we are usually represented with a stand or with a parallel running workshop at events, as well as fairs and conferences. - Our workshops are organized by our junior members themselves and revolve around the topic of computer science and open source. In our work we build up a community with our free services and the children and integrate them into the events, for example in the stand support. To spread Free Software projects further in education, we work closely with schools, teachers, parents and other projects. - -* # Interessted? - If you are interested in our work at and for schools, you can find more information [here](https://schul-frei.org). - If you are interested in one of our events, you will find all important information [here](https://froglabs.org). +<div class="carousel slide" data-ride="carousel"> + <div class="carousel-inner"> + <div class="carousel-item active"> + <img class="d-block w-100" src="/images/carousel/tom-erklärt-veripeditus.jpg" /> + <div class="carousel-caption d-none d-md-block"> + <h5>Von Kindern, für Kinder</h5> + </div> + </div> + <div class="carousel-item active"> + <img class="d-block w-100" src="/images/carousel/kinder-elektronik.jpg" /> + <div class="carousel-caption d-none d-md-block"> + <h5>Mehr als Informatik</h5> + </div> + </div> + <div class="carousel-item active"> + <img class="d-block w-100" src="/images/carousel/mädchen-mit-tux.jpg" /> + <div class="carousel-caption d-none d-md-block"> + <h5>Freie Software für jeden</h5> + </div> + </div> + <div class="carousel-item active"> + <img class="d-block w-100" src="/images/carousel/kinder-kreatives.jpg" /> + <div class="carousel-caption d-none d-md-block"> + <h5>Klein anfangen — oder groß</h5> + </div> + </div> + </div> </div> diff --git a/themes/teckids b/themes/teckids index 882d7ba5c6ceb09ac912895284ba9d99fd60824b..1a71f0fbdbb56c43f6faad439daff6e61a0f9d3c 160000 --- a/themes/teckids +++ b/themes/teckids @@ -1 +1 @@ -Subproject commit 882d7ba5c6ceb09ac912895284ba9d99fd60824b +Subproject commit 1a71f0fbdbb56c43f6faad439daff6e61a0f9d3c