Automated deployment: Tue Aug 18 10:49:25 UTC 2020 bbc52b95e4
This commit is contained in:
@@ -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 <DD>-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 <DD>-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 <DD>-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 <DD>-Design<br />
|
||||
<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>
|
||||
Reference in New Issue
Block a user