mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-09 09:18:31 +01:00
[git fast commit] 11. May 2021 - 14:50:01
This commit is contained in:
@@ -63,23 +63,24 @@
|
||||
|
||||
|
||||
<div class="container ths-box-manual pb-2 pt-2 text-color-special">
|
||||
Willkommen auf den Seiten der Thermoscan Thermographie GmbH.<br>
|
||||
<b>Willkommen auf den Seiten der Thermoscan Thermographie GmbH.</b><br>
|
||||
<hr>
|
||||
Seit über 20 Jahren sind wir unseren Kunden ein zuverlässiger Partner in den Bereichen:
|
||||
</div>
|
||||
|
||||
{% for section in sections %}
|
||||
<div class="pt-2 pb-4">
|
||||
<div class="pt-2" style="width: 98%; margin: auto">
|
||||
<div class="container text-color-special">
|
||||
<div class="row {% if loop.index %2 == 1 %} flex-dir {% endif %}">
|
||||
<div class="ths-box mt-1 col text-min-dimensions p-4
|
||||
<div class="ths-box mt-1 col text-min-dimensions
|
||||
{% if loop.index %2 == 1 %}
|
||||
ml-3
|
||||
ml-2
|
||||
{% else %}
|
||||
mr-3
|
||||
mr-2
|
||||
{% endif %}">
|
||||
<h4>{{ section['title'] }}</h4>
|
||||
<p class="mt-3">
|
||||
<small>{{ section["text"] }}</small>
|
||||
<h4 class="pl-4 pt-4">{{ section['title'] }}</h4>
|
||||
<p class="mt-3 pl-4">
|
||||
<small>{{ section["text"] }}</small>
|
||||
</p>
|
||||
{% if section["moreInfoButtonText"] %}
|
||||
<a type=button href="{{ section['moreInfoButtonHref'] }}"
|
||||
|
||||
Reference in New Issue
Block a user