Update membership page layout and enhance document handling; modify nitro.json timestamps, remove unused JavaScript files, and adjust client manifest for improved asset management.
This commit is contained in:
@@ -64,9 +64,23 @@
|
||||
|
||||
<!-- Aufnahmeantrag Formular -->
|
||||
<div class="bg-white rounded-xl shadow-lg p-8">
|
||||
<h2 class="text-3xl font-display font-bold text-gray-900 mb-6">
|
||||
Beitrittserklärung
|
||||
</h2>
|
||||
<div class="flex flex-col sm:flex-row justify-between items-start sm:items-center mb-6">
|
||||
<h2 class="text-3xl font-display font-bold text-gray-900 mb-4 sm:mb-0">
|
||||
Beitrittserklärung
|
||||
</h2>
|
||||
<a
|
||||
href="/documents/beitrittserklärung_template.pdf"
|
||||
target="_blank"
|
||||
class="inline-flex items-center px-4 py-2 bg-gray-100 hover:bg-gray-200 text-gray-900 font-semibold rounded-lg transition-colors"
|
||||
>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="mr-2">
|
||||
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
|
||||
<polyline points="7,10 12,15 17,10"></polyline>
|
||||
<line x1="12" y1="15" x2="12" y2="3"></line>
|
||||
</svg>
|
||||
Mitgliedsantrag herunterladen
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<form id="membershipForm" class="space-y-8">
|
||||
<!-- Persönliche Daten -->
|
||||
|
||||
Reference in New Issue
Block a user