Skip to content
Snippets Groups Projects
Verified Commit 0460e5b0 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Use md_in_html for column list instead

parent 76354200
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,9 @@ lang: de ...@@ -4,7 +4,9 @@ lang: de
template: page_with_carousel template: page_with_carousel
save_as: index.html save_as: index.html
<div markdown="1" class="ul-columns">
* ## Sichere und nachhaltige Digitalisierung * ## Sichere und nachhaltige Digitalisierung
**Wissen, wo Ihre Daten sind.** **Wissen, wo Ihre Daten sind.**
Empfindliche Daten werden nicht bei großen Konzernen gespeichert, sondern bei Ihnen. Empfindliche Daten werden nicht bei großen Konzernen gespeichert, sondern bei Ihnen.
Damit wird der Datenschutz nachvollziehbarer. Damit wird der Datenschutz nachvollziehbarer.
...@@ -12,17 +14,17 @@ save_as: index.html ...@@ -12,17 +14,17 @@ save_as: index.html
**Nachhaltige Digitalisierung** **Nachhaltige Digitalisierung**
Die Schul-frei-Projekte sind nicht Hardwaregebunden. Somit können ältere Geräte problemlos verwendet werden. Die Schul-frei-Projekte sind nicht Hardwaregebunden. Somit können ältere Geräte problemlos verwendet werden.
Dies trägt beispielsweise zu einem kleinerem ökologischem Fußabdruck bei. Dies trägt beispielsweise zu einem kleinerem ökologischem Fußabdruck bei.
{: .li-column }
* ## Umfangreicher Support * ## Umfangreicher Support
**Passt sich Ihrer Schule an, nicht andersrum.** **Passt sich Ihrer Schule an, nicht andersrum.**
Das flexible System ermöglicht individuelle Anpassung an Ihre Schule. Das flexible System ermöglicht individuelle Anpassung an Ihre Schule.
Somit gestalten Sie den Aufbau des Systems selber mit. Somit gestalten Sie den Aufbau des Systems selber mit.
{: .li-column }
* ## Anpassung und Mitgestaltung * ## Anpassung und Mitgestaltung
**Fördern Sie Freiheit und Gemeinschaft mit Open-Source.** **Fördern Sie Freiheit und Gemeinschaft mit Open-Source.**
Hinter den Schul-frei-Projekten stehen Tausende Unterstützer die die Systeme aktuell halten und mitentwickeln. Hinter den Schul-frei-Projekten stehen Tausende Unterstützer die die Systeme aktuell halten und mitentwickeln.
Auch für kommerziellen und professionellen Support ist gesorgt. Auch für kommerziellen und professionellen Support ist gesorgt.
Somit ist die langfristige Unterstützung garaniert. Somit ist die langfristige Unterstützung garaniert.
{: .li-column } </div>
...@@ -4,7 +4,9 @@ lang: en ...@@ -4,7 +4,9 @@ lang: en
template: page_with_carousel template: page_with_carousel
save_as: index.html save_as: index.html
<div markdown="1" class="ul-columns">
* ## Save and sustainable digitisation * ## Save and sustainable digitisation
**Know where your Data is** **Know where your Data is**
Sensitive data will be saved locally, not on servers of large companies. Sensitive data will be saved locally, not on servers of large companies.
With that, data protection is more comprehensible. With that, data protection is more comprehensible.
...@@ -13,17 +15,16 @@ save_as: index.html ...@@ -13,17 +15,16 @@ save_as: index.html
The "Schul-frei"-projects are not bound to hardware. That is why older devices can be used too. The "Schul-frei"-projects are not bound to hardware. That is why older devices can be used too.
This helps reducing the ecological impact. This helps reducing the ecological impact.
{: .li-column }
* ## Customization and co-creation * ## Customization and co-creation
**The system adjusts to your school, not the other way around** **The system adjusts to your school, not the other way around**
The flexible system makes individual customization possible. The flexible system makes individual customization possible.
You design your systems. You design your systems.
{: .li-column }
* ## Extensive Support * ## Extensive Support
**Promote freedom and community with Open-Source.** **Promote freedom and community with Open-Source.**
Behind the "Schul-frei"-projects are standing thousands of supporters who maintain and develop the systems. Behind the "Schul-frei"-projects are standing thousands of supporters who maintain and develop the systems.
Commercial and professional support is also possible. Commercial and professional support is also possible.
With that, long-term support is guaranteed. With that, long-term support is guaranteed.
{: .li-column } </div>
...@@ -4,14 +4,13 @@ lang: fr ...@@ -4,14 +4,13 @@ lang: fr
template: page_with_carousel template: page_with_carousel
save_as: index.html save_as: index.html
<div markdown="1" class="ul-columns">
* ## Sichere und nachhaltige Digitalisierung * ## Sichere und nachhaltige Digitalisierung
Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.
{: .li-column }
* ## Umfangreicher Support * ## Umfangreicher Support
Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.
{: .li-column }
* ## Anpassung und Mitgestaltung * ## Anpassung und Mitgestaltung
Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.
{: .li-column } </div>
...@@ -19,7 +19,8 @@ PLUGIN_PATHS = ["plugins"] ...@@ -19,7 +19,8 @@ PLUGIN_PATHS = ["plugins"]
PLUGINS = ['i18n_subsites', 'filetime_from_git', 'sitemap'] PLUGINS = ['i18n_subsites', 'filetime_from_git', 'sitemap']
MARKDOWN = { MARKDOWN = {
'extension_configs': { 'extension_configs': {
'markdown.extensions.attr_list': {} 'markdown.extensions.attr_list': {},
'markdown.extensions.md_in_html': {}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment