From 7b4d649507a556603e3e406807f4574ef88546e5 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Tue, 23 Jan 2024 21:04:59 +0100 Subject: [PATCH 1/5] Zusatzseite alumninetzwerk-registrierung-abgeschlossen erstellt --- .../alumninetzwerk-registrierung-abgeschlossen.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 content/pages/alumninetzwerk-registrierung-abgeschlossen.md diff --git a/content/pages/alumninetzwerk-registrierung-abgeschlossen.md b/content/pages/alumninetzwerk-registrierung-abgeschlossen.md new file mode 100644 index 00000000..d768eaaa --- /dev/null +++ b/content/pages/alumninetzwerk-registrierung-abgeschlossen.md @@ -0,0 +1,14 @@ +--- +title: "Alumninetzwerk: Registrierung abgeschlossen" +draft: false +type: pages +--- +Sehr geehrte/r Alumni, + +vielen Dank für Ihre Rückmeldung! + +Ihre Kontaktdaten wurden erfolgreich in unser System aufgenommen. + +Viele Grüße + +Ihr Team des Georg-Cantor-Gymnasiums From e3d8dda7789a215751b38acab4abb6e0507e1669 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Tue, 23 Jan 2024 21:06:21 +0100 Subject: [PATCH 2/5] Zusatzseite alumninetzwerk-registrierung-abgeschlossen aktualisiert --- content/pages/alumninetzwerk-registrierung-abgeschlossen.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/pages/alumninetzwerk-registrierung-abgeschlossen.md b/content/pages/alumninetzwerk-registrierung-abgeschlossen.md index d768eaaa..631efdc5 100644 --- a/content/pages/alumninetzwerk-registrierung-abgeschlossen.md +++ b/content/pages/alumninetzwerk-registrierung-abgeschlossen.md @@ -12,3 +12,9 @@ Ihre Kontaktdaten wurden erfolgreich in unser System aufgenommen. Viele Grüße Ihr Team des Georg-Cantor-Gymnasiums + + + +{{< card title="Zurück zur Startseite" link="https://cantorgymnasium.de/" >}} + + From 48e265cc404de8d0122d4485da2e2202b278bab1 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Tue, 23 Jan 2024 21:11:16 +0100 Subject: [PATCH 3/5] layouts/alumninetzwerk/list.html aktualisiert --- layouts/alumninetzwerk/list.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/layouts/alumninetzwerk/list.html b/layouts/alumninetzwerk/list.html index 0574990e..c90d5443 100644 --- a/layouts/alumninetzwerk/list.html +++ b/layouts/alumninetzwerk/list.html @@ -3,7 +3,7 @@
@@ -36,6 +36,14 @@ placeholder="Abiturjahrgang" required /> + Date: Tue, 23 Jan 2024 21:11:32 +0100 Subject: [PATCH 4/5] content/alumninetzwerk/_index.md aktualisiert --- content/alumninetzwerk/_index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/alumninetzwerk/_index.md b/content/alumninetzwerk/_index.md index 577013bd..6c320f2e 100644 --- a/content/alumninetzwerk/_index.md +++ b/content/alumninetzwerk/_index.md @@ -1,6 +1,5 @@ --- title: Alumninetzwerk -draft: true aliases: - /schulchronik/pages/alumninetzwerk - /chronikseiten/alumninetzwerk From c9c4658208242d8694d0d464205c199b98040ac4 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Fri, 26 Jan 2024 09:22:35 +0100 Subject: [PATCH 5/5] fix js filters --- assets/js/script.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/assets/js/script.js b/assets/js/script.js index 757c53a7..4b51a754 100644 --- a/assets/js/script.js +++ b/assets/js/script.js @@ -18,7 +18,7 @@ } // load scripts - $(window).on('load', () => { + $(window).on('load', function() { $('.preloader').fadeOut(100); adaptHeight(); if ($('#top-banner').length) { @@ -48,7 +48,7 @@ }); // venobox popup - $(document).ready(() => { + $(document).ready(function() { $('.vb-video').venobox({ spinner: 'grid' }); $('.vb-gallery').venobox({ selector: '.vb-gallery', @@ -61,14 +61,14 @@ }); // filter - $(document).ready(() => { + $(document).ready(function() { if ($('.filter-container').length != 0) { const shuffleInstance = new Shuffle($('.filter-container'), { itemSelector: '.filter-item', sizer: '.filter-sizer', delimiter: ',' }); - $('.filter-controls li').on('click',() => { + $('.filter-controls li').on('click', function() { $('.filter-controls li').removeClass('active'); $(this).addClass('active'); shuffleInstance.filter($(this).data('filter')) @@ -77,27 +77,27 @@ }); // counter - $(window).on('scroll', () => { + $(window).on('scroll', function() { var oTop; if ($('.count').length !== 0) { oTop = $('.count').offset().top - window.innerHeight; } if ($(window).scrollTop() > oTop) { - $('.count').each(() => { + $('.count').each(function() { var $this = $(this), countTo = $this.attr('data-count'); $({ countNum: $this.text() }).animate( { countNum: countTo }, { duration: 1000, easing: 'swing', - step: () => $this.text(Math.floor(this.countNum)), - complete: () => $this.text(this.countNum) + step: function() { return $this.text(Math.floor(this.countNum)) }, + complete: function() { return $this.text(this.countNum) }, }); }); } }); - $(window).on('DOMContentLoaded', () => { + $(window).on('DOMContentLoaded', function() { if (window.PagefindUI != undefined) { new window.PagefindUI({ element: "#search", @@ -108,7 +108,7 @@ } }); - $('#pagefind-search').on('shown.bs.modal', () => { + $('#pagefind-search').on('shown.bs.modal', function() { $('.pagefind-ui__search-input').focus(); }); } @@ -120,7 +120,7 @@ _paq.push(["disableCookies"]); _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); - (() => { + (function() { var u="https://analytics.cantorgymnasium.de/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '1']);