forked from JoelBesada/scrollpath
-
Notifications
You must be signed in to change notification settings - Fork 0
/
detours.html
144 lines (139 loc) · 8.26 KB
/
detours.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="style/detours.css" />
<link href="http://fonts.googleapis.com/css?family=Terminal+Dosis&subset=latin" rel="stylesheet" type="text/css">
<script type="text/javascript" src="script/lib/prefixfree.min.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="description" content="The plugin that lets you define custom scroll paths" />
<title>jQuery Scroll Path</title>
</head>
<body class="detours">
<nav>
<ul>
<li><a href="#start">1</a></li>
<li><a href="#info">2</a></li>
<li><a href="#pract">3</a></li>
<li><a href="#tours">4</a></li>
<li><a href="#photos">5</a></li>
<li><a href="#landl">6</a></li>
<li><a href="#reviews">7</a></li>
<li class="path-settings">
<a href="" class="path-switch show-path">Show Path</a>
</li>
</ul>
</nav>
<div class="background-wrapper"></div>
<div class="wrapper">
<div class="path-page start">
<article>
<span class="identifier">LOGO</span>
</article>
</div><!-- path-page start-->
<div class="path-page info">
<article>
<span class="identifier">INFO</span>
<div class="path-page-header">
<h2><?php $info = get_post( 2 ); echo $info->post_title; ?></h2>
</div>
<div class="path-page-content">
<?php $pract = get_post( 5 ); echo $info->post_content; ?>
</div>
<hr />
</article>
</div><!-- path-page Info -->
<div class="path-page pract">
<article>
<span class="identifier">PRACT</span>
<div class="path-page-header">
<h2><?php $pract = get_post( 5 ); echo $pract->post_title; ?></h2>
</div>
<div class="path-page-content">
<?php $pract = get_post( 5 ); echo $pract->post_content; ?>
</div>
<hr />
</article>
</div><!-- path-page Practicalities -->
<div class="path-page tours">
<article>
<span class="identifier">TOURS</span>
<div class="path-page-header">
<h2><?php $tours = get_post( 7 ); echo $tours->post_title; ?></h2>
</div>
<div class="path-page-content">
<?php $tours = get_post( 7 ); echo $tours->post_content; ?>
</div>
<div class="path-page-tab-container">
<h1>SIDEBAR</h1>
<div class="path-page-tab-content">
<h2><?php $noord = get_post( 19 ); echo $noord->post_title; ?></h2>
<?php $noord = get_post( 19 ); echo $noord->post_content; ?><hr />
</div>
<div class="path-page-tab-content">
<h2><?php $reuse = get_post( 17 ); echo $reuse->post_title; ?></h2>
<?php $reuse = get_post( 17 ); echo $reuse->post_content; ?><hr />
</div>
<div class="path-page-tab-content">
<h2><?php $zoost = get_post( 21 ); echo $zoost->post_title; ?></h2>
<?php $zoost = get_post( 21 ); echo $zoost->post_content; ?><hr />
</div>
</div><!--page-tab-container-->
<hr />
</article>
</div><!-- path-page Photos -->
<div class="path-page photos">
<article>
<div class="path-page-header">
<h2><?php $tours = get_post( 9 ); echo $tours->post_title; ?></h2>
</div>
<div class="path-page-content">
<?php $tours = get_post( 9 ); echo $tours->post_content; ?>
</div>
<hr />
</article>
</div><!-- path-page Photos -->
<div class="path-page landl">
<article>
<div class="path-page-header">
<h2><?php $landl = get_post( 11 ); echo $landl->post_title; ?></h2>
</div>
<div class="path-page-content">
<?php $landl = get_post( 11 ); echo $landl->post_content; ?>
</div>
<div class="path-page-tab-container">
<h1>SIDEBAR</h1>
<div class="path-page-tab-content">
<h2><?php $noordbars = get_post( 40 ); echo $noordbars->post_title; ?></h2>
<?php $noordbars = get_post( 40 ); echo $noordbars->post_content; ?><hr />
</div>
<div class="path-page-tab-content">
<h2><?php $noordrest = get_post( 17 ); echo $noordrest->post_title; ?></h2>
<?php $noordrest = get_post( 17 ); echo $noordrest->post_content; ?><hr />
</div>
<div class="path-page-tab-content">
<h2><?php $noordshop = get_post( 21 ); echo $noordshop->post_title; ?></h2>
<?php $noordshop = get_post( 21 ); echo $noordshop->post_content; ?><hr />
</div>
</div><!--page-tab-container-->
<hr />
</article>
</div><!-- links and locations (Noord) -->
<div class="path-page reviews">
<article>
<div class="path-page-header">
REVIEWS
</div>
insert posts here
<hr />
</article>
</div><!-- path-page reviews-->
</div>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.pack.js"></script>
<script type="text/javascript" src="script/lib/jquery.easing.js"></script>
<script type="text/javascript" src="script/jquery.scrollpath.js"></script>
<script type="text/javascript" src="script/detours.js"></script>
</body>
</html>