new index
fixed some browser sync settings new index file
This commit is contained in:
parent
a4a1fbc14d
commit
010c8953c2
12 changed files with 116 additions and 18 deletions
61
index.html
Normal file
61
index.html
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>HIPPIE Index</title>
|
||||
|
||||
<meta name="author" content="Interaktionsweise">
|
||||
<meta name="description" content="hippie example">
|
||||
<meta name="generator" content="Notepad++, Atom">
|
||||
<meta name="robots" content="noindex">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1" />
|
||||
<link rel="icon" href="favicon.ico" type="image/vnd.microsoft.icon">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||
|
||||
<!-- <link href='https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,500italic,700' rel='stylesheet' type='text/css'>-->
|
||||
<link rel="stylesheet" type="text/css" media="all" href="./build/css/example.min.css"/>
|
||||
</head>
|
||||
|
||||
<body class="height_full">
|
||||
<div id="js_tph" class="layer__hover"></div>
|
||||
|
||||
<div class="wrap">
|
||||
<ul class="list__link hello">
|
||||
<li><a href="demo-index.html">Index</a></li>
|
||||
<li><a href="demo-raw.html">Raw</a></li>
|
||||
<li><a href="demo-explorer.html">Explorer</a></li>
|
||||
<li><a href="demo-presentation.html">Presentation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.2.1.min.js"
|
||||
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
|
||||
crossorigin="anonymous"></script>
|
||||
<script src="./vendor/jq-sticky-anything.min.js" type="text/javascript"></script>
|
||||
<script src="./build/js/all.min.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
// Page specific
|
||||
// ------------------------------------------------------------------------------
|
||||
$( document ).ready(function() {
|
||||
// jq-sticky-anything
|
||||
$('#js_demo_fix').stickThis({
|
||||
pushup: '#js_demo_stop'
|
||||
});
|
||||
});
|
||||
|
||||
// $(window).scroll(function(){
|
||||
// var windowTopPos = $(window).scrollTop();
|
||||
// var footerTopPos = $('#js_demo_stop').offset().top;
|
||||
// var navBottomPos = $('#js_demo_fix').offset().top + $('#js_demo_fix').outerHeight();
|
||||
//
|
||||
// if(navBottomPos >= footerTopPos) {
|
||||
// $('#js_demo_fix').css('position', 'absolute');
|
||||
// }
|
||||
// });
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue