forked from reudnetz/website
gute idee gehabt
This commit is contained in:
parent
76db79b5f3
commit
9b376e2d95
2 changed files with 32 additions and 17 deletions
2
static/jquery-3.4.1.min.js
vendored
Normal file
2
static/jquery-3.4.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -9,6 +9,18 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<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") }}fitgrid.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="{{ get_url(path="style") }}styles.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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="center">
|
<div class="center">
|
||||||
|
@ -49,12 +61,13 @@
|
||||||
<p>
|
<p>
|
||||||
mail [at] reudnetz [dot] org<br />
|
mail [at] reudnetz [dot] org<br />
|
||||||
</p>
|
</p>
|
||||||
|
<button class="open-zammad-chat">Chat with us</button>
|
||||||
{% endblock seitenleiste %}
|
{% endblock seitenleiste %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row fg-no-desktop">
|
<div class="row fg-no-desktop">
|
||||||
<div class="fg12 legal">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue