-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·343 lines (329 loc) · 23.7 KB
/
index.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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Off-Canvas Navigation Prototype</title>
<meta name="description" content="Multi-level offcanvas navigation with mobile/touch support" />
<meta name="keywords" content="multi-level, menu, navigation, off-canvas, off-screen, mobile, levels, nested, transform" />
<meta name="author" content="GiggleboxStudios" />
<!-- <link rel="shortcut " href="../fav.ico"> -->
<!-- <link rel="stylesheet" type="text/css" href="css/main.css" /> -->
<link rel="stylesheet/less" type="text/css" href="less/main.less" />
<script src="components/modernizr/modernizr.js"></script>
</head>
<body>
<div class="container">
<div class="push-container">
<div class="menu-overlay" data-overlay="offcanvas-nav"></div>
<nav class="menu-container" data-nav="offcanvas-nav-main" data-ocn-title-prefix="Shop all of " style="display: none;">
<div class="menu-wrapper">
<ul>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a>
<ul>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
</ul>
</li>
<li><a href="level-1.html">Testing 1</a>
<ul>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a>
<ul>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a>
<ul>
<li><a href="level-4.html">Testing 4</a></li>
<li><a href="level-4.html">Testing 4</a></li>
<li><a href="level-4.html">Testing 4</a></li>
<li><a href="level-4.html">Testing 4</a></li>
<li><a href="level-4.html">Testing 4</a></li>
<li><a href="level-4.html">Testing 4</a></li>
</ul>
</li>
<li><a href="level-3.html">Testing 3</a>
<ul>
<li><a href="level-4.html">Testing 4</a></li>
<li><a href="level-4.html">Testing 4</a></li>
<li><a href="level-4.html">Testing 4</a></li>
<li><a href="level-4.html">Testing 4</a></li>
<li><a href="level-4.html">Testing 4</a></li>
<li><a href="level-4.html">Testing 4</a></li>
</ul>
</li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
</ul>
</li>
<li><a href="level-2.html">Testing 2</a>
<li><a href="level-2.html">Testing 2</a>
<li><a href="level-2.html">Testing 2</a>
<li><a href="level-2.html">Testing 2</a>
<ul>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
</ul>
</li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
</ul>
</li>
<li><a href="level-1.html">Testing 1</a>
<ul>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a>
<ul>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
</ul>
</li>
<li><a href="level-2.html">Testing 2</a>
<ul>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
</ul>
</li>
<li><a href="level-2.html">Testing 2</a>
<ul>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
<li><a href="level-3.html">Testing 3</a></li>
</ul>
</li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
<li><a href="level-2.html">Testing 2</a></li>
</ul>
</li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
<li><a href="level-1.html">Testing 1</a></li>
</ul>
</div>
</nav>
<div class="scroll-container"><!-- this is for emulating position fixed of the nav -->
<div class="scroll-content">
<button data-trigger="offcanvas-nav-main">Off-canvas Nav</button>
<h1>Content Title</h1>
<p>It was curious and not unpleasing, how Peleg and Bildad were affected at this juncture, especially Captain Bildad. For loath to depart, yet; very loath to leave, for good, a ship bound on so long and perilous a voyage—beyond both stormy Capes; a ship in which some thousands of his hard earned dollars were invested; a ship, in which an old shipmate sailed as captain; a man almost as old as he, once more starting to encounter all the terrors of the pitiless jaw; loath to say good-bye to a thing so every way brimful of every interest to him,—poor old Bildad lingered long; paced the deck with anxious strides; ran down into the cabin to speak another farewell word there; again came on deck, and looked to windward; looked towards the wide and endless waters, only bounded by the far-off unseen Eastern Continents; looked towards the land; looked aloft; looked right and left; looked everywhere and nowhere; and at last, mechanically coiling a rope upon its pin, convulsively grasped stout Peleg by the hand, and holding up a lantern, for a moment stood gazing heroically in his face, as much as to say, "Nevertheless, friend Peleg, I can stand it; yes, I can."</p>
<p>As for Peleg himself, he took it more like a philosopher; but for all his philosophy, there was a tear twinkling in his eye, when the lantern came too near. And he, too, did not a little run from cabin to deck—now a word below, and now a word with Starbuck, the chief mate.</p>
<h2>Content Sub Title</h2>
<p>It was curious and not unpleasing, how Peleg and Bildad were affected at this juncture, especially Captain Bildad. For loath to depart, yet; very loath to leave, for good, a ship bound on so long and perilous a voyage—beyond both stormy Capes; a ship in which some thousands of his hard earned dollars were invested; a ship, in which an old shipmate sailed as captain; a man almost as old as he, once more starting to encounter all the terrors of the pitiless jaw; loath to say good-bye to a thing so every way brimful of every interest to him,—poor old Bildad lingered long; paced the deck with anxious strides; ran down into the cabin to speak another farewell word there; again came on deck, and looked to windward; looked towards the wide and endless waters, only bounded by the far-off unseen Eastern Continents; looked towards the land; looked aloft; looked right and left; looked everywhere and nowhere; and at last, mechanically coiling a rope upon its pin, convulsively grasped stout Peleg by the hand, and holding up a lantern, for a moment stood gazing heroically in his face, as much as to say, "Nevertheless, friend Peleg, I can stand it; yes, I can."</p>
<p>As for Peleg himself, he took it more like a philosopher; but for all his philosophy, there was a tear twinkling in his eye, when the lantern came too near. And he, too, did not a little run from cabin to deck—now a word below, and now a word with Starbuck, the chief mate.</p>
<p>But, at last, he turned to his comrade, with a final sort of look about him,—"Captain Bildad—come, old shipmate, we must go. Back the main-yard there! Boat ahoy! Stand by to come close alongside, now! Careful, careful!—come, Bildad, boy—say your last. Luck to ye, Starbuck—luck to ye, Mr. Stubb—luck to ye, Mr. Flask—good-bye and good luck to ye all—and this day three years I'll have a hot supper smoking for ye in old Nantucket. Hurrah and away!"</p>
<p>"God bless ye, and have ye in His holy keeping, men," murmured old Bildad, almost incoherently. "I hope ye'll have fine weather now, so that Captain Ahab may soon be moving among ye—a pleasant sun is all he needs, and ye'll have plenty of them in the tropic voyage ye go. Be careful in the hunt, ye mates. Don't stave the boats needlessly, ye harpooneers; good white cedar plank is raised full three per cent. within the year. Don't forget your prayers, either. Mr. Starbuck, mind that cooper don't waste the spare staves. Oh! the sail-needles are in the green locker! Don't whale it too much a' Lord's days, men; but don't miss a fair chance either, that's rejecting Heaven's good gifts. Have an eye to the molasses tierce, Mr. Stubb; it was a little leaky, I thought. If ye touch at the islands, Mr. Flask, beware of fornication. Good-bye, good-bye! Don't keep that cheese too long down in the hold, Mr. Starbuck; it'll spoil. Be careful with the butter—twenty cents the pound it was, and mind ye, if—"</p>
<p>"Come, come, Captain Bildad; stop palavering,—away!" and with that, Peleg hurried him over the side, and both dropt into the boat.</p>
<p>Ship and boat diverged; the cold, damp night breeze blew between; a screaming gull flew overhead; the two hulls wildly rolled; we gave three heavy-hearted cheers, and blindly plunged like fate into the lone Atlantic.</p>
<h2>Another Sub Title</h2>
<p>"God bless ye, and have ye in His holy keeping, men," murmured old Bildad, almost incoherently. "I hope ye'll have fine weather now, so that Captain Ahab may soon be moving among ye—a pleasant sun is all he needs, and ye'll have plenty of them in the tropic voyage ye go. Be careful in the hunt, ye mates. Don't stave the boats needlessly, ye harpooneers; good white cedar plank is raised full three per cent. within the year. Don't forget your prayers, either. Mr. Starbuck, mind that cooper don't waste the spare staves. Oh! the sail-needles are in the green locker! Don't whale it too much a' Lord's days, men; but don't miss a fair chance either, that's rejecting Heaven's good gifts. Have an eye to the molasses tierce, Mr. Stubb; it was a little leaky, I thought. If ye touch at the islands, Mr. Flask, beware of fornication. Good-bye, good-bye! Don't keep that cheese too long down in the hold, Mr. Starbuck; it'll spoil. Be careful with the butter—twenty cents the pound it was, and mind ye, if—"</p>
<p>"Come, come, Captain Bildad; stop palavering,—away!" and with that, Peleg hurried him over the side, and both dropt into the boat.</p>
<p>Ship and boat diverged; the cold, damp night breeze blew between; a screaming gull flew overhead; the two hulls wildly rolled; we gave three heavy-hearted cheers, and blindly plunged like fate into the lone Atlantic.</p>
</div>
</div>
</div>
</div>
<script>
less = {
env: "development"
, async: false
, fileAsync: false
, poll: 1000
, functions: {}
, dumpLineNumbers: "comments"
, relativeUrls: false
// , rootpath: ":/a.com/"
};
</script>
<script type="text/javascript" src="components/less/dist/less-1.7.0.min.js"></script>
<script type="text/javascript" src="components/jquery/dist/jquery.min.js"></script>
<!-- <script type="text/javascript" src="components/fastclick/lib/fastclick.js"></script> -->
<script type="text/javascript" src="js/offcanvas-nav.js"></script>
</body>
</html>