forked from A-real/A-real
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
559 lines (537 loc) · 21 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
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>Adventure for Breakfast</title>
<link href="web/css/style.css" rel='stylesheet' type='text/css' />
<link href="web/css/mapstyle.css" rel='stylesheet' type='text/css' />
<link href="web/css/buttons.css" rel='stylesheet' type='text/css' />
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
</script>
<script type='text/javascript' src='https://cdn.firebase.com/js/client/1.0.11/firebase.js'></script>
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?libraries=places&sensor=false"></script>
<!--webfonts-->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
<!--//webfonts-->
<!--script-->
<script src="web/js/jquery.min.js"></script>
<!--//script-->
<!--768px-menu-->
<link type="text/css" rel="stylesheet" href="web/css/jquery.mmenu.all.css" />
<script type="text/javascript" src="web/js/jquery.mmenu.js"></script>
<script type="text/javascript">
// The menu on the left
$(function() {
$('nav#menu-left').mmenu();
});
</script>
<script type="text/javascript">
// Popup window code
function newPopup(url) {
popupWindow = window.open(
url,'popUpWindow','height=700,width=800,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')
}
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50135458-1', 'adventureforbreakfast.com');
ga('send', 'pageview');
</script>
<!--//768px-menu-->
<!--strat-slider-->
<link rel="stylesheet" type="text/css" href="web/css/style2.css" />
<script type="text/javascript" src="web/js/modernizr.custom.28468.js"></script>
<!--//strat-slider-->
</head>
<body>
<!--start-wrap-->
<!--start-768px-menu-->
<div id="page">
<div id="header">
<a class="navicon" href="#menu-left"> </a>
</div>
<nav id="menu-left">
<ul>
<li><a href="#about">Get to know us</a></li>
<li><a href="#map">Map</a></li>
<li><a href="#blog">Blog</a></li>
<!--<li><a href="#work">Past Adventures</a></li>-->
<li><a href="#contact">Send us a note</a></li>
</ul>
</nav>
</div>
<!--start-768px-menu-->
<!--start-header-->
<div class="header" id="move-top">
<div class="wrap">
<div class="header-left">
<!--start-logo-->
<div class="logo">
<a href="index.html"><img src="web/images/logo.png" alt="Adventure for Breakfast" /> </a>
</div>
<!--//End-logo-->
</div>
<!--<div class="header-right">-->
<!--start-top-nav-->
<div class="top-nav">
<br/><ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#about">Get to know us</a></li>
<li><a href="#map">Map</a></li>
<li><a href="#blog">Blog</a></li>
<!--<li><a href="#work">Past Adventures</a></li>-->
<li><a href="#contact">Send us a note</a></li>
</ul>
</div>
<!--//End-top-nav-->
<div class="clear"> </div>
</div>
<div class="clear"> </div>
</div>
<!--//End-header-->
<!-- start-slider-->
<div class="slider">
<!--End-top-nav-->
<!--start-da-slider-->
<div id="da-slider" class="da-slider">
<div class="da-slide">
<label><span> </span></label>
<br/><small><a>Life is either a daring adventure or nothing at all -Helen Keller</a></small>
</div>
<div class= "da-slider-chevron"></div>
<script type="text/javascript" src="web/js/jquery.cslider.js"></script>
<script type="text/javascript">
$(function() {
$('#da-slider').cslider({
autoplay : true,
bgincrement : 450
});
});
</script>
<!--//End-da-slider-->
</div>
</div>
<!-- //End-slider-->
<!--start-about-->
<div class="about" id="about">
<div class="wrap">
<div class="head">
<span> </span>
<h3>Get to know us</h3>
<p>We're Ariel and Eric (Yep, just like in the Little Mermaid). Winston is our Cavalier King Charles.</p><p>We just sold our <a href="JavaScript:newPopup('http://blog.adventureforbreakfast.com/2014/03/approximately-122-hours-later.html');"> house</a>, we're selling our <a href="JavaScript:newPopup('http://ericnolte.com/wags.html');">Jeep</a> and soon we will be buying an Airstream travel trailer.</p>
<p>Begining in June 2014 we are leaving our cushy life in Howey in the Hills, FL in search of an adventure out West.</p>
<p>If this is your first time here <a href="JavaScript:newPopup('http://blog.adventureforbreakfast.com/2014/02/and-so-it-begins.html');">check this out!</a></p>
</div>
<div class="about-grids">
<div class="about-grid">
<div class= "circularariel"></div>
<h3>Ariel</h3>
<p>Ariel once asked Eric for some adjectives that would accurately describe her. He replied with the
<a href="JavaScript:newPopup('web/images/adj.jpg');">following...</a></p>
</div>
<div class="about-grid">
<div class= "circulareric"></div>
<h3>Eric</h3>
<p>Eric is a radical boy. He plays the banjo and had a beard before they were cool. Want to know what Eric's up to? <a href="http://ericnolte.com">Check out his website!</a></p>
</div>
<div class="about-grid">
<div class= "circularwinston"></div>
<h3>Winston</h3>
<p>Winston enjoys sleeping on the couch and riding in cars. He absolutely hates wet grass and bugs that fly. He prefers the company of humans and is fairly particular about his bedtime.</p>
</div>
<div class="clear"> </div>
</div>
<div class="clear"> </div>
</div>
</div>
<!--//End-about-->
<!--start-map-->
<div class="section">
<div class="head" id="map"> <span></span>
<h3>Travel Map</h3>
<p>Chances are you have had a great experience while travelling somewhere in the US. We want to hear about it!<br>
We need your help putting together the definitive list of "can't miss" stops between Howey in the Hills, FL and San Francisco, CA.<br>
You can use the form below to pin your favorite restaurant, camp ground, or scenic spot along the highway.<br>
Just enter the destination, tell us what you loved about that place and don't forget to sign your name!<br>
Our route is still a work in progress, so you may notice it change as we get more suggestions.</p>
</div>
<div id="map-canvas"></div>
<div class="form">
<form id='placeForm'>
<input id="searchTextField" type="text" size="70" placeholder="Add a location..."><br>
<input id="commentsField" type="text" size="70" placeholder="Tell us a little about it..."><br>
<input type="text" id="submitter" size="70" placeholder="What's your name?"><br>
<button type='submit' id="submit" text="Add your place!">Add your place!</button>
</form>
</div>
</div>
<!--//End-map-->
<!--start-services-->
<div class="services" id="blog">
<div class="wrap">
<div class="head">
<span> </span>
<h3>Latest blog posts</h3>
<a href="http://blog.adventureforbreakfast.com"><h>Click here to go to the full blog page<h></a>
</div>
<div class="services-grids">
<p id="post0"></p><br/>
<p id='post1'></p><br />
<p id='post2'></p><br />
<p id='post3'></p><br />
</div>
<div class="clear"> </div>
</div>
</div>
</div>
<!--//End-services-->
<!--start-works
<!--image-hover-effects
<script src="web/js/hover.zoom.js"></script>
<script>
$(function() {
$('.pink').hoverZoom({
overlay: true, // false to turn off (default true)
overlayColor: '#51A3C8', // overlay background color
overlayOpacity: 0.7, // overlay opacity
zoom: 0, // amount to zoom (px)
speed: 300 // speed of the hover
});
});
</script>
<!--//image-hover-effects
<div class="works" id="work">
<div class="wrap">
<div class="head">
<span> </span>
<h3>Our Past Adventures</h3>
</div>
<!--start-mfp
<div id="small-dialog1" class="mfp-hide">
<div class="pop_up">
<h2>These are some of our past adventures</h2>
<p class="para">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet.</p>
</div>
</div>
<!--end-mfp
<div class="gallery">
<div class="container">
<ul id="filters" class="clearfix">
<li><span class="filter" data-filter="app web">Travel</span></li>
<li><span class="filter" data-filter="icon web card">House</span></li>
<li><span class="filter" data-filter="web app icon card">The Wags</span></li>
<li><span class="filter active" data-filter="app card icon logo web">All</span></li>
</ul>
<div id="portfoliolist" style=" ">
<div class="portfolio logo1 mix_all" data-cat="logo" style="display: inline-block; opacity: 1;">
<div class="portfolio-wrapper">
<a class="popup-with-zoom-anim zoom pink" href="#small-dialog1">
<img src="web/images/p1.jpg" alt="Image 2" style="top: 0px;">
</a>
</div>
</div>
<div class="portfolio app mix_all" data-cat="app" style="display: inline-block; opacity: 1;">
<div class="portfolio-wrapper">
<a class="popup-with-zoom-anim zoom pink" href="#small-dialog1">
<img src="web/images/p2.jpg" alt="Image 2" style="top: 0px;">
</a>
</div>
</div>
<div class="portfolio web mix_all" data-cat="web" style="display: inline-block; opacity: 1;">
<div class="portfolio-wrapper">
<a class="popup-with-zoom-anim zoom pink" href="#small-dialog1">
<img src="web/images/p3.jpg" alt="Image 2" style="top: 0px;">
</a>
</div>
</div>
<div class="portfolio card mix_all" data-cat="card" style="display: inline-block; opacity: 1;">
<div class="portfolio-wrapper">
<a class="popup-with-zoom-anim zoom pink" href="#small-dialog1">
<img src="web/images/p4.jpg" alt="Image 2" style="top: 0px;">
</a>
</div>
</div>
<div class="portfolio app mix_all" data-cat="app" style="display: inline-block; opacity: 1;">
<div class="portfolio-wrapper">
<a class="popup-with-zoom-anim zoom pink" href="#small-dialog1">
<img src="web/images/p5.jpg" alt="Image 2" style="top: 0px;">
</a>
</div>
</div>
<div class="portfolio card mix_all" data-cat="card" style="display: inline-block; opacity: 1;">
<div class="portfolio-wrapper">
<a class="popup-with-zoom-anim zoom pink" href="#small-dialog1">
<img src="web/images/p6.jpg" alt="Image 2" style="top: 0px;">
</a>
</div>
</div>
<div class="portfolio app mix_all" data-cat="app" style="display: inline-block; opacity: 1;">
<div class="portfolio-wrapper">
<a class="popup-with-zoom-anim zoom pink" href="#small-dialog1">
<img src="web/images/p7.jpg" alt="Image 2" style="top: 0px;">
</a>
</div>
</div>
<div class="portfolio card mix_all" data-cat="card" style="display: inline-block; opacity: 1;">
<div class="portfolio-wrapper">
<a class="popup-with-zoom-anim zoom pink" href="#small-dialog1">
<img src="web/images/p8.jpg" alt="Image 2" style="top: 0px;">
</a>
</div>
</div>
</div>
</div><!-- container -->
<div class="clear"> </div>
<!--start-gallery-script-->
<script type="text/javascript" src="web/js/jquery.mixitup.min.js"></script>
<script type="text/javascript">
$(function () {
var filterList = {
init: function () {
// MixItUp plugin
// http://mixitup.io
$('#portfoliolist').mixitup({
targetSelector: '.portfolio',
filterSelector: '.filter',
effects: ['fade'],
easing: 'snap',
// call the hover effect
onMixEnd: filterList.hoverEffect()
});
},
hoverEffect: function () {
}
};
// Run the show!
filterList.init();
});
</script>
<!-- Add fancyBox main JS and CSS files -->
<script src="web/js/jquery.magnific-popup.js" type="text/javascript"></script>
<link href="web/css/magnific-popup.css" rel="stylesheet" type="text/css">
<script>
$(document).ready(function() {
$('.popup-with-zoom-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-zoom-in'
});
});
</script>
<!--//End-gallery-script-->
<div class="clear"> </div>
</div>
<div class="works-bg">
</div>
</div>
</div>
</div>
</div>
<!--//End-works-->
<!--start-purches-it-->
<div class="purches-it">
<h5>As soon as I saw you, I knew adventure was going to happen. -Winnie the Pooh</h5>
</div>
<!--//End-purches-it-->
<!-- start-latest-news
<div class="latest-news" id="news">
<div class="wrap">
<div class="head">
<span> </span>
<h3>LAtest NEWS</h3>
</div>
news-grid-scroller
<script type="text/javascript" src="web/js/jquery.flexisel.js"></script>
<script type="text/javascript">
$(window).load(function() {
$("#flexiselDemo3").flexisel({
visibleItems: 3,
animationSpeed: 1000,
autoPlay: true,
autoPlaySpeed: 3000,
pauseOnHover: true,
enableResponsiveBreakpoints: true,
responsiveBreakpoints: {
portrait: {
changePoint:480,
visibleItems: 1
},
landscape: {
changePoint:640,
visibleItems: 2
},
tablet: {
changePoint:768,
visibleItems: 3
}
}
});
});
</script>
<ul id="flexiselDemo3">
<li>
<div class="latest-news-grid">
<h3>19/<span>09</span></h3>
<p>Bacon ipsum dolor sit amet shank tri-tip pig, short loin pork belly boudin ground round flank sirloin bresaola filet mignon sausage beef ribs kielbasa.</p>
</div>
</li>
<li>
<div class="latest-news-grid">
<h3>12/<span>09</span></h3>
<p>Bacon ipsum dolor sit amet shank tri-tip pig, short loin pork belly boudin ground round flank sirloin bresaola filet mignon sausage beef ribs kielbasa.</p>
</div>
</li>
<li>
<div class="latest-news-grid">
<h3>23/<span>08</span></h3>
<p>Bacon ipsum dolor sit amet shank tri-tip pig, short loin pork belly boudin ground round flank sirloin bresaola filet mignon sausage beef ribs kielbasa.</p>
</div>
</li>
<li>
<div class="latest-news-grid">
<h3>10/<span>08</span></h3>
<p>Bacon ipsum dolor sit amet shank tri-tip pig, short loin pork belly boudin ground round flank sirloin bresaola filet mignon sausage beef ribs kielbasa.</p>
</div>
</li>
</ul>
<div class="clear"> </div>
//news-grid-scroller-
<latest-news-bottom-border
<div class="bottom-border">
<span> </span>
</div>-->
<!--//latest-news-bottom-border-->
</div>
</div>
<!-- //End-latest-news-->
<!--start-contact-->
<div class="contact" id="contact">
<div class="wrap">
<div class="contact-left">
<div class="contact-head">
<span> </span>
<h3>Send us a note</h3>
</div>
<form action="http://forms.brace.io/[email protected]" method="POST">
<div class="form-left">
<input type="text" name="name" placeholder="Name"/>
<input type="text" name="_replyto" placeholder="Email"/>
</div>
<div class="form-right">
<textarea type="text" name="comment" rows="2" cols="70" placeholder="Comment"></textarea>
</div>
<div class="clear"> </div>
<input type="submit" value="Send Note" />
<div class="clear"> </div>
</form>
</div>
<div class="contact-right">
<div class="contact-head">
<span> </span>
<h3>INSTAGRAM FEED</h3>
</div>
<div class="flicker-grids">
<iframe src="http://widget.stagram.com/in/ariel_manleynolte/?s=77&w=2&h=3&b=0&p=5" allowtransparency="true" frameborder="0" scrolling="no" style="border:none;overflow:hidden;width:264px; height: 346px" ></iframe>
</div>
</div>
<div class="clear"> </div>
</div>
</div>
<!--//End-contact-->
<!-- start-footer-->
<div class="footer">
<div class="wrap">
<div class="footer-left">
<h2>If you're feeling social <span>we would love to hear from you</span></h2>
</div>
<div class="footer-right">
<h2>Ariel</h2>
<ul>
<li><a class="facebook" href="https://www.facebook.com/ariel.manleynolte"><span> </span></a></li>
<li><a class="twitter" href="https://twitter.com/_A_Real_"><span> </span></a></li>
<li><a class="github" href="https://github.com/A-real"><span> </span></a></li>
<li><a class="pinterest" href="http://www.pinterest.com/Ariel1204/"><span> </span></a></li>
<li><a class="linkedin" href="https://www.linkedin.com/pub/ariel-nolte/8a/848/297"><span> </span></a></li>
</ul>
<h2>Eric</h2>
<ul>
<li><a class="twitter" href="https://twitter.com/Eric_Nolte"><span> </span></a></li>
<li><a class="spotify" href="http://open.spotify.com/user/amishstripclub"><span> </span></a></li>
<!--<li><a class="youtube" href="#"><span> </span></a></li>-->
<li><a class="linkedin" href="http://www.linkedin.com/pub/eric-nolte/82/829/286"><span> </span></a></li>
<li><a class="facebook" href="https://www.facebook.com/eric.nolte.184"><span> </span></a></li>
<li><a class="github" href="https://github.com/ETNOL"><span> </span></a></li>
<div class="clear"> </div>
</ul>
</div>
<div class="clear"> </div>
</div>
</div>
<!-- //End-footer-->
<!--start-copy-right-->
<div class="copy-right">
<div class="wrap">
<p></p>
<!--scrolling-->
<script type="text/javascript" src="web/js/move-top.js"></script>
<script type="text/javascript">
$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>
<!--//scrolling-->
<script type="text/javascript">
$(document).ready(function() {
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<script type="text/javascript">
var input = document.getElementById('searchTextField');
var options = {
componentRestrictions: {country: 'us'}
};
autocomplete = new google.maps.places.Autocomplete(input, options);
</script>
</div>
</div>
<!--//End-copy-right-->
<!--//End-wrap-->
<script type='text/javascript' src='web/js/map_db.js'></script>
<script type='text/javascript' src='web/js/autocomplete.js'></script>
<script type='text/javascript' src='web/js/directions.js'></script>
<script type='text/javascript' src='web/js/blogger.js'></script>
</body>
</html>