Automated deployment: Tue Aug 18 10:49:25 UTC 2020 bbc52b95e4

This commit is contained in:
TroogS
2020-08-18 10:49:25 +00:00
parent 9475877300
commit cec1caf9ae
10 changed files with 41 additions and 30 deletions

View File

@@ -171,7 +171,7 @@
<strong>T-Shirt</strong>
</div>
<div class="card-body text-center">
<img src="../assets/shirt.png" style="max-width: 350px; max-height: 195px;">
<img src="../assets/shirt.png" style="max-width: 350px; max-height: 195px;" class="zoom">
<p>
Vorne im klassischen &lt;DD&gt;-Design<br />
Die Rückseite mit Event-Motiv<br />
@@ -185,7 +185,7 @@
<strong>Bierkrug</strong>
</div>
<div class="card-body text-center">
<img src="../assets/bierkrug.png" style="max-width: 350px; max-height: 195px;">
<img src="../assets/bierkrug.png" style="max-width: 350px; max-height: 195px;" class="zoom">
<p>
Rundherum bedruckt im coolen &lt;DD&gt;-Design<br />
Personalisiert mit Hex-ID<br />
@@ -199,7 +199,7 @@
<strong>Weißbierglas</strong>
</div>
<div class="card-body text-center">
<img src="../assets/weizen.png" style="max-width: 350px; max-height: 195px;">
<img src="../assets/weizen.png" data-original="../assets/weizen.png" style="max-width: 350px; max-height: 195px;" class="zoom">
<p>
Hochwertige Lasergravur<br />
im coolen &lt;DD&gt;-Design<br />
@@ -213,7 +213,7 @@
<strong>Emaille Tasse</strong>
</div>
<div class="card-body text-center">
<img src="../assets/emaille.jpg" style="max-width: 350px; max-height: 195px;">
<img src="../assets/emaille.jpg" style="max-width: 350px; max-height: 195px;" class="zoom">
<p>
Rundherum bedruckt im coolen &lt;DD&gt;-Design<br />
&nbsp;<br />
@@ -223,6 +223,11 @@
</div>
</article>
</section>
<script>
document.addEventListener("DOMContentLoaded", function(event) {
new Zooming().listen('.zoom');
});
</script>
</div>
<footer>
<div class="footer-row">
@@ -250,6 +255,7 @@
</div>
</footer>
<script src='https://ddwe.beging.de/js/zooming.min.js'></script>
<script src='https://ddwe.beging.de/js/script.js'></script>
</body>
</html>