Add more contact forms
This commit is contained in:
parent
8b06cd1f4b
commit
74589cbd21
11 changed files with 170 additions and 13 deletions
|
@ -79,6 +79,7 @@
|
|||
<link rel="stylesheet" media="all" href="../themes/contrib/bootstrap_mint/css/mediae628.css?s1awq6" />
|
||||
<link rel="stylesheet" media="all" href="../themes/contrib/bootstrap_mint/css/maintenance-pagee628.css?s1awq6" />
|
||||
<link rel="stylesheet" media="all" href="../themes/contrib/gin/dist/css/components/ajaxe628.css?s1awq6" />
|
||||
<script src="../core/assets/jquery-3.7.1.min.js"></script>
|
||||
|
||||
|
||||
</head>
|
||||
|
@ -353,7 +354,24 @@
|
|||
<li>Deine Daten werden auf verschlüsselten Datenträgern gespeichert und täglich gesichert.</li>
|
||||
<li>Deine Projekte sind standardmäßig nur für dich sichtbar. Du kannst sie auch jederzeit veröffentlichen.</li>
|
||||
<li>Als Software nutzen wird <a href="https://gitea.com/">Gitea</a>.</li>
|
||||
</ul></div>
|
||||
</ul>
|
||||
<h3>Starten</h3>
|
||||
<p>Sofern du kein systemausfall.org-Konto hast, kannst du es hier beantragen.</p>
|
||||
<button id="zammad-feedback-form">Konto beantragen</button>
|
||||
<script id="zammad_form_script" src="https://support.senselab.org/assets/form/form.js"></script>
|
||||
|
||||
<script>
|
||||
$(function() {
|
||||
$('#zammad-feedback-form').ZammadForm({
|
||||
messageTitle: 'Kontakt',
|
||||
messageSubmit: 'Übermitteln',
|
||||
messageThankYou: 'Wir haben deine Anfrage erhalten.',
|
||||
modal: true,
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue