gute idee gehabt

This commit is contained in:
Yannik 2019-06-17 18:26:52 +02:00
parent 76db79b5f3
commit 9b376e2d95
2 changed files with 32 additions and 17 deletions

2
static/jquery-3.4.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -9,6 +9,18 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="{{ get_url(path="style") }}fitgrid.css" />
<link rel="stylesheet" type="text/css" href="{{ get_url(path="style") }}styles.css" />
<script src="jquery-3.4.1.min.js"></script>
<script src="https://help.reudnetz.org/assets/chat/chat.min.js"></script>
<script>
$(function() {
new ZammadChat({
fontSize: '12px',
chatId: 1,
show: false
});
});
</script>
</head>
<body>
<div class="center">
@ -49,12 +61,13 @@
<p>
mail [at] reudnetz [dot] org<br />
</p>
<button class="open-zammad-chat">Chat with us</button>
{% endblock seitenleiste %}
</div>
</div>
<div class="row fg-no-desktop">
<div class="fg12 legal">
<a href="impressum.html">Impressum</a> | <a href="datenschutz.html">Datenschutzhinweis</a>
<a href="{{ get_url(path="impressum") }}">Impressum</a> | <a href="{{ get_url(path="/datenschutz") }}">Datenschutzhinweis</a>
</div>
</div>
</div>