Skip to content

Commit

Permalink
Merge pull request #11 from Wolkenhof/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
wsoePhantom authored Aug 31, 2023
2 parents bc40755 + 57bf1ef commit d850574
Show file tree
Hide file tree
Showing 561 changed files with 942 additions and 157,438 deletions.
31 changes: 2 additions & 29 deletions _404/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,39 +127,12 @@
</style>

<link type="text/css" rel="stylesheet" href="style.css">

<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->

<meta name="robots" content="noindex, follow">
</head>

<body>
<div id="container" class="boxed">
<!-- Animated Clouds -->
<!-- <div id="background-wrap">
<div class="x1">
<div class="cloud"></div>
</div>
<div class="x2">
<div class="cloud"></div>
</div>
<div class="x3">
<div class="cloud"></div>
</div>
<div class="x4">
<div class="cloud"></div>
</div>
<div class="x5">
<div class="cloud"></div>
</div>
</div> -->
<div id="notfound">
<div id="container" class="boxed"> <div id="notfound">
<div class="notfound">
<div class="notfound-404">
<h3>Oops! Seite nicht gefunden</h3>
Expand Down
3 changes: 0 additions & 3 deletions _404/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -377,17 +377,14 @@ a {

.pic-ctn {
position: relative;
/* width: 100vw; */
height: 500px;
width: 50%;
margin-left: 15%;
/* margin-top: 15vh; */
}

.pic-ctn>img {
position: absolute;
top: 0;
/* left: calc(50% - 100px); */
opacity: 0;
animation: display 40s infinite;
}
Expand Down
23 changes: 0 additions & 23 deletions agb/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,29 +143,6 @@

<div id="background-wrap" class="clouds"></div>

<!-- Animated Clouds -->
<!-- <div id="background-wrap">
<div class="x1">
<div class="cloud"></div>
</div>
<div class="x2">
<div class="cloud"></div>
</div>
<div class="x3">
<div class="cloud"></div>
</div>
<div class="x4">
<div class="cloud"></div>
</div>
<div class="x5">
<div class="cloud"></div>
</div>
</div> -->

<!-- Content Section -->
<div id="content">
<!-- Banner -->
Expand Down
88 changes: 1 addition & 87 deletions bootstrap-test-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -562,93 +562,7 @@ <h5 class="text-center white">© 2023 Wolkenhof GmbH. Alle Rechte vorbehalten.</
</footer>
</div>

<!-- Maybe Useless? -->

<!-- <div class="home-box">
</div>
<script type="text/javascript">
var tpj = jQuery;
tpj.noConflict();
tpj(document).ready(function () {
if (tpj.fn.cssOriginal != undefined)
tpj.fn.css = tpj.fn.cssOriginal;
var api = tpj('.fullwidthbanner').revolution(
{
delay: 8000,
startwidth: 1170,
startheight: 500,
onHoverStop: "off",
thumbWidth: 100,
thumbHeight: 50,
thumbAmount: 3,
hideThumbs: 0,
navigationType: "none",
navigationArrows: "solo",
navigationStyle: "round",
navigationHAlign: "center",
navigationVAlign: "bottom",
navigationHOffset: 30,
navigationVOffset: 40,
soloArrowLeftHalign: "left",
soloArrowLeftValign: "center",
soloArrowLeftHOffset: 0,
soloArrowLeftVOffset: 0,
soloArrowRightHalign: "right",
soloArrowRightValign: "center",
soloArrowRightHOffset: 0,
soloArrowRightVOffset: 0,
touchenabled: "on",
stopAtSlide: 3,
stopAfterLoops: 0,
hideCaptionAtLimit: 0,
hideAllCaptionAtLilmit: 400,
hideSliderAtLimit: 0,
fullWidth: "on",
shadow: 1
});
api.bind("revolution.slide.onloaded", function (e) {
jQuery('.tparrows').each(function () {
var arrows = jQuery(this);
var timer = setInterval(function () {
if (arrows.css('opacity') == 1 && !jQuery('.tp-simpleresponsive').hasClass("mouseisover"))
arrows.fadeOut(300);
}, 3000);
})
jQuery('.tp-simpleresponsive, .tparrows').hover(function () {
jQuery('.tp-simpleresponsive').addClass("mouseisover");
jQuery('body').find('.tparrows').each(function () {
jQuery(this).fadeIn(300);
});
}, function () {
if (!jQuery(this).hasClass("tparrows"))
jQuery('.tp-simpleresponsive').removeClass("mouseisover");
})
});
});
</script> -->

</body>

</html>
Loading

0 comments on commit d850574

Please sign in to comment.