commit 75936dda93323b9996659bdb1a5d894570011946 Author: Christian Date: Tue May 12 16:30:08 2020 +0200 Initial commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1c41090 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.jpg filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..d3f11de --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# https://git-scm.com/docs/gitignore +# https://help.github.com/articles/ignoring-files +# Example .gitignore files: https://github.com/github/gitignore +/bower_components/ +/node_modules/ \ No newline at end of file diff --git a/css/gallery.css b/css/gallery.css new file mode 100755 index 0000000..7dd9e69 --- /dev/null +++ b/css/gallery.css @@ -0,0 +1,91 @@ +html { + height: 100%; + overflow-y: scroll; +} + +body#page_gallery { + background-image: url('../img/backgrounds/bg_restaurant.jpg'); + background-position: 50%; + background-attachment: fixed; + background-repeat: no-repeat; + background-size: cover; + height: 100%; +} + +#scroll { + overflow: hidden; + position: absolute; + right: 48px; + border-radius: 50px; + z-index: 1000; + transform-style: preserve-3d; +} + +#navi { + list-style: none; + padding: 0; + transition: transform .3s ease-in-out; +} + +#navi li { + padding: 10px; + background: linear-gradient(45deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)); + border-radius: 50%; + width: 110px; + height: 110px; + margin: 10px 0; + transition: all .5s linear; + overflow: hidden; +} + +#navi li:hover { + cursor: pointer; + background: linear-gradient(45deg, rgba(0, 0, 0, .5), rgba(0, 10, 190, 0.5)); +} + +#navi li a { + display: block; + background-position: center; + width: 100%; + height: 100%; + border-radius: 50%; + transition: transform .35s linear; +} + +#navi li:hover:nth-child(2n+1) a { + transform: scale(1.05) rotate(2deg); +} + +#navi li:hover:nth-child(2n) a { + transform: scale(1.05) rotate(-2deg); +} + +#prev { + width: 69px; + height: 37px; + background: url(../gfx/btn_gallery.png) no-repeat left top; + position: absolute; + top: 55px; + right: 77px; + z-index: 1001; +} + +#prev:hover { + background-position: -69px top; + cursor: pointer; +} + +#next { + width: 69px; + height: 37px; + background: url(../gfx/btn_gallery.png) no-repeat left -37px; + position: absolute; + bottom: 55px; + right: 77px; + z-index: 1001; +} + +#next:hover { + background-position: -69px -37px; + cursor: pointer; +} \ No newline at end of file diff --git a/css/jquery.jscrollpane-2.0.0-beta12.css b/css/jquery.jscrollpane-2.0.0-beta12.css new file mode 100755 index 0000000..acda2f5 --- /dev/null +++ b/css/jquery.jscrollpane-2.0.0-beta12.css @@ -0,0 +1,120 @@ +/* + * CSS Styles that are needed by jScrollPane for it to operate correctly. + * + * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane + * may not operate correctly without them. + */ + +.jspContainer +{ + overflow: hidden; + position: relative; +} + +.jspPane +{ + position: absolute; + margin-left:30px !important; +} + +.jspVerticalBar +{ + position: absolute; + top: 0; + left: 0px; + width: 11px; + height: 100%; +} + +.jspHorizontalBar +{ + position: absolute; + bottom: 0; + left: 0; + width: 100%; + height: 16px; + background: red; +} + +.jspVerticalBar *, +.jspHorizontalBar * +{ + margin: 0; + padding: 0; +} + +.jspCap +{ + display: none; +} + +.jspHorizontalBar .jspCap +{ + float: left; +} + +.jspTrack +{ + position: relative; + background:url(../gfx/bg_scrollpane.png) repeat-y center top +} + +.jspDrag +{ + background:url(../gfx/dot_scrollpane.png) no-repeat center top; + position: relative; + top: 0; + left: 0; + cursor: pointer; +} + +.jspHorizontalBar .jspTrack, +.jspHorizontalBar .jspDrag +{ + float: left; + height: 100%; +} + +.jspArrow +{ + background: #50506d; + text-indent: -20000px; + display: block; + cursor: pointer; +} + +.jspArrow.jspDisabled +{ + cursor: default; + background: #80808d; +} + +.jspVerticalBar .jspArrow +{ + height: 16px; +} + +.jspHorizontalBar .jspArrow +{ + width: 16px; + float: left; + height: 100%; +} + +.jspVerticalBar .jspArrow:focus +{ + outline: none; +} + +.jspCorner +{ + background: #eeeef4; + float: left; + height: 100%; +} + +/* Yuk! CSS Hack for IE6 3 pixel bug :( */ +* html .jspCorner +{ + margin: 0 -3px 0 0; +} \ No newline at end of file diff --git a/css/jquery.jscrollpane.css b/css/jquery.jscrollpane.css new file mode 100755 index 0000000..4210ffc --- /dev/null +++ b/css/jquery.jscrollpane.css @@ -0,0 +1,126 @@ +/* + * CSS Styles that are needed by jScrollPane for it to operate correctly. + * + * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane + * may not operate correctly without them. + */ + +.jspContainer +{ + overflow: hidden; + position: relative; +} + +.jspPane +{ + position: absolute; + margin-left:30px !important; + line-break: auto; + word-wrap: break-word; + text-align: justify; + max-width: 90%; +} + +.jspVerticalBar +{ + height: 100%; + position: absolute; + right: 0; + top: 0; + width: 16px; +} + +.jspHorizontalBar +{ + bottom: 0; + height: 16px; + left: 0; + position: absolute; + width: 100%; +} + +.jspVerticalBar *, +.jspHorizontalBar * +{ + margin: 0; + padding: 0; +} + +.jspCap +{ + display: none; +} + +.jspHorizontalBar .jspCap +{ + float: left; +} + +.jspTrack +{ + background:url(../gfx/bg_scrollpane.png) repeat-y center top; + position: relative; +} + +.jspDrag +{ + background:url(../gfx/dot_scrollpane.png) no-repeat center top; + cursor: pointer; + left: 0; + position: relative; + top: 0; +} + +.jspHorizontalBar .jspTrack, +.jspHorizontalBar .jspDrag +{ + float: left; + height: 100%; +} + +.jspArrow +{ + background: #50506d; + cursor: pointer; + direction: ltr; + display: block; + margin: 0; + padding: 0; + text-indent: -20000px; +} + +.jspDisabled +{ + background: #80808d; + cursor: default; +} + +.jspVerticalBar .jspArrow +{ + height: 16px; +} + +.jspHorizontalBar .jspArrow +{ + float: left; + height: 100%; + width: 16px; +} + +.jspVerticalBar .jspArrow:focus +{ + outline: none; +} + +.jspCorner +{ + background: #eeeef4; + float: left; + height: 100%; +} + +/* Yuk! CSS Hack for IE6 3 pixel bug :( */ +* html .jspCorner +{ + margin: 0 -3px 0 0; +} diff --git a/css/lightbox.css b/css/lightbox.css new file mode 100755 index 0000000..b3b0beb --- /dev/null +++ b/css/lightbox.css @@ -0,0 +1,204 @@ +body.lb-disable-scrolling { + overflow: hidden; +} + +.lightboxOverlay { + position: absolute; + top: 0; + left: 0; + z-index: 9999; + background-color: black; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); + opacity: 0.8; + display: none; +} + +.lightbox { + position: absolute; + left: 0; + width: 100%; + z-index: 10000; + text-align: center; + line-height: 0; + font-weight: normal; + outline: none; +} + +.lightbox .lb-image { + display: block; + height: auto; + max-width: inherit; + max-height: none; + border-radius: 3px; + + /* Image border */ + border: 4px solid white; +} + +.lightbox a img { + border: none; +} + +.lb-outerContainer { + position: relative; + *zoom: 1; + width: 250px; + height: 250px; + margin: 0 auto; + border-radius: 4px; + + /* Background color behind image. + This is visible during transitions. */ + background-color: white; +} + +.lb-outerContainer:after { + content: ""; + display: table; + clear: both; +} + +.lb-loader { + position: absolute; + top: 43%; + left: 0; + height: 25%; + width: 100%; + text-align: center; + line-height: 0; +} + +.lb-cancel { + display: block; + width: 32px; + height: 32px; + margin: 0 auto; + background: url(../images/loading.gif) no-repeat; +} + +.lb-nav { + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100%; + z-index: 10; +} + +.lb-container > .nav { + left: 0; +} + +.lb-nav a { + outline: none; + background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='); +} + +.lb-prev, .lb-next { + height: 100%; + cursor: pointer; + display: block; +} + +.lb-nav a.lb-prev { + width: 34%; + left: 0; + float: left; + background: url(../images/prev.png) left 48% no-repeat; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); + opacity: 0; + -webkit-transition: opacity 0.6s; + -moz-transition: opacity 0.6s; + -o-transition: opacity 0.6s; + transition: opacity 0.6s; +} + +.lb-nav a.lb-prev:hover { + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); + opacity: 1; +} + +.lb-nav a.lb-next { + width: 64%; + right: 0; + float: right; + background: url(../images/next.png) right 48% no-repeat; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); + opacity: 0; + -webkit-transition: opacity 0.6s; + -moz-transition: opacity 0.6s; + -o-transition: opacity 0.6s; + transition: opacity 0.6s; +} + +.lb-nav a.lb-next:hover { + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); + opacity: 1; +} + +.lb-dataContainer { + margin: 0 auto; + padding-top: 5px; + *zoom: 1; + width: 100%; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +} + +.lb-dataContainer:after { + content: ""; + display: table; + clear: both; +} + +.lb-data { + padding: 0 4px; + color: #ccc; +} + +.lb-data .lb-details { + width: 85%; + float: left; + text-align: left; + line-height: 1.1em; +} + +.lb-data .lb-caption { + font-size: 13px; + font-weight: bold; + line-height: 1em; +} + +.lb-data .lb-caption a { + color: #4ae; +} + +.lb-data .lb-number { + display: block; + clear: left; + padding-bottom: 1em; + font-size: 12px; + color: #999999; +} + +.lb-data .lb-close { + display: block; + float: right; + width: 30px; + height: 30px; + background: url(../images/close.png) top right no-repeat; + text-align: right; + outline: none; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); + opacity: 0.7; + -webkit-transition: opacity 0.2s; + -moz-transition: opacity 0.2s; + -o-transition: opacity 0.2s; + transition: opacity 0.2s; +} + +.lb-data .lb-close:hover { + cursor: pointer; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); + opacity: 1; +} diff --git a/css/lightbox.min.css b/css/lightbox.min.css new file mode 100755 index 0000000..adbaa83 --- /dev/null +++ b/css/lightbox.min.css @@ -0,0 +1 @@ +.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1} \ No newline at end of file diff --git a/css/style.css b/css/style.css new file mode 100755 index 0000000..a1ca09f --- /dev/null +++ b/css/style.css @@ -0,0 +1,162 @@ +@charset "utf-8"; +/* +* +* 2nd-CSS-Reset +* Last-Update: 29.03.2011 +* +*/ +#gallery_nav>li>a>img { + width: 100px; + height: 100px; + object-fit: cover; + border-radius: 50%; +} + + +#head{ + clip-path: circle(90% at 25% 160%); +} +#head>img{ + height: 150px; +} + +* { padding:0; margin:0} +*:focus { outline:none } + +html, body { height:100%; width:100%;overflow:hidden;} +p,ul,ol { margin-bottom:12px;} + +ul {padding-left:23px;} +ul li {} + +ul.navi { margin:0; padding:0} +ul.navi li { float:left; list-style:none;} + +ol { padding-left:23px;} +ol li{} + +a,button, img { + -webkit-transition: color .13s ease-in-out, border-color .13s ease-in-out, background-color .13s ease-in-out, opacity .15s ease-in-out; + -o-transition: color .13s ease-in-out, border-color .13s ease-in-out, background-color .13s ease-in-out, opacity .15s ease-in-out; + -moz-transition: color .13s ease-in-out, border-color .13s ease-in-out, background-color .13s ease-in-out, opacity .15s ease-in-out; + transition: color .13s ease-in-out, border-color .13s ease-in-out, background-color .13s ease-in-out, opacity .15s ease-in-out; +} +a {color:#fff;text-decoration:underline;} +a:hover {} +a img {border:0;} +a:hover, button:hover {} + +table { + border-collapse: collapse; + border-spacing: 0; +} +.clear { + clear:both; + height:0; + font-size: 1px; + line-height: 0px; +} + +body {overflow:hidden;font-family:'Galatia',Georgia,'Times New Roman',Arial;color:#fff;font-size:17px;} + +body#page_start {} +body#page_restaurant {} +body#page_gallery {background:#333} + +@font-face { + font-family: 'Bentham'; + src: url('../font/bentham-webfont.eot'); + src: url('../font/bentham-webfont.eot%3F') format('embedded-opentype'), + url('../font/bentham-webfont.woff') format('woff'), + url('../font/bentham-webfont.ttf') format('truetype'), + url('../font/bentham-webfont.svg') format('svg'); + font-weight: normal; + font-style: normal; + +} + +@font-face { + font-family: 'Galatia'; + src: url('../font/galsilr-webfont.eot'); + src: url('../font/galsilr-webfont.eot%3F') format('embedded-opentype'), + url('../font/galsilr-webfont.woff') format('woff'), + url('../font/galsilr-webfont.ttf') format('truetype'), + url('../font/galsilr-webfont.svg') format('svg'); + font-weight: normal; + font-style: normal; + +} + +div#overlay {background:url(../gfx/bg_overlay.png) center;width:100%;height:100%;position:absolute;z-index:1;top:0;left:0;} + +ul#nav {width:242px;height:691px;position:absolute;top:50%;left:-230px;;margin-top:-533px;background:url(../gfx/bg_nav.png) no-repeat top left;z-index:2;padding:339px 0 0 410px;list-style-type:none;} +#page_gallery ul#nav {width:223px;height:446px;position:absolute;top:50%;left:0px;;margin-top:-330px;background:url(../gfx/bg_nav_gallery.png) no-repeat top left;padding:215px 0 0 30px;list-style-type:none;} + +ul#nav li {margin-bottom:20px;} +ul#nav li a {background:url(../gfx/bg_nav_li.png) no-repeat top left;display:block;width:80px;height:80px;} + +ul#nav li#home a {background-position:0 0;} +ul#nav li#home a:hover {background-position:-80px 0;} +ul#nav li#restaurant a {background-position:0 -80px;} +ul#nav li#restaurant a:hover {background-position:-80px -80px;} +ul#nav li#gallery a {background-position:0 -160px;} +ul#nav li#gallery a:hover {background-position:-80px -160px;} + +div#content_wrap {width:647px;height:997px;position:absolute;top:50%;left:422px;margin-top:-500px;background:url(../gfx/bg_content.png) no-repeat top left;z-index:3;overflow:hidden;} +div#content {width:647px;height:782px;padding:215px 0 0 0;position:relative;} +#page_restaurant div#content {width:647px;height:870px;padding:127px 0 0 0;position:relative;} +#page_restaurant div#content #head {margin-top:30px;} + +div#content ul#sidebar {list-style-type:none;float:right;width:150px;padding:0;font-size:19px;margin:0 45px 0 0;} +div#content ul#sidebar li {background:url(../gfx/bg_sidebar_dot.png) no-repeat left -296px;padding:0 0 25px 20px} +div#content ul#sidebar li a {color:#fff;text-decoration:none;} +div#content ul#sidebar li a:hover {color:#fff} +div#content ul#sidebar li.first {background-position:left 6px;} +div#content ul#sidebar li.last {background-position:left -658px;} +div#content ul#sidebar li:hover {background-position:left -477px;} +div#content ul#sidebar li.first:hover {background-position:left -115px;} +div#content ul#sidebar li.last:hover {background-position:left -779px;} +div#content ul#sidebar li.active {cursor:pointer;background-position:left -477px;} +div#content ul#sidebar li.first.active {background-position:left -115px;} +div#content ul#sidebar li.last.active {background-position:left -779px;} + + +div#content a#logo_1894 {display:block;width:245px;height:150px;background:url(../gfx/logo_1894.png) no-repeat top left;} +#page_restaurant div#content a#logo_1894 {width:161px;height:99px;background:url(../gfx/logo_1894_small.png) no-repeat top left;} + +div#content a#logo_theater {display:block;width:166px;height:70px;background:url(../gfx/logo_theater_erfurt.png) no-repeat top left;position:absolute;bottom:52px;left:82px;} +div#content h1 {font-family:'Bentham',Georgia,'Times New Roman',Arial;color:#fff;font-size:72px;font-weight:lighter;letter-spacing:1px;border-top:1px solid #fff;width:558px;margin:20px 0 0 -4px;padding:20px 0 0 0;} + +#page_restaurant div#content h1 {border:none;} + +div#content div#maincontent {width:440px;line-height:130%;height:325px;overflow:auto;} +div#content div#maincontent.jspScrollable {width:470px;position:relative;left:-30px;} +div#content div#maincontent h2 {font-family:'Galatia',Georgia,'Times New Roman',Arial;color:#fff;font-size:24px;font-weight:lighter;letter-spacing:1px;margin-bottom:15px;} + +ul#service {list-style-type:none;position:absolute;bottom:30px;right:30px;z-index:4;} +ul#service li {float:right;} +ul#service li a {font-size:17px;color:#fff;margin-left:20px;} +ul#service li a:hover {text-decoration:underline} + +div#gallery_scroll {width:120px;position:relative;overflow:hidden;z-index:5;float:right;margin:110px 50px 0 0;} +ul#gallery_nav {width:120px;height:100000px;;list-style-type:none;padding:0;position:absolute;} +ul#gallery_nav li {margin-bottom:20px;} +ul#gallery_nav li a{display:block;width:100px;height:100px;background:url(../gfx/bg_gallery_thumb.png) no-repeat left -120px;padding:10px;} +ul#gallery_nav li a:hover, ul#gallery_nav li a.active {background-position:left 0;} + + +.gallery_wrap {width:100%;height:100%;position:absolute;z-index:0;top:0;background-size: cover !important;} +.gallery_wrap img {position:absolute;} + +#gallery_prev {width:69px;height:37px;background:url(../gfx/btn_gallery.png) no-repeat left top;position:absolute;top:55px;right:77px;z-index:1001;} +#gallery_prev:hover {background-position: -69px top;cursor:pointer;} +#gallery_next {width:69px;height:37px;background:url(../gfx/btn_gallery.png) no-repeat left -37px;position:absolute;bottom:55px;right:77px;z-index:1001;} +#gallery_next:hover {background-position: -69px -37px;cursor:pointer;} +#gallery_scroll * { + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} diff --git a/font/bentham-webfont.eot b/font/bentham-webfont.eot new file mode 100644 index 0000000..f8c1269 Binary files /dev/null and b/font/bentham-webfont.eot differ diff --git a/font/bentham-webfont.svg b/font/bentham-webfont.svg new file mode 100644 index 0000000..75963f6 --- /dev/null +++ b/font/bentham-webfont.svg @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/font/bentham-webfont.ttf b/font/bentham-webfont.ttf new file mode 100644 index 0000000..7935367 Binary files /dev/null and b/font/bentham-webfont.ttf differ diff --git a/font/bentham-webfont.woff b/font/bentham-webfont.woff new file mode 100644 index 0000000..4a701d1 Binary files /dev/null and b/font/bentham-webfont.woff differ diff --git a/font/galsilr-webfont.eot b/font/galsilr-webfont.eot new file mode 100644 index 0000000..444d5fd Binary files /dev/null and b/font/galsilr-webfont.eot differ diff --git a/font/galsilr-webfont.svg b/font/galsilr-webfont.svg new file mode 100644 index 0000000..825d3ae --- /dev/null +++ b/font/galsilr-webfont.svg @@ -0,0 +1,240 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/font/galsilr-webfont.ttf b/font/galsilr-webfont.ttf new file mode 100644 index 0000000..234c59c Binary files /dev/null and b/font/galsilr-webfont.ttf differ diff --git a/font/galsilr-webfont.woff b/font/galsilr-webfont.woff new file mode 100644 index 0000000..4d19373 Binary files /dev/null and b/font/galsilr-webfont.woff differ diff --git a/gallery.html b/gallery.html new file mode 100755 index 0000000..941abe2 --- /dev/null +++ b/gallery.html @@ -0,0 +1,92 @@ + + + + + + Bildergalerie - 1894. GmbH - Das Restaurant im Theater + + + + + + + + + + + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/gallery_chrosey.html b/gallery_chrosey.html new file mode 100755 index 0000000..382a6ee --- /dev/null +++ b/gallery_chrosey.html @@ -0,0 +1,36 @@ + + + + + + Bildergalerie - 1894. GmbH - Das Restaurant im Theater + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + \ No newline at end of file diff --git a/gfx/bg_content.png b/gfx/bg_content.png new file mode 100755 index 0000000..336f86d --- /dev/null +++ b/gfx/bg_content.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2faeb4bd2ad2c62dcd237b32c70eb68e4c310ad9328f0d2a5a1512fd0b00a803 +size 5189 diff --git a/gfx/bg_gallery_thumb.png b/gfx/bg_gallery_thumb.png new file mode 100755 index 0000000..738d1d6 --- /dev/null +++ b/gfx/bg_gallery_thumb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e3915c7669bb89f2a00c96b0fa4f235db80b468a4e75bcbe1708c9b597e61d +size 4814 diff --git a/gfx/bg_nav.png b/gfx/bg_nav.png new file mode 100755 index 0000000..37f4721 --- /dev/null +++ b/gfx/bg_nav.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18fe2053199e035fa04ddfbd61be632e6c15849ddfe6eb9de569d74071d95ca +size 12769 diff --git a/gfx/bg_nav_gallery.png b/gfx/bg_nav_gallery.png new file mode 100755 index 0000000..2597a64 --- /dev/null +++ b/gfx/bg_nav_gallery.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce43503f05265109218d6df145d6686ca4eec4594db55c234941f7ee7e1805a +size 4594 diff --git a/gfx/bg_nav_li.png b/gfx/bg_nav_li.png new file mode 100755 index 0000000..13f89fe --- /dev/null +++ b/gfx/bg_nav_li.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4871a65db880944465972f2358d6f5709c3ad89389d94e4b7b8d9caf9ea7855b +size 17734 diff --git a/gfx/bg_overlay.png b/gfx/bg_overlay.png new file mode 100755 index 0000000..5b2592d --- /dev/null +++ b/gfx/bg_overlay.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf51511fdd347214ae5edb8976a439c6b6d30bcced98d6af1fe9d8d4a0de40e +size 112 diff --git a/gfx/bg_scrollpane.png b/gfx/bg_scrollpane.png new file mode 100755 index 0000000..816b9b1 --- /dev/null +++ b/gfx/bg_scrollpane.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807c8cf1bdf5bb25b0b49c7cc8474b03e41768e23e365f7fb994a881f8b91ab3 +size 105 diff --git a/gfx/bg_sidebar_dot.png b/gfx/bg_sidebar_dot.png new file mode 100755 index 0000000..2b47158 --- /dev/null +++ b/gfx/bg_sidebar_dot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafa789eafcc63a4f771a53668093a231219773b0a8604c592c19c608e0e0256 +size 261 diff --git a/gfx/btn_gallery.png b/gfx/btn_gallery.png new file mode 100755 index 0000000..29ceb87 --- /dev/null +++ b/gfx/btn_gallery.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49ad758bc7b5505e8edb047e47373f71e2336bf83a40305e42d09ddce18127f +size 881 diff --git a/gfx/dot_scrollpane.png b/gfx/dot_scrollpane.png new file mode 100755 index 0000000..665fcf0 --- /dev/null +++ b/gfx/dot_scrollpane.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63ac4923e6abca923592e618276c0089248e1e31ecafd085ca351e0ce553dc0 +size 153 diff --git a/gfx/logo_1894.png b/gfx/logo_1894.png new file mode 100755 index 0000000..fc01bae --- /dev/null +++ b/gfx/logo_1894.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f46db8826a08e2a183d7beea081607ae0fb079deec360652bd7980ad478bf85 +size 3026 diff --git a/gfx/logo_1894_small.png b/gfx/logo_1894_small.png new file mode 100755 index 0000000..76758c8 --- /dev/null +++ b/gfx/logo_1894_small.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07969e0a6bcf649bc0a29bd10e0e75c6e15a7234d4b867a2ed25908b838f7df +size 1964 diff --git a/gfx/logo_theater_erfurt.png b/gfx/logo_theater_erfurt.png new file mode 100755 index 0000000..891e8e5 --- /dev/null +++ b/gfx/logo_theater_erfurt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a30df19587cf263d9df016fac9c43a6a87acdc0a1c43b1b6c45e5ad5fc9da73 +size 1345 diff --git a/images/close.png b/images/close.png new file mode 100755 index 0000000..51a9d15 --- /dev/null +++ b/images/close.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d62e6c90005bfb71f6abb440f9e4753681cb23bbd5e60477ab6f442d2f0e69c +size 280 diff --git a/images/loading.gif b/images/loading.gif new file mode 100755 index 0000000..eafa43f --- /dev/null +++ b/images/loading.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225aa88b6ab02c06222ec9468d62e15fa188e39cdb9431d1f55401ad380753ed +size 8476 diff --git a/images/next.png b/images/next.png new file mode 100755 index 0000000..8340150 --- /dev/null +++ b/images/next.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b869b02c6fbaa8c6c26445a2dd2d9bad80fd27b1409f8179e5dd89dc89d90a +size 1350 diff --git a/images/prev.png b/images/prev.png new file mode 100755 index 0000000..d0ecb46 --- /dev/null +++ b/images/prev.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd9273f20fdb1229c224341271a119020a5eee74ccf6b4605730917c864caf2 +size 1360 diff --git a/img/backgrounds/bg_restaurant.jpg b/img/backgrounds/bg_restaurant.jpg new file mode 100755 index 0000000..117341e --- /dev/null +++ b/img/backgrounds/bg_restaurant.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61efe1b764a5441285ffbc57d02269bbddc3277eb2f65451b2091cf78d7e50b +size 201988 diff --git a/img/backgrounds/bg_start.jpg b/img/backgrounds/bg_start.jpg new file mode 100755 index 0000000..5d84262 --- /dev/null +++ b/img/backgrounds/bg_start.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab878f4bd8d5f0909ea0715ded0d18bb86c1c5aa71c9781ecdc8d62b4fd8822a +size 162264 diff --git a/img/gallery/Buffet01.jpg b/img/gallery/Buffet01.jpg new file mode 100755 index 0000000..a5c9a5d --- /dev/null +++ b/img/gallery/Buffet01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7241f560a301121e16ef1edfb38b4135852b2f6626305a79eed48eab4f22272a +size 1469721 diff --git a/img/gallery/Buffet02.jpg b/img/gallery/Buffet02.jpg new file mode 100755 index 0000000..57c3312 --- /dev/null +++ b/img/gallery/Buffet02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e47484f58929db88e43a86acf7eaac7f4dd7e1ff91e7f47a61d85c180e46a3e3 +size 1392787 diff --git a/img/gallery/Buffet03.jpg b/img/gallery/Buffet03.jpg new file mode 100755 index 0000000..0c5115c --- /dev/null +++ b/img/gallery/Buffet03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0caefe8c087ce44d107b00c1403af0d6c5ac00026706abd2b491da2a6afdf7 +size 1231770 diff --git a/img/gallery/Buffet04.jpg b/img/gallery/Buffet04.jpg new file mode 100755 index 0000000..c784c71 --- /dev/null +++ b/img/gallery/Buffet04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794e5bc836c7bb93d6f90f8641ed7a50205fc3ace5a50c0e54168a0cae5da984 +size 1385564 diff --git a/img/gallery/Buffet05.jpg b/img/gallery/Buffet05.jpg new file mode 100755 index 0000000..fd88c4f --- /dev/null +++ b/img/gallery/Buffet05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd556a73991f99d6493a3fb9fc5cd6185461a182ddafa68aa92ae69889fe237b +size 1240904 diff --git a/img/gallery/Buffet06.jpg b/img/gallery/Buffet06.jpg new file mode 100755 index 0000000..6b16683 --- /dev/null +++ b/img/gallery/Buffet06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b780bfc4023c644e8d11091d14f1917b87a7c5f98e0772b64dc5169ae8fb3b8 +size 1325288 diff --git a/img/gallery/Buffet07.jpg b/img/gallery/Buffet07.jpg new file mode 100755 index 0000000..42400a7 --- /dev/null +++ b/img/gallery/Buffet07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0606b0e5515f0745a7ccd78304cc8238b73484aa374bd373091edc98cc7b2364 +size 1203093 diff --git a/img/gallery/Buffet08.jpg b/img/gallery/Buffet08.jpg new file mode 100755 index 0000000..683d888 --- /dev/null +++ b/img/gallery/Buffet08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f69ffc38710434fd7fa8df4ae139e79a1ba6ddc6f12b61ba33079b611c2553 +size 1233589 diff --git a/img/gallery/Buffet09.jpg b/img/gallery/Buffet09.jpg new file mode 100755 index 0000000..ee1d11d --- /dev/null +++ b/img/gallery/Buffet09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47bd913808d63229a6d501ccb8d075d210405ffbdbe1bd12696337ce72ccd263 +size 1229864 diff --git a/img/gallery/Buffet10.jpg b/img/gallery/Buffet10.jpg new file mode 100755 index 0000000..871518a --- /dev/null +++ b/img/gallery/Buffet10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf5b2a68f191999125857458adbf0180c73582507aae848931546094348e203 +size 1013606 diff --git a/img/gallery/Buffet11.jpg b/img/gallery/Buffet11.jpg new file mode 100755 index 0000000..89ef035 --- /dev/null +++ b/img/gallery/Buffet11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72270a21e8314f0f9b0577e764a025d7bad72185975f09b27161dbf01870f54 +size 1152033 diff --git a/img/gallery/Restaurant01.jpg b/img/gallery/Restaurant01.jpg new file mode 100755 index 0000000..aeee3ac --- /dev/null +++ b/img/gallery/Restaurant01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208ac4a36b1f794f7387a45ab521a9fbaeb3e93eb2a5c23a8454a6864c3d16c5 +size 229092 diff --git a/img/gallery/Restaurant02.jpg b/img/gallery/Restaurant02.jpg new file mode 100755 index 0000000..f0934be --- /dev/null +++ b/img/gallery/Restaurant02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede8141f351b3bd0335f4b270414387afe4e350ad5eb4d6907dbb0ae49d983f5 +size 207321 diff --git a/img/gallery/Restaurant03.jpg b/img/gallery/Restaurant03.jpg new file mode 100755 index 0000000..c7682c3 --- /dev/null +++ b/img/gallery/Restaurant03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7829329648004ad04d394e77cad8aad3c56c1f1e3c385c823110de2fe543d4d1 +size 253689 diff --git a/img/gallery/Restaurant04.jpg b/img/gallery/Restaurant04.jpg new file mode 100755 index 0000000..8fb6f6e --- /dev/null +++ b/img/gallery/Restaurant04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c244d61cabf8fee25f0f8bd671d06418f80791ef1e4ba381702154a0065701 +size 215877 diff --git a/img/gallery/Restaurant05.jpg b/img/gallery/Restaurant05.jpg new file mode 100755 index 0000000..7390d04 --- /dev/null +++ b/img/gallery/Restaurant05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f5700ce3b09f933dfb59b119e6e4fa3ee497856b535fa8e1dd82f6773d6e2a +size 280786 diff --git a/img/gallery/Restaurant06.jpg b/img/gallery/Restaurant06.jpg new file mode 100755 index 0000000..ec87832 --- /dev/null +++ b/img/gallery/Restaurant06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ff9109f12f01a7c831c46ad293e5a19df65dad7f9af9ef7338236e35058312 +size 310448 diff --git a/img/gallery/Restaurant07.jpg b/img/gallery/Restaurant07.jpg new file mode 100755 index 0000000..c327d87 --- /dev/null +++ b/img/gallery/Restaurant07.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3a80d809ecc8c75e041b58c7c495b126311fb8a90b56b1f2305e4e9490e8cf +size 297439 diff --git a/img/gallery/Restaurant08.jpg b/img/gallery/Restaurant08.jpg new file mode 100755 index 0000000..0aece16 --- /dev/null +++ b/img/gallery/Restaurant08.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b503ef39f82965405f5b121d3d1ec6a7abf9df659e5d3272f8abfdfd426a8fa +size 212895 diff --git a/img/gallery/Restaurant09.jpg b/img/gallery/Restaurant09.jpg new file mode 100755 index 0000000..0d53ec0 --- /dev/null +++ b/img/gallery/Restaurant09.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20d4e64944f660b428a320648ab769a39f5c0c64864e919548d5d07fa702e95 +size 247218 diff --git a/img/gallery/Restaurant10.jpg b/img/gallery/Restaurant10.jpg new file mode 100755 index 0000000..1e44c36 --- /dev/null +++ b/img/gallery/Restaurant10.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0fe589e94c8298b7eb8c7dc9d1ee4daeab580f2e3715770b820d463ef08e65 +size 152552 diff --git a/img/gallery/Restaurant11.jpg b/img/gallery/Restaurant11.jpg new file mode 100755 index 0000000..d16b5d4 --- /dev/null +++ b/img/gallery/Restaurant11.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c25d7afb21062f4e5bb717b2bfaf8721faf08e7a274222c8c6554eb73ec5ec +size 406015 diff --git a/img/gallery/Restaurant12.jpg b/img/gallery/Restaurant12.jpg new file mode 100755 index 0000000..966dc79 --- /dev/null +++ b/img/gallery/Restaurant12.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c59e03a6c9b88beb4a26839099b1ad2398423785ae1db42c676c19985adf3dc +size 164745 diff --git a/img/gallery/Restaurant13.jpg b/img/gallery/Restaurant13.jpg new file mode 100755 index 0000000..669a25d --- /dev/null +++ b/img/gallery/Restaurant13.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7deb60df45f5b41829e97f5ca4a2e0ee859f75ddadac87028d9e2eeef4481690 +size 349376 diff --git a/img/gallery/Restaurant14.jpg b/img/gallery/Restaurant14.jpg new file mode 100755 index 0000000..68c9d65 --- /dev/null +++ b/img/gallery/Restaurant14.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db1fb17f6b90c47c197ff6ee60c4039c9fbc7a8a5191264053443334ace7ef4 +size 169262 diff --git a/img/gallery/Restaurant15.jpg b/img/gallery/Restaurant15.jpg new file mode 100755 index 0000000..2caa062 --- /dev/null +++ b/img/gallery/Restaurant15.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47ebc883b3dfcf86807703b89ae567e4a8029c3368d7cab6ee3f5b3cffb11e7 +size 244873 diff --git a/img/gallery/Restaurant16.jpg b/img/gallery/Restaurant16.jpg new file mode 100755 index 0000000..b0b5d6b --- /dev/null +++ b/img/gallery/Restaurant16.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152beb2f42ba208ddd4d39e795bedee0a7c99c6f9a82e6eff203aa16aff15e50 +size 334671 diff --git a/img/gallery/Restaurant17.jpg b/img/gallery/Restaurant17.jpg new file mode 100755 index 0000000..7b3abbb --- /dev/null +++ b/img/gallery/Restaurant17.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20dbf7486fdbaf3f42eb4e049bb1026e1f8ae4fb294da4007db961ed8b9cfabb +size 340165 diff --git a/img/gallery/Restaurant18.jpg b/img/gallery/Restaurant18.jpg new file mode 100755 index 0000000..4e12066 --- /dev/null +++ b/img/gallery/Restaurant18.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e32d6509d77d7f8581049d6d437bdff4d039f7a67702892c5f55cea22d5b0d +size 323697 diff --git a/img/gallery/Restaurant19.jpg b/img/gallery/Restaurant19.jpg new file mode 100755 index 0000000..81af38a --- /dev/null +++ b/img/gallery/Restaurant19.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6078f609f4ff103fe66849fd3e775e2e23e7e699011792f38258d1eeeb72e88 +size 253415 diff --git a/img/gallery/Restaurant20.jpg b/img/gallery/Restaurant20.jpg new file mode 100755 index 0000000..42fb972 --- /dev/null +++ b/img/gallery/Restaurant20.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b753ff6d2d500f0fb632ad3990429d0a117eb592ee44233d100ef01e107105 +size 271363 diff --git a/img/gallery/Restaurant21.jpg b/img/gallery/Restaurant21.jpg new file mode 100755 index 0000000..5f84286 --- /dev/null +++ b/img/gallery/Restaurant21.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c722a350e176202bb370a000c5c3fefa725a974027d7e8bb7dd8c29b0e902d5e +size 312110 diff --git a/img/gallery/Restaurant22.jpg b/img/gallery/Restaurant22.jpg new file mode 100755 index 0000000..1ed9d17 --- /dev/null +++ b/img/gallery/Restaurant22.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9db45ba7193ee428bf0e8b50cd8678ac35a5694df59a331f1efcb3b0ea98c91 +size 324217 diff --git a/img/gallery/Restaurant23.jpg b/img/gallery/Restaurant23.jpg new file mode 100755 index 0000000..9e76d8f --- /dev/null +++ b/img/gallery/Restaurant23.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9a072a4ca35882261ed09b1478226e54d1134456ba2e2fe89c88392e058d73 +size 221483 diff --git a/img/gallery/Restaurant24.jpg b/img/gallery/Restaurant24.jpg new file mode 100755 index 0000000..fe737a2 --- /dev/null +++ b/img/gallery/Restaurant24.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331ad92228fdbf9e0747d4556dcd961a8c385611af194d3b0795e17e160ec213 +size 272920 diff --git a/img/gallery/Restaurant25.jpg b/img/gallery/Restaurant25.jpg new file mode 100755 index 0000000..9c27a0f --- /dev/null +++ b/img/gallery/Restaurant25.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ba0cc55eda7ef429946ff66c70b867e7741c8d61bc5d6930be2bcc76e4aad6 +size 233079 diff --git a/img/gallery/Restaurant26.jpg b/img/gallery/Restaurant26.jpg new file mode 100755 index 0000000..810c466 --- /dev/null +++ b/img/gallery/Restaurant26.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742234915ac151bfe86253b48dbab57650cf6ee219b885ffbf4156fe0b029896 +size 183110 diff --git a/img/gallery/Restaurant27.jpg b/img/gallery/Restaurant27.jpg new file mode 100755 index 0000000..252372a --- /dev/null +++ b/img/gallery/Restaurant27.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2255fb54971923e6d23f57f76fbb2929f00341067fa93c5c2802cbe18e58cb06 +size 235056 diff --git a/img/gallery/Restaurant28.jpg b/img/gallery/Restaurant28.jpg new file mode 100755 index 0000000..5334feb --- /dev/null +++ b/img/gallery/Restaurant28.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8399ad5855bd7016cead470a03b93ea3e8ac990f88d8d544882789ffac97a343 +size 242903 diff --git a/img/gallery/Restaurant29.jpg b/img/gallery/Restaurant29.jpg new file mode 100755 index 0000000..5eee602 --- /dev/null +++ b/img/gallery/Restaurant29.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53994a5678d1744f9225bf656b6f86fb46a86186053e3f2dcf441dcffc3d2a19 +size 284718 diff --git a/img/gallery/Restaurant30.jpg b/img/gallery/Restaurant30.jpg new file mode 100755 index 0000000..f47d0ec --- /dev/null +++ b/img/gallery/Restaurant30.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8bdd9d73f38dc0f9bf50af21b13498bc7e5da69fda258db8c7a70119d69a6f +size 164203 diff --git a/img/gallery/Restaurant31.jpg b/img/gallery/Restaurant31.jpg new file mode 100755 index 0000000..31d9520 --- /dev/null +++ b/img/gallery/Restaurant31.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5f85e4f6720f55d7b5422a1aa9f5ad20197f55ce952418545232eb6a8cbd7c +size 268251 diff --git a/img/gallery/Restaurant32.jpg b/img/gallery/Restaurant32.jpg new file mode 100755 index 0000000..8bd2a2d --- /dev/null +++ b/img/gallery/Restaurant32.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a0f248fd1ff4a3f19c0c03ab6501f1e662ba876f3abbaa8860496743ca0f0f +size 230696 diff --git a/img/gallery/Restaurant33.jpg b/img/gallery/Restaurant33.jpg new file mode 100755 index 0000000..3eb4a96 --- /dev/null +++ b/img/gallery/Restaurant33.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d99c5f4212b7c7149812802f317bbe819bddb61ccc79ade39024c6f82a5c86 +size 365260 diff --git a/img/gallery/Restaurant34.jpg b/img/gallery/Restaurant34.jpg new file mode 100755 index 0000000..e1bfdf4 --- /dev/null +++ b/img/gallery/Restaurant34.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66e21bb44e217888766e2904e90b42acbd885502fa82e37c586478d06029b47 +size 368794 diff --git a/img/gallery/Restaurant35.jpg b/img/gallery/Restaurant35.jpg new file mode 100755 index 0000000..25136bd --- /dev/null +++ b/img/gallery/Restaurant35.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ff4c61e30083c93c8764855d1f841b8ced943a178a673ce33f75cb95456322 +size 358186 diff --git a/img/gallery/Restaurant36.jpg b/img/gallery/Restaurant36.jpg new file mode 100755 index 0000000..6b7031d --- /dev/null +++ b/img/gallery/Restaurant36.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:391bb8bd566c67c5b0d69f9e23601d199c257c770a50023b8c0a69312a598470 +size 253780 diff --git a/img/gallery/Restaurant37.jpg b/img/gallery/Restaurant37.jpg new file mode 100755 index 0000000..aae0ba2 --- /dev/null +++ b/img/gallery/Restaurant37.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4d5d383738d7c295e659e0464987c48aa96cd5962ce622e2a6942c53b69763 +size 444880 diff --git a/img/gallery/Restaurant38.jpg b/img/gallery/Restaurant38.jpg new file mode 100755 index 0000000..adc2bcc --- /dev/null +++ b/img/gallery/Restaurant38.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14cccaf4e03958874a3a8f336ab99e586a7dcb8899cc73fd3f0d2eca58d21a1a +size 508872 diff --git a/img/gallery/Restaurant39.jpg b/img/gallery/Restaurant39.jpg new file mode 100755 index 0000000..26a4154 --- /dev/null +++ b/img/gallery/Restaurant39.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdfa192414bac1013852049ff434f8f43ca655fb6772d748a3ace0be28075328 +size 327121 diff --git a/img/gallery/Restaurant40.jpg b/img/gallery/Restaurant40.jpg new file mode 100755 index 0000000..e8a8899 --- /dev/null +++ b/img/gallery/Restaurant40.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce79e5067ff29f58c5173e635ee5f1bb29d0713505bfc1a1430fa34d440041d9 +size 397141 diff --git a/img/gallery/Restaurant41.jpg b/img/gallery/Restaurant41.jpg new file mode 100755 index 0000000..a6d1516 --- /dev/null +++ b/img/gallery/Restaurant41.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e83ba8d4c3650f3c52f13264239dade46bcc22f351b0cb1166c22e6326bff8 +size 369724 diff --git a/img/gallery/Restaurant42.jpg b/img/gallery/Restaurant42.jpg new file mode 100755 index 0000000..cc53f67 --- /dev/null +++ b/img/gallery/Restaurant42.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7da202058040ea34e96bf648c92720045c318df49f8835a253f4af3af4ef2e +size 308925 diff --git a/img/gallery/Restaurant43.jpg b/img/gallery/Restaurant43.jpg new file mode 100755 index 0000000..c8ac42d --- /dev/null +++ b/img/gallery/Restaurant43.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f1c09b13405a88733df735e038e39a5e270f23526f71de45f4296dd3a20841 +size 317504 diff --git a/img/gallery/Restaurant44.jpg b/img/gallery/Restaurant44.jpg new file mode 100755 index 0000000..5e04c42 --- /dev/null +++ b/img/gallery/Restaurant44.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563e541cd0612309ee5bc604d122ef6d6126eba5afe3398372d921477a8c909b +size 321614 diff --git a/img/gallery/Restaurant45.jpg b/img/gallery/Restaurant45.jpg new file mode 100755 index 0000000..cb28700 --- /dev/null +++ b/img/gallery/Restaurant45.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3793698989168c593f894d0ed6604bcad82ee5d29b422d19e8810ed796201ab4 +size 344500 diff --git a/img/gallery/Restaurant46.jpg b/img/gallery/Restaurant46.jpg new file mode 100755 index 0000000..5c183a5 --- /dev/null +++ b/img/gallery/Restaurant46.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64163ae01826161f3b66f0d389dd35baf004d93d83bafab5abdc2ce17b7225c0 +size 413586 diff --git a/img/gallery/Restaurant47.jpg b/img/gallery/Restaurant47.jpg new file mode 100755 index 0000000..2e222fd --- /dev/null +++ b/img/gallery/Restaurant47.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35496b93d05439dcc69d77e06c91a5aeb8e75c8866711889c3b11c79ef42c595 +size 443683 diff --git a/img/gallery/Restaurant48.jpg b/img/gallery/Restaurant48.jpg new file mode 100755 index 0000000..044bd73 --- /dev/null +++ b/img/gallery/Restaurant48.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf92a9dc7ff0f7c470ef508ae08565e619ecf0d8620948396da554431c2a1d1a +size 419482 diff --git a/img/gallery/Restaurant49.jpg b/img/gallery/Restaurant49.jpg new file mode 100755 index 0000000..3b379e7 --- /dev/null +++ b/img/gallery/Restaurant49.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2851342b4ac41de01f451b773d30d5d3b91ba120aca792d29483a2abd5f6b5a +size 311345 diff --git a/img/gallery/Restaurant50.jpg b/img/gallery/Restaurant50.jpg new file mode 100755 index 0000000..42e950a --- /dev/null +++ b/img/gallery/Restaurant50.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8957ebfa97a63eb9e5f1e1f9c0c99487d40b59ea88f4f2216d192acc5aa18e57 +size 418775 diff --git a/img/gallery/Restaurant51.jpg b/img/gallery/Restaurant51.jpg new file mode 100755 index 0000000..9b05a67 --- /dev/null +++ b/img/gallery/Restaurant51.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6f1298d92ffd278b3176d115d5c38773ffabd262cd87227c0d0f12bb92142a +size 424792 diff --git a/img/gallery/Restaurant52.jpg b/img/gallery/Restaurant52.jpg new file mode 100755 index 0000000..92aec64 --- /dev/null +++ b/img/gallery/Restaurant52.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5eb2b9de9787c54ad9638d732050d319cd7e9417a970c9ea1fb9a4fe5421f9a +size 462571 diff --git a/img/gallery/Speisen01.jpg b/img/gallery/Speisen01.jpg new file mode 100755 index 0000000..13163c0 --- /dev/null +++ b/img/gallery/Speisen01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09b5bcfdbb16086b486011b6d97a9fe83e6578e663dc6b0b862a30c6996fe0c +size 207718 diff --git a/img/gallery/Speisen02.jpg b/img/gallery/Speisen02.jpg new file mode 100755 index 0000000..06b7e7f --- /dev/null +++ b/img/gallery/Speisen02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d52e1ed62d1733bd534f55f7364a445cedf97ce22742f39d2ec37417df044152 +size 247803 diff --git a/img/gallery/Speisen03.jpg b/img/gallery/Speisen03.jpg new file mode 100755 index 0000000..8828d92 --- /dev/null +++ b/img/gallery/Speisen03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075aab9d3fa66ecdded36396ba2b9bdfbeda6cd7dc7621490c5c7362a03540b1 +size 229798 diff --git a/img/gallery/Speisen04.jpg b/img/gallery/Speisen04.jpg new file mode 100755 index 0000000..7b2fb33 --- /dev/null +++ b/img/gallery/Speisen04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141834bb9662077ca5633ec8b44c3fe8ba8a6a657d9c7fbce24c4408976f0a96 +size 245294 diff --git a/img/gallery/Speisen05.jpg b/img/gallery/Speisen05.jpg new file mode 100755 index 0000000..666dc34 --- /dev/null +++ b/img/gallery/Speisen05.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec4fb048bb797d0ec7fa12dd2a659a73b9bbe29f0cba2d738f6db2e6c426411 +size 259935 diff --git a/img/gallery/Speisen06.jpg b/img/gallery/Speisen06.jpg new file mode 100755 index 0000000..5d68980 --- /dev/null +++ b/img/gallery/Speisen06.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f75f3ac5074cb11dbd0454593602be876e6c245a70cd19757b52f655d4d48d +size 245186 diff --git a/img/gallery/Speisen21.jpg b/img/gallery/Speisen21.jpg new file mode 100755 index 0000000..f5fbec8 --- /dev/null +++ b/img/gallery/Speisen21.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7404921b5a239e88d07abad1b432567597731d3f1dd237f20014393d74f95220 +size 564428 diff --git a/img/gallery/Speisen22.jpg b/img/gallery/Speisen22.jpg new file mode 100755 index 0000000..d368efe --- /dev/null +++ b/img/gallery/Speisen22.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef53a76a43860f2e935e8b1bcc630983e456d36022ce72b170d85c8bb77051fc +size 526865 diff --git a/img/gallery/Speisen23.jpg b/img/gallery/Speisen23.jpg new file mode 100755 index 0000000..cc34dd7 --- /dev/null +++ b/img/gallery/Speisen23.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4c9ef7c1c59a0cdae7bc9bceb0aa0bc511e708bf21eed612ff636049bc5fc6 +size 547758 diff --git a/img/gallery/Speisen24.jpg b/img/gallery/Speisen24.jpg new file mode 100755 index 0000000..68d93cc --- /dev/null +++ b/img/gallery/Speisen24.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1bdcd6f532dca851d0d308caec551b2a130345389346f509e103c2bc61ad7f +size 443525 diff --git a/img/gallery/Speisen25.jpg b/img/gallery/Speisen25.jpg new file mode 100755 index 0000000..bf04a89 --- /dev/null +++ b/img/gallery/Speisen25.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3c59ac4acaf38b11e2082b50ca7bb11917d8dce69a5ca87c0f55837fe7fc9d +size 457795 diff --git a/img/gallery/Speisen26.jpg b/img/gallery/Speisen26.jpg new file mode 100755 index 0000000..d82b319 --- /dev/null +++ b/img/gallery/Speisen26.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34a24f6a77a0607abfb7aa8193aca769a8ef1e18985cab211da58afe31c14b2c +size 295608 diff --git a/img/gallery/Speisen27.jpg b/img/gallery/Speisen27.jpg new file mode 100755 index 0000000..3f34832 --- /dev/null +++ b/img/gallery/Speisen27.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bf174b58f840c53848adaa2c27d0b2c5edf72b5f54f30ae94358b9a18e0c45 +size 320222 diff --git a/img/gallery/Zubereitung01.jpg b/img/gallery/Zubereitung01.jpg new file mode 100755 index 0000000..90eafe1 --- /dev/null +++ b/img/gallery/Zubereitung01.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24fb9ed0a0effc8b0cf18530f0d3468ba8739f4b267edf6abb7f21e005216081 +size 582416 diff --git a/img/gallery/Zubereitung02.jpg b/img/gallery/Zubereitung02.jpg new file mode 100755 index 0000000..d477076 --- /dev/null +++ b/img/gallery/Zubereitung02.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f198a22c17bfccb21943b049582bd8fe9e64b7cf57877cf131b069884bfd9b9 +size 823546 diff --git a/img/gallery/Zubereitung03.jpg b/img/gallery/Zubereitung03.jpg new file mode 100755 index 0000000..af0e920 --- /dev/null +++ b/img/gallery/Zubereitung03.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61fac3f117408a72645dced5d11012a585e4db6b0916f73da65ab2b254e02d0 +size 380026 diff --git a/img/gallery/Zubereitung04.jpg b/img/gallery/Zubereitung04.jpg new file mode 100755 index 0000000..f6bb915 --- /dev/null +++ b/img/gallery/Zubereitung04.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b7f06e627f6d3fcba08a15def1d89d109bcb6b4d7a0ac1960836308f096864 +size 385915 diff --git a/img/header/head_restaurant.jpg b/img/header/head_restaurant.jpg new file mode 100755 index 0000000..9f8d786 --- /dev/null +++ b/img/header/head_restaurant.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:310a43024dee373297cc58698804a6bb44d5ec93e0a205305b45bdfa3a92d8e9 +size 54209 diff --git a/impressum.html b/impressum.html new file mode 100755 index 0000000..8c57788 --- /dev/null +++ b/impressum.html @@ -0,0 +1,59 @@ + + + + + + + + + + + Impressum - 1894. GmbH - Das Restaurant im Theater + + + + + + + + +
+
+ + +

Impressum

+
+ Verantwortlich
+ 1894. GmbH - Das Restaurant im Theater Erfurt.

+ + Design und Umsetzung
+ SECONDRED Newmedia GmbH
+ www.secondred.de

+ + Fotos
+ Lutz Edelhoff + +
+
+
+ +
+ + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100755 index 0000000..6c25cb5 --- /dev/null +++ b/index.html @@ -0,0 +1,58 @@ + + + + + + + + + + + Startseite - 1894. GmbH - Das Restaurant im Theater + + + + + + + + +
+
+ + +

Startseite

+
+ 1894. GmbH - Das Restaurant im Theater Erfurt. Gern empfangen wir Sie jeweils ab 2 Stunden vor den + Vorstellungen im Theater Erfurt. Lassen Sie sich von uns mit ausgewählten Speisen und Getränken + kulinarisch verwöhnen und erleben Sie einen wunderbaren Opernabend in unserem Restaurant im Theater + Erfurt. +

+ In unserem Restaurant auf zwei Etagen in gemütlichem Ambiente richten wir gern nach Vereinbarung Ihre + private oder geschäftliche Feier aus. Rufen Sie uns einfach an. Auch zu den Vorstellungszeiten würden + wir uns freuen, wenn Sie uns im Vorfeld für Ihre Reservierung / Vorbestellung ansprechen. +
+
+
+ +
+ + + \ No newline at end of file diff --git a/js/chrosey.slideshow.js b/js/chrosey.slideshow.js new file mode 100755 index 0000000..40f62b6 --- /dev/null +++ b/js/chrosey.slideshow.js @@ -0,0 +1,218 @@ +var currentOffset = 0; +var viewHeight, displayable, galleryHeight, galleryMargin, galleryCount, maxOffset; + +$(function () { + //$("body").backstretch("img/backgrounds/bg_restaurant.jpg"); + lightbox.option({ + 'resizeDuration': 300, + 'wrapAround': true, + 'albumLabel': "Bild %1 von %2" + }); + + function init() { + viewHeight = $(window).height(); + displayable = Math.floor((viewHeight - 220) / 140); + galleryHeight = displayable * 140; + galleryMargin = (viewHeight - galleryHeight) / 2; + galleryCount = $('#navi li').length; + maxOffset = -1 * (galleryCount - displayable) * 140; + console.debug(displayable, galleryCount); + + $('#scroll').css({ + height: galleryHeight, + 'top': galleryMargin + }) + } + + let imagesToLoad = [{ + path: "Restaurant01", + alt: "nice" + }, + { + path: "Restaurant02", + alt: "" + }, + { + path: "Restaurant31", + alt: "" + }, + { + path: "Restaurant34", + alt: "" + }, + { + path: "Restaurant05", + alt: "" + }, + { + path: "Restaurant11", + alt: "" + }, + { + path: "Restaurant13", + alt: "" + }, + { + path: "Restaurant14", + alt: "" + }, + { + path: "Restaurant07", + alt: "" + }, + { + path: "Restaurant08", + alt: "" + }, + { + path: "Restaurant48", + alt: "" + }, + { + path: "Restaurant17", + alt: "" + }, + { + path: "Restaurant19", + alt: "Der Blick auf das Foyer aus unserer oberen Etage" + }, + { + path: "Restaurant20", + alt: "" + }, + { + path: "Restaurant23", + alt: "" + }, + { + path: "Restaurant25", + alt: "" + }, + { + path: "Restaurant40", + alt: "" + }, + { + path: "Restaurant49", + alt: "" + }, + { + path: "Speisen01", + alt: "" + }, + { + path: "Speisen22", + alt: "" + }, + { + path: "Speisen21", + alt: "" + }, + { + path: "Speisen23", + alt: "" + }, + { + path: "Speisen24", + alt: "" + }, + { + path: "Speisen25", + alt: "" + }, + { + path: "Speisen26", + alt: "" + }, + { + path: "Buffet01", + alt: "" + }, + { + path: "Buffet02", + alt: "" + }, + { + path: "Buffet04", + alt: "" + }, + { + path: "Buffet06", + alt: "" + }, + { + path: "Buffet07", + alt: "" + }, + { + path: "Buffet11", + alt: "" + }, + { + path: "Zubereitung01", + alt: "So geht es in der Küche zu" + }, + { + path: "Zubereitung02", + alt: "So geht es in der Küche zu" + }, + { + path: "Zubereitung03", + alt: "So geht es in der Küche zu" + }, + { + path: "Zubereitung04", + alt: "So geht es in der Küche zu" + } + ] + imagesToLoad.sort(function () { + return Math.random() - 0.5; + }) + imagesToLoad.forEach(function (element) { + var item = '
  • '; + $('#navi').append(item); + }); + + $('#prev').click(function () { + if (currentOffset < 0) { + currentOffset += 140; + } else { + currentOffset = maxOffset; + } + $('#navi').css('transform', "translateY(" + currentOffset + "px)"); + }); + + $('#next').click(function () { + + if (currentOffset > maxOffset) { + currentOffset -= 140; + } else { + currentOffset = 0; + } + $('#navi').css('transform', "translateY(" + currentOffset + "px)"); + }); + + + $(window).on('mousewheel DOMMouseScroll', function (event) { + if (event.originalEvent.detail >= 0) { + $('#next').click(); + } else { + $('#prev').click(); + } + }); + $(window).resize(function () { + init(); + }); + init(); +}); \ No newline at end of file diff --git a/js/jquery-3.4.1.min.js b/js/jquery-3.4.1.min.js new file mode 100755 index 0000000..a1c07fd --- /dev/null +++ b/js/jquery-3.4.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,g=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=function(e){return null!=e&&e===e.window},c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.4.1",k=function(e,t){return new k.fn.init(e,t)},p=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function d(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp($),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+$),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ne=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(m.childNodes),m.childNodes),t[m.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&((e?e.ownerDocument||e:m)!==C&&T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!A[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&U.test(t)){(s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=k),o=(l=h(t)).length;while(o--)l[o]="#"+s+" "+xe(l[o]);c=l.join(","),f=ee.test(t)&&ye(e.parentNode)||e}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){A(t,!0)}finally{s===k&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[k]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:m;return r!==C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),m!==C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=k,!C.getElementsByName||!C.getElementsByName(k).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+k+"-]").length||v.push("~="),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+k+"+*").length||v.push(".#.+[+~]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",$)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e===C||e.ownerDocument===m&&y(m,e)?-1:t===C||t.ownerDocument===m&&y(m,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===C?-1:t===C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]===m?-1:s[r]===m?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if((e.ownerDocument||e)!==C&&T(e),d.matchesSelector&&E&&!A[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){A(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=p[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&p(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?k.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?k.grep(e,function(e){return e===n!==r}):"string"!=typeof n?k.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(k.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:L.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof k?t[0]:t,k.merge(this,k.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),D.test(r[1])&&k.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(k):k.makeArray(e,this)}).prototype=k.fn,q=k(E);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}k.fn.extend({has:function(e){var t=k(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?k.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;nx",y.noCloneChecked=!!me.cloneNode(!0).lastChild.defaultValue;var Te=/^key/,Ce=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ee=/^([^.]*)(?:\.(.+)|)/;function ke(){return!0}function Se(){return!1}function Ne(e,t){return e===function(){try{return E.activeElement}catch(e){}}()==("focus"===t)}function Ae(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Ae(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Se;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return k().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=k.guid++)),e.each(function(){k.event.add(this,t,i,r,n)})}function De(e,i,o){o?(Q.set(e,i,!1),k.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Q.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(k.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Q.set(this,i,r),t=o(this,i),this[i](),r!==(n=Q.get(this,i))||t?Q.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n.value}else r.length&&(Q.set(this,i,{value:k.event.trigger(k.extend(r[0],k.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Q.get(e,i)&&k.event.add(e,i,ke)}k.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.get(t);if(v){n.handler&&(n=(o=n).handler,i=o.selector),i&&k.find.matchesSelector(ie,i),n.guid||(n.guid=k.guid++),(u=v.events)||(u=v.events={}),(a=v.handle)||(a=v.handle=function(e){return"undefined"!=typeof k&&k.event.triggered!==e.type?k.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(R)||[""]).length;while(l--)d=g=(s=Ee.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=k.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=k.event.special[d]||{},c=k.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&k.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),k.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.hasData(e)&&Q.get(e);if(v&&(u=v.events)){l=(t=(t||"").match(R)||[""]).length;while(l--)if(d=g=(s=Ee.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){f=k.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||k.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)k.event.remove(e,d+t[l],n,r,!0);k.isEmptyObject(u)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=k.event.fix(e),u=new Array(arguments.length),l=(Q.get(this,"events")||{})[s.type]||[],c=k.event.special[s.type]||{};for(u[0]=s,t=1;t\x20\t\r\n\f]*)[^>]*)\/>/gi,qe=/\s*$/g;function Oe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&k(e).children("tbody")[0]||e}function Pe(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Re(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Me(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(Q.hasData(e)&&(o=Q.access(e),a=Q.set(t,o),l=o.events))for(i in delete a.handle,a.events={},l)for(n=0,r=l[i].length;n")},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=oe(e);if(!(y.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||k.isXMLDoc(e)))for(a=ve(c),r=0,i=(o=ve(e)).length;r").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Vt,Gt=[],Yt=/(=)\?(?=&|$)|\?\?/;k.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Gt.pop()||k.expando+"_"+kt++;return this[e]=!0,e}}),k.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Yt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Yt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Yt,"$1"+r):!1!==e.jsonp&&(e.url+=(St.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||k.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?k(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Gt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Vt=E.implementation.createHTMLDocument("").body).innerHTML="
    ",2===Vt.childNodes.length),k.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=D.exec(e))?[t.createElement(i[1])]:(i=we([e],t,o),o&&o.length&&k(o).remove(),k.merge([],i.childNodes)));var r,i,o},k.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(k.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},k.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){k.fn[t]=function(e){return this.on(t,e)}}),k.expr.pseudos.animated=function(t){return k.grep(k.timers,function(e){return t===e.elem}).length},k.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=k.css(e,"position"),c=k(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=k.css(e,"top"),u=k.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,k.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},k.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){k.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===k.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===k.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=k(e).offset()).top+=k.css(e,"borderTopWidth",!0),i.left+=k.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-k.css(r,"marginTop",!0),left:t.left-i.left-k.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===k.css(e,"position"))e=e.offsetParent;return e||ie})}}),k.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;k.fn[t]=function(e){return _(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),k.each(["top","left"],function(e,n){k.cssHooks[n]=ze(y.pixelPosition,function(e,t){if(t)return t=_e(e,n),$e.test(t)?k(e).position()[n]+"px":t})}),k.each({Height:"height",Width:"width"},function(a,s){k.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){k.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return _(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?k.css(e,t,i):k.style(e,t,n,i)},s,n?e:void 0,n)}})}),k.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){k.fn[n]=function(e,t){return 0parseInt(c.width,10);)a[d]=a[d-1],--d;a[d]=c}return a},d=function(a,c,d){for(var e,f,g=b.devicePixelRatio||1,h=q(),i=(r(),c>a?"portrait":a>c?"landscape":"square"),j=0,k=0;k=e)));k++);return d[Math.min(k,j)]},e=function(a,b){if("string"==typeof a)a=a.replace(/{{(width|height)}}/g,b);else if(a instanceof Array)for(var c=0;c=c.length&&(d=0,e=0),f<0&&(f=e),f=Math.min(f,e);var k=c.slice(d+f,e-f);if(c=c.slice(d,f),e=c.length,!e)return void j(c,g,!0);for(var l,m=0,n=function(){m++,m===e&&(j(c,g,!k),b(k,0,0,f,g))},o=0;o=this.images.length&&(this.options.start=this.images.length-1),this.options.start<0&&(this.options.start=0),this.isBody=c===document.body;var h=a(b);this.$container=a(c),this.$root=this.isBody?s?h:a(document):this.$container,this.originalImages=this.images,this.images=g(this.options.alwaysTestWindowResolution?h:this.$root,this.originalImages),i(this.images,this.options.start||0,this.options.preload||1);var l=this.$container.children(".backstretch").first();if(this.$wrap=l.length?l:a('
    ').css(this.options.bypassCss?{}:f.wrap).appendTo(this.$container),!this.options.bypassCss){if(!this.isBody){var m=this.$container.css("position"),n=this.$container.css("zIndex");this.$container.css({position:"static"===m?"relative":m,zIndex:"auto"===n?0:n}),this.$wrap.css({zIndex:-999998})}this.$wrap.css({position:this.isBody&&s?"fixed":"absolute"})}this.index=this.options.start,this.show(this.index),h.on("resize.backstretch",a.proxy(this.resize,this)).on("orientationchange.backstretch",a.proxy(function(){this.isBody&&0===b.pageYOffset&&(b.scrollTo(0,1),this.resize())},this))},o=function(b){var d=b.transition||"fade";"string"==typeof d&&d.indexOf("|")>-1&&(d=d.split("|")),d instanceof Array&&(d=d[Math.round(Math.random()*(d.length-1))]);var e=b.new,f=b.old?b.old:a([]);switch(d.toString().toLowerCase()){default:case"fade":e.fadeIn({duration:b.duration,complete:b.complete,easing:b.easing||c});break;case"fadeinout":case"fade_in_out":var g=function(){e.fadeIn({duration:b.duration/2,complete:b.complete,easing:b.easing||c})};f.length?f.fadeOut({duration:b.duration/2,complete:g,easing:b.easing||c}):g();break;case"pushleft":case"push_left":case"pushright":case"push_right":case"pushup":case"push_up":case"pushdown":case"push_down":case"coverleft":case"cover_left":case"coverright":case"cover_right":case"coverup":case"cover_up":case"coverdown":case"cover_down":var h=d.match(/^(cover|push)_?(.*)$/),i="left"===h[2]?"right":"right"===h[2]?"left":"down"===h[2]?"top":"up"===h[2]?"bottom":"right",j={display:""},k={};if(j[i]="-100%",k[i]=0,e.css(j).animate(k,{duration:b.duration,complete:function(){e.css(i,""),b.complete.apply(this,arguments)},easing:b.easing||c}),"push"===h[1]&&f.length){var l={};l[i]="100%",f.animate(l,{duration:b.duration,complete:function(){f.css("display","none")},easing:b.easing||c})}}};n.prototype={resize:function(){try{var e=this.options.alwaysTestWindowResolution?a(b):this.$root,f=e.width(),h=e.height(),j=f/(this._lastResizeContainerWidth||0),k=h/(this._lastResizeContainerHeight||0),l=this.options.resolutionChangeRatioThreshold||0;if((f!==this._lastResizeContainerWidth||h!==this._lastResizeContainerHeight)&&(Math.abs(j-1)>=l||isNaN(j)||Math.abs(k-1)>=l||isNaN(k))&&(this._lastResizeContainerWidth=f,this._lastResizeContainerHeight=h,this.images=g(e,this.originalImages),this.options.preload&&i(this.images,(this.index+1)%this.images.length,this.options.preload),1===this.images.length&&this._currentImage.url!==this.images[0].url)){var m=this;clearTimeout(m._selectAnotherResolutionTimeout),m._selectAnotherResolutionTimeout=setTimeout(function(){m.show(0)},this.options.resolutionRefreshRate)}var n,o,p={left:0,top:0,right:"auto",bottom:"auto"},q=this.isBody?this.$root.width():this.$root.innerWidth(),r=this.isBody?b.innerHeight?b.innerHeight:this.$root.height():this.$root.innerHeight(),s=this.$itemWrapper.data("width"),t=this.$itemWrapper.data("height"),u=s/t||1,v=this._currentImage.alignX===c?this.options.alignX:this._currentImage.alignX,w=this._currentImage.alignY===c?this.options.alignY:this._currentImage.alignY,x=d(this._currentImage.scale||this.options.scale);if("fit"===x||"fit-smaller"===x){if(n=s,o=t,n>q||o>r||"fit-smaller"===x){var y=q/r;y>u?(n=Math.floor(r*u),o=r):y.backstretch-item").not(".deleteable").each(function(){var b=a(this);b.find("img,video,iframe").css(p)});var z=a.Event("backstretch.resize",{relatedTarget:this.$container[0]});this.$container.trigger(z,this)}catch(a){}return this},show:function(b,d){if(!(Math.abs(b)>this.images.length-1)){var e=this,g=e.$wrap.find(">.backstretch-item").addClass("deleteable"),i=e.videoWrapper,j={relatedTarget:e.$container[0]};e.$container.trigger(a.Event("backstretch.before",j),[e,b]),this.index=b;var k=e.images[b];clearTimeout(e._cycleTimeout),delete e.videoWrapper;var l=h(k);return l?(e.videoWrapper=new p(k),e.$item=e.videoWrapper.$video.css("pointer-events","none")):e.$item=a(""),e.$itemWrapper=a('
    ').append(e.$item),this.options.bypassCss?e.$itemWrapper.css({display:"none"}):(e.$itemWrapper.css(f.itemWrapper),e.$item.css(f.item)),e.$item.bind(l?"canplay":"load",function(f){var h=a(this),k=h.parent(),m=k.data("options");d&&(m=a.extend({},m,d));var n=this.naturalWidth||this.videoWidth||this.width,p=this.naturalHeight||this.videoHeight||this.height;k.data("width",n).data("height",p);var q=function(a){return m[a]!==c?m[a]:e.options[a]},r=q("transition"),s=q("transitionEasing"),t=q("transitionDuration"),u=function(){i&&(i.stop(),i.destroy()),g.remove(),!e.paused&&e.images.length>1&&e.cycle(),e.options.bypassCss||e.isBody||e.$container.css("background-image","none"),a(["after","show"]).each(function(){e.$container.trigger(a.Event("backstretch."+this,j),[e,b])}),l&&e.videoWrapper.play()};e.firstShow&&!e.options.animateFirst||!t||!r?(k.show(),u()):o({new:k,old:g,transition:r,duration:t,easing:s,complete:u}),e.firstShow=!1,e.resize()}),e.$itemWrapper.appendTo(e.$wrap),e.$item.attr("alt",k.alt||""),e.$itemWrapper.data("options",k),l||e.$item.attr("src",k.url),e._currentImage=k,e}},current:function(){return this.index},next:function(){var a=Array.prototype.slice.call(arguments,0);return a.unshift(this.index1){clearTimeout(this._cycleTimeout);var b=this._currentImage&&this._currentImage.duration||this.options.duration,c=h(this._currentImage),d=function(){this.$item.off(".cycle"),this.paused||this.next()};if(c){if(!this._currentImage.loop){var e=0;this.$item.on("playing.cycle",function(){var b=a(this).data("player");clearTimeout(e),e=setTimeout(function(){b.pause(),b.$video.trigger("ended")},1e3*(b.getDuration()-b.getCurrentTime()))}).on("ended.cycle",function(){clearTimeout(e)})}this.$item.on("error.cycle initerror.cycle",a.proxy(d,this))}c&&!this._currentImage.duration?this.$item.on("ended.cycle",a.proxy(d,this)):this._cycleTimeout=setTimeout(a.proxy(d,this),b)}return this},destroy:function(c){a(b).off("resize.backstretch orientationchange.backstretch"),this.videoWrapper&&this.videoWrapper.destroy(),clearTimeout(this._cycleTimeout),c||this.$wrap.remove(),this.$container.removeData("backstretch")}};var p=function(){this.init.apply(this,arguments)};p.prototype.init=function(d){var f,g=this,h=function(){g.$video=f,g.video=f[0]},i="video";if(d.url instanceof Array||!e.test(d.url)||(i="youtube"),g.type=i,"youtube"===i){p.loadYoutubeAPI(),g.ytId=d.url.match(e)[2];var j="https://www.youtube.com/embed/"+g.ytId+"?rel=0&autoplay=0&showinfo=0&controls=0&modestbranding=1&cc_load_policy=0&disablekb=1&iv_load_policy=3&loop=0&enablejsapi=1&origin="+encodeURIComponent(b.location.origin);g.__ytStartMuted=!!d.mute||d.mute===c,f=a("