diff --git a/assets/images/1.jpg b/assets/images/1.jpg new file mode 100644 index 0000000..f37926f Binary files /dev/null and b/assets/images/1.jpg differ diff --git a/assets/images/2.jpg b/assets/images/2.jpg new file mode 100644 index 0000000..7ddd64a Binary files /dev/null and b/assets/images/2.jpg differ diff --git a/assets/images/3.jpg b/assets/images/3.jpg new file mode 100644 index 0000000..edf9d6b Binary files /dev/null and b/assets/images/3.jpg differ diff --git a/assets/images/4.jpg b/assets/images/4.jpg new file mode 100644 index 0000000..3fd97ba Binary files /dev/null and b/assets/images/4.jpg differ diff --git a/assets/images/5.jpg b/assets/images/5.jpg new file mode 100644 index 0000000..dd5a016 Binary files /dev/null and b/assets/images/5.jpg differ diff --git a/assets/images/anfahrt.png b/assets/images/anfahrt.png new file mode 100644 index 0000000..572e9db Binary files /dev/null and b/assets/images/anfahrt.png differ diff --git a/assets/images/bestzeiten.jpg b/assets/images/bestzeiten.jpg new file mode 100644 index 0000000..cc6edc9 Binary files /dev/null and b/assets/images/bestzeiten.jpg differ diff --git a/assets/images/garantie-bestzeiten.jpg b/assets/images/garantie-bestzeiten.jpg new file mode 100644 index 0000000..e5c2ff5 Binary files /dev/null and b/assets/images/garantie-bestzeiten.jpg differ diff --git a/assets/images/geschichte.jpg b/assets/images/geschichte.jpg new file mode 100644 index 0000000..7d6640f Binary files /dev/null and b/assets/images/geschichte.jpg differ diff --git a/assets/images/header1.jpg b/assets/images/header1.jpg new file mode 100644 index 0000000..c569a3c Binary files /dev/null and b/assets/images/header1.jpg differ diff --git a/assets/images/start2.jpg b/assets/images/start2.jpg new file mode 100644 index 0000000..dd27485 Binary files /dev/null and b/assets/images/start2.jpg differ diff --git a/assets/images/veranstalter.JPG b/assets/images/veranstalter.JPG new file mode 100644 index 0000000..612840c Binary files /dev/null and b/assets/images/veranstalter.JPG differ diff --git a/assets/js/jquery.countdown.min.js b/assets/js/jquery.countdown.min.js new file mode 100644 index 0000000..3080705 --- /dev/null +++ b/assets/js/jquery.countdown.min.js @@ -0,0 +1,133 @@ +/* + * jQuery The Final Countdown plugin v1.0.0 beta + * http://github.com/hilios/jquery.countdown + * + * Copyright (c) 2011 Edson Hilios + * + * Permission is hereby granted, free of charge, to any person obtaining + * a copy of this software and associated documentation files (the + * "Software"), to deal in the Software without restriction, including + * without limitation the rights to use, copy, modify, merge, publish, + * distribute, sublicense, and/or sell copies of the Software, and to + * permit persons to whom the Software is furnished to do so, subject to + * the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +(function($) { + + $.fn.countdown = function(toDate, callback) { + var handlers = ['seconds', 'minutes', 'hours', 'days', 'weeks', 'daysLeft']; + + function delegate(scope, method) { + return function() { return method.call(scope) } + } + + return this.each(function() { + // Convert + if(!(toDate instanceof Date)) { + if(String(toDate).match(/^[0-9]*$/)) { + toDate = new Date(toDate); + } else if( toDate.match(/([0-9]{1,2})\/([0-9]{1,2})\/([0-9]{2,4})\s([0-9]{1,2})\:([0-9]{2})\:([0-9]{2})/) || + toDate.match(/([0-9]{2,4})\/([0-9]{1,2})\/([0-9]{1,2})\s([0-9]{1,2})\:([0-9]{2})\:([0-9]{2})/) + ) { + toDate = new Date(toDate); + } else if(toDate.match(/([0-9]{1,2})\/([0-9]{1,2})\/([0-9]{2,4})/) || + toDate.match(/([0-9]{2,4})\/([0-9]{1,2})\/([0-9]{1,2})/) + ) { + toDate = new Date(toDate) + } else { + throw new Error("Doesn't seen to be a valid date object or string") + } + } + + var $this = $(this), + values = {}, + lasting = {}, + interval = $this.data('countdownInterval'), + currentDate = new Date(), + secondsLeft = Math.floor((toDate.valueOf() - currentDate.valueOf()) / 1000); + + function triggerEvents() { + secondsLeft--; + if(secondsLeft < 0) { + secondsLeft = 0; + } + lasting = { + seconds : secondsLeft % 60, + minutes : Math.floor(secondsLeft / 60) % 60, + hours : Math.floor(secondsLeft / 60 / 60) % 24, + days : Math.floor(secondsLeft / 60 / 60 / 24), + weeks : Math.floor(secondsLeft / 60 / 60 / 24 / 7), + daysLeft: Math.floor(secondsLeft / 60 / 60 / 24) % 7 + } + for(var i=0; i',a,""].join(""),l.id=h,(m?l:n).innerHTML+=f,n.appendChild(l),m||(n.style.background="",n.style.overflow="hidden",k=g.style.overflow,g.style.overflow="hidden",g.appendChild(n)),i=c(l,a),m?l.parentNode.removeChild(l):(n.parentNode.removeChild(n),g.style.overflow=k),!!i},z=function(){function d(d,e){e=e||b.createElement(a[d]||"div"),d="on"+d;var f=d in e;return f||(e.setAttribute||(e=b.createElement("div")),e.setAttribute&&e.removeAttribute&&(e.setAttribute(d,""),f=E(e[d],"function"),E(e[d],"undefined")||(e[d]=c),e.removeAttribute(d))),e=null,f}var a={select:"input",change:"input",submit:"form",reset:"form",error:"img",load:"img",abort:"img"};return d}(),A={}.hasOwnProperty,B;!E(A,"undefined")&&!E(A.call,"undefined")?B=function(a,b){return A.call(a,b)}:B=function(a,b){return b in a&&E(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=w.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(w.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(w.call(arguments)))};return e}),s.flexbox=function(){return I("flexWrap")},s.flexboxlegacy=function(){return I("boxDirection")},s.canvas=function(){var a=b.createElement("canvas");return!!a.getContext&&!!a.getContext("2d")},s.canvastext=function(){return!!e.canvas&&!!E(b.createElement("canvas").getContext("2d").fillText,"function")},s.webgl=function(){return!!a.WebGLRenderingContext},s.touch=function(){var c;return"ontouchstart"in a||a.DocumentTouch&&b instanceof DocumentTouch?c=!0:y(["@media (",n.join("touch-enabled),("),h,")","{#modernizr{top:9px;position:absolute}}"].join(""),function(a){c=a.offsetTop===9}),c},s.geolocation=function(){return"geolocation"in navigator},s.postmessage=function(){return!!a.postMessage},s.websqldatabase=function(){return!!a.openDatabase},s.indexedDB=function(){return!!I("indexedDB",a)},s.hashchange=function(){return z("hashchange",a)&&(b.documentMode===c||b.documentMode>7)},s.history=function(){return!!a.history&&!!history.pushState},s.draganddrop=function(){var a=b.createElement("div");return"draggable"in a||"ondragstart"in a&&"ondrop"in a},s.websockets=function(){return"WebSocket"in a||"MozWebSocket"in a},s.rgba=function(){return C("background-color:rgba(150,255,150,.5)"),F(j.backgroundColor,"rgba")},s.hsla=function(){return C("background-color:hsla(120,40%,100%,.5)"),F(j.backgroundColor,"rgba")||F(j.backgroundColor,"hsla")},s.multiplebgs=function(){return C("background:url(https://),url(https://),red url(https://)"),/(url\s*\(.*?){3}/.test(j.background)},s.backgroundsize=function(){return I("backgroundSize")},s.borderimage=function(){return I("borderImage")},s.borderradius=function(){return I("borderRadius")},s.boxshadow=function(){return I("boxShadow")},s.textshadow=function(){return b.createElement("div").style.textShadow===""},s.opacity=function(){return D("opacity:.55"),/^0.55$/.test(j.opacity)},s.cssanimations=function(){return I("animationName")},s.csscolumns=function(){return I("columnCount")},s.cssgradients=function(){var a="background-image:",b="gradient(linear,left top,right bottom,from(#9f9),to(white));",c="linear-gradient(left top,#9f9, white);";return C((a+"-webkit- ".split(" ").join(b+a)+n.join(c+a)).slice(0,-a.length)),F(j.backgroundImage,"gradient")},s.cssreflections=function(){return I("boxReflect")},s.csstransforms=function(){return!!I("transform")},s.csstransforms3d=function(){var a=!!I("perspective");return a&&"webkitPerspective"in g.style&&y("@media (transform-3d),(-webkit-transform-3d){#modernizr{left:9px;position:absolute;height:3px;}}",function(b,c){a=b.offsetLeft===9&&b.offsetHeight===3}),a},s.csstransitions=function(){return I("transition")},s.fontface=function(){var a;return y('@font-face {font-family:"font";src:url("https://")}',function(c,d){var e=b.getElementById("smodernizr"),f=e.sheet||e.styleSheet,g=f?f.cssRules&&f.cssRules[0]?f.cssRules[0].cssText:f.cssText||"":"";a=/src/i.test(g)&&g.indexOf(d.split(" ")[0])===0}),a},s.generatedcontent=function(){var a;return y(["#",h,"{font:0/0 a}#",h,':after{content:"',l,'";visibility:hidden;font:3px/1 a}'].join(""),function(b){a=b.offsetHeight>=3}),a},s.video=function(){var a=b.createElement("video"),c=!1;try{if(c=!!a.canPlayType)c=new Boolean(c),c.ogg=a.canPlayType('video/ogg; codecs="theora"').replace(/^no$/,""),c.h264=a.canPlayType('video/mp4; codecs="avc1.42E01E"').replace(/^no$/,""),c.webm=a.canPlayType('video/webm; codecs="vp8, vorbis"').replace(/^no$/,"")}catch(d){}return c},s.audio=function(){var a=b.createElement("audio"),c=!1;try{if(c=!!a.canPlayType)c=new Boolean(c),c.ogg=a.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/,""),c.mp3=a.canPlayType("audio/mpeg;").replace(/^no$/,""),c.wav=a.canPlayType('audio/wav; codecs="1"').replace(/^no$/,""),c.m4a=(a.canPlayType("audio/x-m4a;")||a.canPlayType("audio/aac;")).replace(/^no$/,"")}catch(d){}return c},s.localstorage=function(){try{return localStorage.setItem(h,h),localStorage.removeItem(h),!0}catch(a){return!1}},s.sessionstorage=function(){try{return sessionStorage.setItem(h,h),sessionStorage.removeItem(h),!0}catch(a){return!1}},s.webworkers=function(){return!!a.Worker},s.applicationcache=function(){return!!a.applicationCache},s.svg=function(){return!!b.createElementNS&&!!b.createElementNS(r.svg,"svg").createSVGRect},s.inlinesvg=function(){var a=b.createElement("div");return a.innerHTML="",(a.firstChild&&a.firstChild.namespaceURI)==r.svg},s.smil=function(){return!!b.createElementNS&&/SVGAnimate/.test(m.call(b.createElementNS(r.svg,"animate")))},s.svgclippaths=function(){return!!b.createElementNS&&/SVGClipPath/.test(m.call(b.createElementNS(r.svg,"clipPath")))};for(var K in s)B(s,K)&&(x=K.toLowerCase(),e[x]=s[K](),v.push((e[x]?"":"no-")+x));return e.input||J(),e.addTest=function(a,b){if(typeof a=="object")for(var d in a)B(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,typeof f!="undefined"&&f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},C(""),i=k=null,function(a,b){function k(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function l(){var a=r.elements;return typeof a=="string"?a.split(" "):a}function m(a){var b=i[a[g]];return b||(b={},h++,a[g]=h,i[h]=b),b}function n(a,c,f){c||(c=b);if(j)return c.createElement(a);f||(f=m(c));var g;return f.cache[a]?g=f.cache[a].cloneNode():e.test(a)?g=(f.cache[a]=f.createElem(a)).cloneNode():g=f.createElem(a),g.canHaveChildren&&!d.test(a)?f.frag.appendChild(g):g}function o(a,c){a||(a=b);if(j)return a.createDocumentFragment();c=c||m(a);var d=c.frag.cloneNode(),e=0,f=l(),g=f.length;for(;e",f="hidden"in a,j=a.childNodes.length==1||function(){b.createElement("a");var a=b.createDocumentFragment();return typeof a.cloneNode=="undefined"||typeof a.createDocumentFragment=="undefined"||typeof a.createElement=="undefined"}()}catch(c){f=!0,j=!0}})();var r={elements:c.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:c.shivCSS!==!1,supportsUnknownElements:j,shivMethods:c.shivMethods!==!1,type:"default",shivDocument:q,createElement:n,createDocumentFragment:o};a.html5=r,q(b)}(this,b),e._version=d,e._prefixes=n,e._domPrefixes=q,e._cssomPrefixes=p,e.hasEvent=z,e.testProp=function(a){return G([a])},e.testAllProps=I,e.testStyles=y,g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+v.join(" "):""),e}(this,this.document),function(a,b,c){function d(a){return"[object Function]"==o.call(a)}function e(a){return"string"==typeof a}function f(){}function g(a){return!a||"loaded"==a||"complete"==a||"uninitialized"==a}function h(){var a=p.shift();q=1,a?a.t?m(function(){("c"==a.t?B.injectCss:B.injectJs)(a.s,0,a.a,a.x,a.e,1)},0):(a(),h()):q=0}function i(a,c,d,e,f,i,j){function k(b){if(!o&&g(l.readyState)&&(u.r=o=1,!q&&h(),l.onload=l.onreadystatechange=null,b)){"img"!=a&&m(function(){t.removeChild(l)},50);for(var d in y[c])y[c].hasOwnProperty(d)&&y[c][d].onload()}}var j=j||B.errorTimeout,l=b.createElement(a),o=0,r=0,u={t:d,s:c,e:f,a:i,x:j};1===y[c]&&(r=1,y[c]=[]),"object"==a?l.data=c:(l.src=c,l.type=a),l.width=l.height="0",l.onerror=l.onload=l.onreadystatechange=function(){k.call(this,r)},p.splice(e,0,u),"img"!=a&&(r||2===y[c]?(t.insertBefore(l,s?null:n),m(k,j)):y[c].push(l))}function j(a,b,c,d,f){return q=0,b=b||"j",e(a)?i("c"==b?v:u,a,b,this.i++,c,d,f):(p.splice(this.i++,0,a),1==p.length&&h()),this}function k(){var a=B;return a.loader={load:j,i:0},a}var l=b.documentElement,m=a.setTimeout,n=b.getElementsByTagName("script")[0],o={}.toString,p=[],q=0,r="MozAppearance"in l.style,s=r&&!!b.createRange().compareNode,t=s?l:n.parentNode,l=a.opera&&"[object Opera]"==o.call(a.opera),l=!!b.attachEvent&&!l,u=r?"object":l?"script":"img",v=l?"script":u,w=Array.isArray||function(a){return"[object Array]"==o.call(a)},x=[],y={},z={timeout:function(a,b){return b.length&&(a.timeout=b[0]),a}},A,B;B=function(a){function b(a){var a=a.split("!"),b=x.length,c=a.pop(),d=a.length,c={url:c,origUrl:c,prefixes:a},e,f,g;for(f=0;f{{$content->title}} +@stop +@section('content') + + + +
+
+
+ +

{{$content->title}}

+ + +

+ {!!$content->nachricht!!} +

+ + + + + +
+
+
+ +@stop diff --git a/content/contents/sponsor.blade.php b/content/contents/sponsor.blade.php new file mode 100644 index 0000000..c152751 --- /dev/null +++ b/content/contents/sponsor.blade.php @@ -0,0 +1,34 @@ +@layout('content.master') +@section('head') + {{$content->title}} +@stop +@section('content') + + + +
+
+
+ +

{{$content->title}}

+ + + +

+ {!!$content->beschreibung!!} +

+ + + {{$content->title}} + + + +
+
+
+ +@stop diff --git a/content/contents/wettbewerb.blade.php b/content/contents/wettbewerb.blade.php new file mode 100644 index 0000000..5f3c7d0 --- /dev/null +++ b/content/contents/wettbewerb.blade.php @@ -0,0 +1,32 @@ +@layout('content.master') +@section('head') + {{$content->title}} +@stop +@section('content') + + + +
+
+
+ +

{{$content->title}}

+ + +

+ {!!$content->beschreibung!!} +

+ + + + + +
+
+
+ +@stop diff --git a/content/index.blade.php b/content/index.blade.php index cbe2ebc..c4b1b13 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -1,6 +1,6 @@ @layout('content.master') @section('head') - Home Page + Läufermeeting Neustadt 2023 @stop @section('content') @@ -8,32 +8,35 @@
    -
  • -
  • +
  • +
-
+
- + - 2023 Upcoming Event + 2023 Läufermeeting Neustadt
-
-
Läufermeeting Neustadt 2023
- +
+ + + +
4. & 6. August, 2023
+
-
-
0 days
-
00 hrs
-
00 mins
-
00 secs
+
+
0 Tage
+
00 Stunden
+
00 Minuten
+
00 Sekunden
@@ -45,23 +48,15 @@
- +
- -
-

Neuigkeiten

+

Neuigkeiten

    @@ -79,7 +74,10 @@

    {{$content->title}}

    -
    + +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla convallis egestas rhoncus. Donec facilisis fermentum sem, ac viverra ante luctus vel. Donec vel mauris quam. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla convallis egestas rhoncus.

@@ -94,7 +92,7 @@
-

Wettbewerbe

+

Wettbewerbe

@@ -125,17 +123,29 @@
-
-

Recent Sermons

-
-
+ +
+ +

Grußwort des Veranstalters

+
@@ -143,6 +153,39 @@
+ + + + +
+
+
+ + + diff --git a/content/lists/neuigkeiten.blade.php b/content/lists/neuigkeiten.blade.php new file mode 100644 index 0000000..c4af21c --- /dev/null +++ b/content/lists/neuigkeiten.blade.php @@ -0,0 +1,38 @@ +@layout('content.master') +@section('head') + {{$list->name}} +@stop +@section('content') +
+
+
+
+
+
+
+
+

Neuigkeiten

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolor fuga itaque libero pariatur quibusdam? Aperiam, dolor doloremque eligendi eos esse fuga impedit incidunt magnam nisi repellendus saepe sapiente? Eveniet, qui?

+
+
+
+ @foreach($contents as $content) + +
+
+ +
+

{{$content->title}}

+ {{$content->created_at}} +

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus architecto autem beatae, delectus dignissimos dolore dolorum, eius explicabo illo illum ipsam laborum libero mollitia neque quis repellendus, suscipit veritatis voluptatem!

+ +
+
+
+ @endforeach +
+
+
+@stop diff --git a/content/lists/wettbewerb.blade.php b/content/lists/wettbewerb.blade.php new file mode 100644 index 0000000..5930581 --- /dev/null +++ b/content/lists/wettbewerb.blade.php @@ -0,0 +1,38 @@ +@layout('content.master') +@section('head') + {{$list->name}} +@stop +@section('content') +
+
+
+
+
+
+
+
+

Wettbewerbe

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolor fuga itaque libero pariatur quibusdam? Aperiam, dolor doloremque eligendi eos esse fuga impedit incidunt magnam nisi repellendus saepe sapiente? Eveniet, qui?

+
+
+
+ @foreach($contents as $content) + +
+
+ +
+

{{$content->title}}

+ {{$content->created_at}} +

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus architecto autem beatae, delectus dignissimos dolore dolorum, eius explicabo illo illum ipsam laborum libero mollitia neque quis repellendus, suscipit veritatis voluptatem!

+ +
+
+
+ @endforeach +
+
+
+@stop diff --git a/content/master.blade.php b/content/master.blade.php index 97af7aa..94f8c8b 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -23,7 +23,7 @@ - + @@ -38,9 +38,9 @@
@@ -53,81 +53,14 @@