diff --git a/public/css/style.css b/public/css/style.css index 8a6d78d..8078952 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -4,12 +4,6 @@ font-weight: normal; font-style: normal; } -@font-face { - font-family: 'Droid serif;'; - src: url('../fonts/DroidSerif-Italic.ttf') format('truetype'); - font-weight: normal; - font-style: italic; -} /*-- Common Css @@ -488,7 +482,6 @@ a:active { line-height: 36px; color: #7e7e7e; margin-bottom: 20px; - font-family: 'Droid Serif', serif; font-style: italic; } diff --git a/public/index.html b/public/index.html index 45b2183..ebdd99c 100644 --- a/public/index.html +++ b/public/index.html @@ -76,11 +76,7 @@ VViki - + @@ -92,7 +88,9 @@
- @@ -265,109 +225,63 @@
-
-
-
-

Datum

-

18.08.2022 - 21.08.2022
Leider sind für heuer alle Tickets ausverkauft.

-
-
+ -
-
-
-

Kosten

-

65€, Ewiges Frühstück inklusive, Getränke werden extra abgerechnet.
Der Preis ist kostendeckend kalkuliert, mit einem Supporter-Ticket könnt ihr uns zusätzliche Planungssicherheit verschaffen.

-
-
+ -
- -
+ -
-
-
-

Mithelfen

-

Wir brauchen viele helfende VVoidpertinger für ein schönes und entspanntes Camp

-
-
+ -
-
-
-

Location

-

Zeltplatz Messerschmidmühle

-
-
+ -
-
-
-

Unterkunft

-

Der Zeltplatz bietet massig Platz für eure eigenen Zelte.

-
-
+ -
-
-
-

Verpflegung

-

Ewiges Frühstück steht den ganzen Tag zur Verfügung, aber auch sonst muss keiner hungern. Vom Weißwurstfrühstück bis zum Chili wird für jeden Geschmack etwas dabei sein.

-
-
+ -
-
-
-

Anreise

-

von Passau auf der B12 Richtung Freyung, Ausfahrt Kumreut und Richtung Marchetsreut/ Perlesreut rechts abbiegen. In Marchetsreut links halten und nach wenigen hundert Metern geht es links zum Zeltplatz.

-
-
+ -
+ + + -
+ + + - diff --git a/public/js/main.js b/public/js/main.js index c575071..303d300 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -33,17 +33,20 @@ $(document).ready(function(){ $hour = $('#countdown_dashboard').data('hour'); $minute = $('#countdown_dashboard').data('minute'); $second = $('#countdown_dashboard').data('second'); - $('#countdown_dashboard').countDown({ - targetDate: { - 'day': $day, - 'month': $month, - 'year': $year, - 'hour': $hour, - 'min': $minute, - 'sec': $second, - }, - omitWeeks: true - }); + + if ($('#countdown_dashboard').length > 0) { + $('#countdown_dashboard').countDown({ + targetDate: { + 'day': $day, + 'month': $month, + 'year': $year, + 'hour': $hour, + 'min': $minute, + 'sec': $second, + }, + omitWeeks: true + }); + } $(".about-slider").owlCarousel( { diff --git a/public/kuehltheke.pdf b/public/kuehltheke.pdf index 473dc0b..81af7d8 100644 Binary files a/public/kuehltheke.pdf and b/public/kuehltheke.pdf differ