impuls/templates/about_page.html

43 lines
1.8 KiB
HTML

{% extends 'base.html' %}
{% load static %}
{% block title %}Über uns - {{block.super}}{% endblock title %}
{% block content %}
<div class="dc-container">
<h1 class="dc-center dc-xxlarge">Über die Impuls-Tagung</h1>
<div class="dc-page-container">
<p class="dc-center dc-medium">Im Fokus der Im·Puls Tagung liegt die Suche nach der eigenen Lebensaufgabe. Die eigenen LebensIm·Pulse zu finden und zu greifen ist gerade für junge Erwachsene eine drängende Frage. Es scheint an der Zeit den eigenen Weg zu gehen, doch wonach soll ich ihn ausrichten? Der Antwort dieser Frage näher zu kommen findet alljährlich die Im·Puls-Tagung zu wechselnden Themen statt.</p>
<section class="dc-container dc-center">
<div class='gallery'>
<a href="{% static 'pictures/2017.webp' %}" >
<img src="{% static 'pictures/2017.webp' %}" width="600px" height="856px" async> </a>
</div>
<div class='gallery'>
<a href="{% static 'pictures/2018.webp' %}" >
<img src="{% static 'pictures/2018.webp' %}" width="600px" height="856px" async> </a>
</div>
<div class='gallery'>
<a href="{% static 'pictures/2019.webp' %}" >
<img src="{% static 'pictures/2019.webp' %}" width="600px" height="856px" async> </a>
</div>
<div class='gallery'>
<a href="{% static 'pictures/2020.webp' %}" >
<img src="{% static 'pictures/2020.webp' %}" width="600px" height="856px" async> </a>
</div>
<div class='gallery'>
<a href="{% static 'pictures/2021.webp' %}" >
<img src="{% static 'pictures/2021.webp' %}" width="600px" height="856px" async> </a>
</div>
<div class='gallery'>
<a href="{% static 'pictures/2022.webp' %}" >
<img src="{% static 'pictures/2022.webp' %}" width="600px" height="856px" async> </a>
</div>
<div class='gallery'>
<a href="{% static 'pictures/2023.webp' %}" >
<img src="{% static 'pictures/2023.webp' %}" width="600px" height="856px" async> </a>
</div>
</section>
</div>
</div>
{% endblock content %}