Skip to content
Snippets Groups Projects
Unverified Commit 8c1ce838 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Streamline headings in frontapge

parent 039ae02a
No related branches found
No related tags found
No related merge requests found
Pipeline #179490 passed
base_url = "https://teckids.org"
title = "Teckids"
description = "Eine verstehbare (digitale) Welt – gemeinsam, für Alle"
description = "Eine verstehbare (digitale) Welt – gemeinsam, für Alle."
default_language = "de"
......
+++
[extra.headlines]
claims = "Eine verstehbare (digitale) Welt – gemeinsam, für Alle"
news = "Neuigkeiten"
projects = "Unsere Projekte"
[[extra.claims]]
title = "Technik hinterfragen"
content = "Wie Geräte und Apps funktionieren, was sie tun und welche Absichten die Entwickler*innen haben: Das alles soll jede*r kritisch hinterfragen und erforschen können – und: Alle sollen das Recht dazu haben!"
......@@ -13,6 +8,7 @@ image = "images/empathy.png"
title = "Selber entscheiden"
content = "Ob der Name, das Geburtsdatum, das Foto an Firmen weitergegeben werden, wo Daten gespeichert werden und was Apps auf Computer und Smartphone dürfen und was nicht – das soll jede*r frei selber entscheiden können. Das müssen Hersteller, aber auch Schulen und Eltern, respektieren!"
image = "images/decision-making.png"
[[extra.claims]]
title = "Aktiv mitgestalten"
content = "Wer ein Gerät besitzt, soll damit alles machen können und nicht vom Hersteller oder anderen eingeschränkt werden. Technik ist ein Werkzeug für Kreativität. Menschen jeden Alters sollen erfahren, dass man Hard- und Software selber verändern, erfinden und frei nutzen kann!"
......
......@@ -4,7 +4,7 @@
>
<div class="hero-body">
<div class="container">
<p class="title is-1 has-text-centered">{{ section.extra.headlines.claims }}</p>
<p class="title is-1 has-text-centered">{{ config.description }}</p>
<div class="columns is-same-height mt-4">
{% for claim in section.extra.claims %}
<div class="column is-one-third">
......
......@@ -2,7 +2,7 @@
<section class="section">
<div class="container">
<h2 class="title is-2">{{ section.extra.headlines.projects }}</h2>
<h2 class="title is-2">Unsere Projekte</h2>
<div class="columns is-same-height mt-4">
{% for project_section_path in projects_section.subsections %}
{% set project_section = get_section(path=project_section_path) %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment