impuls/templates/homepage.html

30 lines
1.2 KiB
HTML
Raw Normal View History

2023-10-03 16:51:46 +02:00
{% extends 'base.html' %}
{% load static %}
{% block content %}
2023-11-03 01:38:02 +01:00
<section style="padding-bottom:650px;width:100%"class="dc-header dc-text-white">
<span style="background-image:url({% static 'pictures/background-i.webp' %});width:100%;" class="dc-parallax">
2023-10-03 16:51:46 +02:00
<div class="dc-header dc-center">
2023-10-03 21:32:44 +02:00
<h1 class="dc-jumbo">Geistige IDEALE<br>&<br>irdische REALITÄT</h1>
<span class="dc-xlarge">IM-PULS 2024</span>
2023-10-03 16:51:46 +02:00
</div>
<svg class="editorial" viewBox="0 24 150 28 " preserveAspectRatio="none">
<defs> <path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" /></defs>
<g class="px1"><use xlink:href="#gentle-wave" x="50" y="3" fill="#fde6a0"/></g>
<g class="px2"><use xlink:href="#gentle-wave" x="50" y="0" fill="#e0be8d"/></g>
<g class="px3"><use xlink:href="#gentle-wave" x="50" y="9" fill="#fee7a1"/></g>
<g class="px4"><use xlink:href="#gentle-wave" x="50" y="6" fill="#995f5e"/></g></svg>
2023-10-03 16:51:46 +02:00
</section>
<section>
<div class="dc-container dc-secondary-background" style="padding:128px 16px" id="contact">
<h3 class="dc-center">Interesse an der Tagung?</h3>
2023-10-03 16:51:46 +02:00
<div class="dc-center">
2023-10-03 21:32:44 +02:00
<a href="{% url 'anmeldung' %}" class="dc-btn">Melde dich Hier an!</a>
2023-10-03 16:51:46 +02:00
</div>
</div>
</section>
{% endblock content %}