-
Notifications
You must be signed in to change notification settings - Fork 0
/
destination-sub-page.html
612 lines (527 loc) · 26.4 KB
/
destination-sub-page.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
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from para.llel.us/themes/goexplore-html/destination-sub-page.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 13 Mar 2017 10:06:47 GMT -->
<head>
<meta charset="utf-8">
<title>Destination | GoExplore! Travel Website Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/imports.css" media="screen">
<link rel="stylesheet" href="assets/css/bootstrap.min.css" media="screen">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="destination destination-home">
<div id="top"></div>
<!-- Navigation (main menu)
================================================== -->
<div class="navbar-wrapper">
<header class="navbar navbar-default navbar-fixed-top" id="MainMenu">
<div class="navbar-extra-top clearfix">
<div class="navbar container-fluid">
<ul class="nav navbar-nav navbar-left">
<li class="menu-item"><a href="contact.html"><i class="fa fa-envelope"></i> Contact Us</a></li>
<li class="menu-item"><a href="#"><i class="fa fa-suitcase"></i> Join the Explorers!</a></li>
<li class="menu-item"><a href="login.html"><i class="fa fa-sign-in"></i> Sign in</a></li>
</ul>
<div class="navbar-top-right">
<ul class="nav navbar-nav navbar-right">
<li><a href="#"><i class="fa fa-facebook fa-fw"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus fa-fw"></i></a></li>
<li><a href="#"><i class="fa fa-twitter fa-fw"></i></a></li>
<li><a href="#"><i class="fa fa-instagram fa-fw"></i></a></li>
</ul>
<form class="navbar-form navbar-right navbar-search" role="search" action="http://para.llel.us/themes/goexplore-html/search.html">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-default"><span class="fa fa-search"></span></button>
</form>
</div>
</div>
</div>
<div class="container-fluid collapse-md" id="navbar-main-container">
<div class="navbar-header">
<a href="index-2.html" class="navbar-brand"><img alt="GoExplore!" src="assets/images/logo.png"><span class="sr-only"> GoExplore!</span></a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<nav class="navbar-collapse collapse" id="navbar-main">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown show-on-hover">
<a class="dropdown-toggle" data-toggle="dropdown" href="destinations.html">Destinations</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu show-on-hover">
<a class="dropdown-toggle" data-toggle="dropdown" href="destination-parent.html">Africa</a>
<ul class="dropdown-menu">
<li><a href="destination-sub-page.html">Algeria</a></li>
<li><a href="destination-sub-page.html">Cape Verde</a></li>
<li><a href="destination-sub-page.html">Egypt</a></li>
<li><a href="destination-sub-page.html">Ghana</a></li>
<li><a href="destination-sub-page.html">Kenya</a></li>
<li><a href="destination-sub-page.html">Morocco</a></li>
<li><a href="destination-sub-page.html">South Africa</a></li>
<li><a href="destination-sub-page.html">Uganda</a></li>
<li><a href="destination-sub-page.html">Western Sahara</a></li>
<li><a href="destination-sub-page.html">Zambia</a></li>
</ul>
</li>
<li class="dropdown-submenu show-on-hover">
<a class="dropdown-toggle" data-toggle="dropdown" href="destination-parent.html">Asia</a>
<ul class="dropdown-menu">
<li><a href="destination-sub-page.html">Bhutan</a></li>
<li><a href="destination-sub-page.html">Cambodia</a></li>
<li><a href="destination-sub-page.html">China</a></li>
<li><a href="destination-sub-page.html">India</a></li>
<li><a href="destination-sub-page.html">Japan</a></li>
<li><a href="destination-sub-page.html">Malaysia</a></li>
<li><a href="destination-sub-page.html">Nepal</a></li>
<li><a href="destination-sub-page.html">Singapore</a></li>
<li><a href="destination-sub-page.html">Thailand</a></li>
<li><a href="destination-sub-page.html">Vietnam</a></li>
</ul>
</li>
<li class="dropdown-submenu show-on-hover">
<a class="dropdown-toggle" data-toggle="dropdown" href="destination-parent.html">Canada</a>
<ul class="dropdown-menu">
<li><a href="destination-sub-page.html">Alberta</a></li>
<li><a href="destination-sub-page.html">British Columbia</a></li>
<li><a href="destination-sub-page.html">Montréal</a></li>
<li><a href="destination-sub-page.html">Nova Scotia</a></li>
<li><a href="destination-sub-page.html">Ontario</a></li>
<li><a href="destination-sub-page.html">Québec</a></li>
<li><a href="destination-sub-page.html">Toronto</a></li>
<li><a href="destination-sub-page.html">Vancouver</a></li>
</ul>
</li>
<li class="dropdown-submenu show-on-hover">
<a class="dropdown-toggle" data-toggle="dropdown" href="destination-parent.html">Central America </a>
<ul class="dropdown-menu">
<li><a href="destination-sub-page.html">Belize</a></li>
<li><a href="destination-sub-page.html">Costa Rica</a></li>
<li><a href="destination-sub-page.html">El Salvador</a></li>
<li><a href="destination-sub-page.html">Guatamala</a></li>
<li><a href="destination-sub-page.html">Honduras</a></li>
<li><a href="destination-sub-page.html">Nicaragua</a></li>
<li><a href="destination-sub-page.html">Panama</a></li>
</ul>
</li>
<li class="dropdown-submenu show-on-hover">
<a class="dropdown-toggle" data-toggle="dropdown" href="destination-parent.html">Europe</a>
<ul class="dropdown-menu">
<li><a href="destination-sub-page.html">Belgium</a></li>
<li><a href="destination-sub-page.html">Denmark</a></li>
<li><a href="destination-sub-page.html">France</a></li>
<li><a href="destination-sub-page.html">Greece</a></li>
<li><a href="destination-sub-page.html">Ireland</a></li>
<li><a href="destination-sub-page.html">Sweden</a></li>
<li><a href="destination-sub-page.html">Spain</a></li>
<li><a href="destination-sub-page.html">Ukraine</a></li>
<li><a href="destination-sub-page.html">United Kingdom</a></li>
</ul>
</li>
<li class="dropdown-submenu show-on-hover">
<a class="dropdown-toggle" data-toggle="dropdown" href="destination-parent.html">United States</a>
<ul class="dropdown-menu">
<li><a href="destination-sub-page.html">Alaska</a></li>
<li><a href="destination-sub-page.html">California</a></li>
<li><a href="destination-sub-page.html">Florida</a></li>
<li><a href="destination-sub-page.html">Georgia</a></li>
<li><a href="destination-sub-page.html">Hawaii</a></li>
<li><a href="destination-sub-page.html">New York</a></li>
<li><a href="destination-sub-page.html">Nevada</a></li>
<li><a href="destination-sub-page.html">Texas</a></li>
<li><a href="destination-sub-page.html">Utah</a></li>
</ul>
</li>
</ul>
</li>
<li class="dropdown show-on-hover">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Explore</a>
<ul class="dropdown-menu">
<li><a href="destinations-list.html">Adventure</a></li>
<li><a href="destinations-list.html">Beaches</a></li>
<li><a href="destinations-list.html">City Life</a></li>
<li><a href="destinations-list.html">Culture & History</a></li>
<li><a href="destinations-list.html">Family Fun</a></li>
<li><a href="destinations-list.html">Mountains</a></li>
<li><a href="destinations-list.html">Off the Beaten Path</a></li>
<li><a href="destinations-list.html">Stunning Vistas</a></li>
</ul>
</li>
<li><a href="blog.html">News & Articles</a></li>
<li><a href="page.html">Specials</a></li>
</ul>
</nav>
</div><!-- /.container-fluid -->
</header>
</div><!-- /.navbar-wrapper -->
<!-- Hero Section
================================================== -->
<section class="hero large-hero destination-header" style="background-image: url('assets/images/destination-6.jpg');">
<div class="bg-overlay">
<div class="container">
<div class="intro-wrap">
<h1 class="intro-title">San Francisco</h1>
<!-- <div class="intro-text">
<p>And more text below if you need it...</p>
</div> -->
<ul class="breadcrumbs">
<!-- <li class="no-arrow"><a href="#" class="destination-context-menu"><i class="fa fa-ellipsis-v"></i><a></li> -->
<li class="no-arrow"><i class="icon fa fa-map-marker"></i></li>
<li><a href="destination-parent.html">North America</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- Sub Navigation
================================================== -->
<div class="sub-nav">
<div class="navbar navbar-inverse affix-top" id="SubMenu" style="top: 74px;">
<div class="container">
<div class="navbar-header">
<a href="javascript:void(0)" class="navbar-brand scrollTop"><i class="fa fa-fw fa-map-marker"></i> San Francisco, USA</a>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-sub">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Sub Nav Links -->
<nav class="navbar-collapse collapse" id="navbar-sub">
<ul class="nav navbar-nav navbar-left">
<li><a href="destinations-list.html">Places</a></li>
<li class="dropdown show-on-hover">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Information <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="guide-single.html">About</a></li>
<li><a href="guide-single.html">Planning a Trip</a></li>
<li><a href="guide-single.html">Getting Around</a></li>
<li><a href="guide-single.html">History & Culture</a></li>
<li><a href="guide-single.html">Top Attractions</a></li>
<li><a href="guide-single.html">Travel Resources</a></li>
<li><a href="guide-single.html">Highlights</a></li>
<li><a href="guide-single.html">Events</a></li>
<li><a href="guide-single.html">Itineraries</a></li>
</ul>
</li>
<li class="dropdown show-on-hover">
<a href="directory-category.html" class="dropdown-toggle" data-toggle="dropdown">Directory <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="directory-category.html">Food & Drinks</a></li>
<li><a href="directory-category.html">Attractions</a></li>
<li><a href="directory-category.html">Services</a></li>
<li><a href="directory-category.html">Activities</a></li>
<li><a href="directory-category.html">Shopping</a></li>
<li><a href="directory-category.html">Nightlife</a></li>
<li><a href="directory-category.html">Tours</a></li>
</ul>
</li>
<li><a href="blog.html">Articles</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#"><i class="fa fa-fw fa-heart-o"></i></a></li>
<li class="dropdown show-on-hover">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-fw fa-share-alt"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#"><i class="fa fa-fw fa-facebook-official"></i> Facebook</a></li>
<li><a href="#"><i class="fa fa-fw fa-twitter"></i> Twitter</a></li>
<li><a href="#"><i class="fa fa-fw fa-google-plus"></i> Google +</a></li>
<li><a href="#"><i class="fa fa-fw fa-pinterest"></i> Pinterest</a></li>
<li><a href="#"><i class="fa fa-fw fa-instagram"></i> Instagram</a></li>
<li><a href="#"><i class="fa fa-fw fa-envelope"></i> Email</a></li>
</ul>
</li>
<li><a href="#" data-toggle="tooltip" title="Download in PDF format."><i class="fa fa-fw fa-file-pdf-o"></i></a></li>
<li><a href="#" data-toggle="tooltip" title="Print and take with you!"><i class="fa fa-fw fa-print"></i></a></li>
</ul>
</nav>
</div>
</div>
</div>
<!-- /.sub-nav -->
<!-- Main Section
================================================== -->
<section class="main">
<div class="container">
<h3 class="hidden">Destination</h3>
<div class="row">
<div class="col-sm-12 col-fixed-content">
<div class="intro">
<p class="lead">San Francisco is a major city in California, the center piece of the Bay Area.</p>
<div class="entry-content">
<div class="wp-caption alignright pull-right" style="width: 310px;">
<img alt="San Francisco Sky Line" class="size-large" height="200" src="assets/images/image-in-content-1.jpg" width="300">
<p class="wp-caption-text">San Francisco Sky Line
</p>
</div>
<p>Although huge in terms of offerings, San Francisco is physically quite compact. It is located on a seven-by-seven mile (11 x 11km) square of land at the tip of a peninsula between the San Francisco Bay and the Pacific coast. It has a population
of 812,000 which represents a small fraction of the entire Bay Area population of 7.1 million.
</p>
<p>With a mild climate including cool, wet winters and dry summers, for the most part you can expect the high’s in the upper 50s, 60s or low 70s. It’s almost never warmer than 73, never colder than 50. The nights are chilly so carry a light jacket.</p>
</div>
</div>
<section class="narrow page-info">
<div class="title-row">
<h3 class="title-entry">Information</h3>
<a class="btn btn-primary btn-xs" href="guide-single.html">Find More
<i class="fa fa-angle-right"></i>
</a>
</div>
<div class="row">
<div class="col-sm-12 col-lg-8">
<a class="page-box-link" href="guide-single.html">
<article class="page-box">
<h3 class="entry-title">About</h3>
<p class="entry-excerpt">Spread across a large area, this destination is nothing if not diverse. Choosing a single place to focus your time, that is a true challenge. There are attractions everywhere so be ready to come back another day, and after some time here, that’s
exactly what you’ll want to do. Exploring the Area The biggest cities are along the coast. History …</p>
<p class="more-link">Read more</p>
<div class="page-box-destination">
<span><i class="fa fa-map-marker"></i>
San Francisco, USA</span>
</div>
</article>
</a>
</div>
<div class="col-sm-6 col-lg-4">
<a class="page-box-link" href="guide-single.html">
<article class="page-box">
<h3 class="entry-title">Planning a
Trip</h3>
<p class="entry-excerpt">Visas Check with the appropriate consulate or embassy in your country to find out if you will need a visa to visit the country of your destination, especially for an extended period of time. Some countries have extremely detailed and complicated
entry/departure laws, and treat visits of a week or two very differently from longer stays. Money If you’re traveling …</p>
<p class="more-link">Read more</p>
<div class="page-box-destination">
<span><i class="fa fa-map-marker"></i>
San Francisco, USA</span>
</div>
</article>
</a>
</div>
<div class="col-sm-6 col-lg-4">
<a class="page-box-link" href="guide-single.html">
<article class="page-box">
<h3 class="entry-title">Getting Around</h3>
<p class="entry-excerpt">A perfect city for exploring on foot with a shop around every corner. Much of the inner city can be walked without trouble, however, in parts walking include crowds, uneven streets, heavy traffic, and skinny sidewalks. If that’s a problem, there
are plenty of taxi’s to ride in and scooters to rent. How to Travel Subway – The metro is …</p>
<p class="more-link">Read more</p>
<div class="page-box-destination">
<span><i class="fa fa-map-marker"></i>
San Francisco, USA</span>
</div>
</article>
</a>
</div>
<div class="col-sm-6 col-lg-4">
<a class="page-box-link" href="guide-single.html">
<article class="page-box">
<h3 class="entry-title">History &
Culture</h3>
<p class="entry-excerpt">Early History Home to years of history, which stretched far and wide. Due to the characteristic weather, the earliest explorers completely bypassed the area. The first settlement in the area was founded 1770 as a mission community. In addition
to the mission, a military fort was built. Upon gaining independence, the area grew quickly. The old system gradually came to …</p>
<p class="more-link">Read more</p>
<div class="page-box-destination">
<span><i class="fa fa-map-marker"></i>
San Francisco, USA</span>
</div>
</article>
</a>
</div>
<div class="col-sm-6 col-lg-4">
<a class="page-box-link" href="guide-single.html">
<article class="page-box">
<h3 class="entry-title">Top Attractions</h3>
<p class="entry-excerpt">Take a look at each of our stunning locations and imagine yourself there: Lakes and Mountains Stay in our four star lakeside accommodation, whether you choose one of our log chalets or a contemporary apartment, you will look over stunning views
of the valley. Perhaps go for a gentle stroll around the local village, a refreshing swim in the beautifully …</p>
<p class="more-link">Read more</p>
<div class="page-box-destination">
<span>
<i class="fa fa-map-marker"></i> San Francisco, USA
</span>
</div>
</article>
</a>
</div>
</div>
</section>
<section class="narrow directory">
<div class="title-row">
<h3 class="title-entry">Directory</h3>
<a class="btn btn-primary btn-xs" href="directory-category.html">Find More <i class="fa fa-angle-right"></i></a>
</div>
<div class="row">
<div class="col-sm-6 col-lg-4">
<article class="place-box card">
<a class="place-link" href="directory-category.html">
<header>
<h3 class="entry-title"><i class=
"fa fa-folder"></i>Food &
Drinks</h3>
</header>
<div class="entry-thumbnail"><img alt="" class="attachment-place wp-post-image" height="540" src="assets/images/directory-1.jpg" width="960"></div>
</a>
</article>
</div>
<div class="col-sm-6 col-lg-4">
<article class="place-box card">
<a class="place-link" href="directory-category.html">
<header>
<h3 class="entry-title"><i class=
"fa fa-folder"></i>Attractions</h3>
</header>
<div class="entry-thumbnail"><img alt="park" class="attachment-place wp-post-image" height="540" src="assets/images/directory-2.jpg" width="960"></div>
</a>
</article>
</div>
<div class="col-sm-6 col-lg-4">
<article class="place-box card">
<a class="place-link" href="directory-category.html">
<header>
<h3 class="entry-title"><i class=
"fa fa-folder"></i>Services</h3>
</header>
<div class="entry-thumbnail"><img alt="camera-old" class="attachment-place wp-post-image" height="540" src="assets/images/directory-3.jpg" width="960"></div>
</a>
</article>
</div>
<div class="col-sm-6 col-lg-4">
<article class="place-box card">
<a class="place-link" href="directory-category.html">
<header>
<h3 class="entry-title"><i class=
"fa fa-folder"></i>Activities</h3>
</header>
<div class="entry-thumbnail"><img alt="segway-tour" class="attachment-place wp-post-image" height="540" src="assets/images/directory-4.jpg" width="960"></div>
</a>
</article>
</div>
<div class="col-sm-6 col-lg-4">
<article class="place-box card">
<a class="place-link" href="directory-category.html">
<header>
<h3 class="entry-title"><i class=
"fa fa-folder"></i>Shopping</h3>
</header>
<div class="entry-thumbnail"><img alt="mall" class="attachment-place wp-post-image" height="540" src="assets/images/directory-5.jpg" width="960"></div>
</a>
</article>
</div>
<div class="col-sm-6 col-lg-4">
<article class="place-box card">
<a class="place-link" href="directory-category.html">
<header>
<h3 class="entry-title"><i class=
"fa fa-folder"></i>Nightlife</h3>
</header>
<div class="entry-thumbnail"><img alt="music-bar-2" class="attachment-place wp-post-image" height="540" src="assets/images/directory-6.jpg" width="960"></div>
</a>
</article>
</div>
</div>
</section>
</div>
<div class="col-sm-12 col-fixed-sidebar">
<div class="sidebar-padder">
<aside class="widget widget_text">
<div class="textwidget">
<img alt="my travel agency" height="600" src="assets/images/sidebar-ad.jpg" title="Find out where you belong." width="300">
</div>
</aside>
<aside class="widget widget_nav_menu">
<h3 class="widget-title">Top Destinations</h3>
<div class="menu-top-destinations-container">
<ul class="menu" id="menu-top-destinations">
<li class="menu-item">
<a href="destination-sub-page.html">London, England</a>
</li>
<li class="menu-item">
<a href="destination-sub-page.html">Sydney, Australia</a>
</li>
<li class="menu-item">
<a href="destination-sub-page.html">Chicago, USA</a>
</li>
<li class="menu-item">
<a href="destination-sub-page.html">San Francisco, USA</a>
</li>
<li class="menu-item">
<a href="destination-sub-page.html">Toronto, Canada</a>
</li>
<li class="menu-item">
<a href="destination-sub-page.html">Buenos Aires, Argentina</a>
</li>
<li class="menu-item">
<a href="destination-sub-page.html">Queenstown, New Zealand</a>
</li>
<li class="menu-item">
<a href="destination-sub-page.html">Santorini, Greece</a>
</li>
</ul>
</div>
</aside>
</div>
</div>
</div>
</div>
</section>
<!-- Footer
================================================== -->
<footer id="footer">
<section class="top-footer regular">
<div class="container">
<div class="row">
<h3 class="hidden">More Resources</h3>
<div class="col-lg-9">
<div class="footer-content-left">
<p style="font-size:14px; color:#aaa;">
<a href="page.html">About Us</a> |
<a href="login.html">Sign in</a> |
<a href="cover-with-page-content.html">Be an Explorer!</a> |
<a href="destinations.html">Destinations</a> |
<a href="blog.html">Blog</a> |
<a href="contact.html">Contact us</a>
</p>
<p style="font-size:14px; color: #999; margin-bottom:0;">
<strong>An HTML travel template for destinations, guides, blogs, hotels, resorts, tours, vacations, events, and more for a perfect travel experience!</strong>
<br>Created by <a href="http://para.llel.us/" target="_blank">Parallelus</a> and available for purchase on <a href="http://para.llel.us/+/get-goexplore-html" target="_blank">ThemeForest</a>.
</p>
</div>
</div>
<div class="col-lg-3">
<div class="footer-content-right">
<div style="text-align: right;" class="visible-lg-block">
<img src="assets/images/logo-symbol-complex-colors.png" alt="GoExplore!" width="1024" height="565" style="max-width: 175px;">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="sub-footer">
<div class="container">
<div class="row">
<h3 class="hidden">About</h3>
<div class="col-xs-12">
<span style="color:#999; font-size: 15px;" class="pull-right">
<a href="http://para.llel.us/+/get-goexplore-html" target="_blank" class="text-info" style="text-decoration:none;">
<strong><i class="fa fa-download"></i> Download GoExplore!</strong>
</a>
</span>
<span style="color:#999; font-size: 13px;">© 2015 Parallelus | GoExplore! HTML Travel Template. Terms of Use and Privacy Policy.</span>
</div>
</div>
</div>
</section>
</footer>
<script src="../../../ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/custom.js"></script>
</body>
<!-- Mirrored from para.llel.us/themes/goexplore-html/destination-sub-page.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 13 Mar 2017 10:06:58 GMT -->
</html>