-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtravelledspotsbk.html
450 lines (380 loc) · 16.4 KB
/
travelledspotsbk.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Caré Photography</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:title" content="Caré Photography" />
<meta property="og:description" content="This is my portfolio webpage. Enjoy." />
<meta property="og:image" content="https://raw.githubusercontent.com/carephotography/carephotography.github.io/main/images/IMG_4301.JPG" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="images/site.webmanifest">
<link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="images/favicon.ico">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-config" content="images/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700,900" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/fancybox.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="d3/d3.v3.min.js"></script>
<script src="d3/topojson.v1.min.js"></script>
<script src="datamaps/datamaps.world.min.js"></script>
<style>
body {font-family: Arial;}
/* Style the tab */
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
/* Style the buttons inside the tab */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
-webkit-animation: fadeEffect 1s;
animation: fadeEffect 1s;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
</style>
</head>
<body>
<div class="site-wrap">
<div class="site-mobile-menu">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="header-bar d-flex d-lg-block align-items-center" data-aos="fade-left">
<div class="site-logo">
<a href="index.html"><img src="images/logowhite.png" alt="Logo" width="150px"></a>
</div>
<div class="d-inline-block d-xl-none ml-md-0 ml-auto py-3" style="position: relative; top: 3px;"><a href="#" class="site-menu-toggle js-menu-toggle text-white"><span class="icon-menu h3"></span></a></div>
<div class="main-menu">
<ul class="js-clone-nav">
<li><a href="index.html?lang=en">Main Page</a></li>
<li class="dropdown">
<a href="" class="dropdown-toggle" data-toggle="dropdown" >General Portfolio</a>
<ul class="dropdown-menu listaitems multi-level" role="listbox">
<li><a href="index.html?sq=praiasportuguesas&lang=en" role="option" class="itemlistadropdown">Portuguese Beaches</a></li>
<li><a href="index.html?sq=photosessions&lang=en" role="option" class="itemlistadropdown">Photography Sessions</a></li>
<li><a href="index.html?sq=gopro&lang=en" role="option" class="itemlistadropdown">Gopro Photography</a></li>
<li><a href="index.html?sq=drone&lang=en" role="option" class="itemlistadropdown">Drone Photography</a></li>
<li><a href="index.html?sq=underwater&lang=en" role="option" class="itemlistadropdown">Underwater Photography</a></li>
<li><a href="index.html?sq=car&lang=en" role="option" class="itemlistadropdown">Car Photography</a></li>
<li><a href="index.html?sq=sports&lang=en" role="option" class="itemlistadropdown">Sports Photography</a></li>
</ul>
</li>
<li class="dropdown">
<a href="" class="dropdown-toggle" data-toggle="dropdown" >Travel Portfolio</a>
<ul class="dropdown-menu listaitems multi-level" role="listbox">
<li class="dropdown-subsubmenu">
<a href="#" class="itemlistadropdown">Portugal</a>
<ul class="dropdown-menu">
<li><a href="index.html?sq=portugal&lang=en" class="itemlistadropdown">All</a></li>
<li><a href="index.html?sq=lisbon&lang=en" class="itemlistadropdown">Lisbon</a></li>
<li><a href="index.html?sq=lourinha&lang=en" class="itemlistadropdown">Lourinhã</a></li>
<li><a href="index.html?sq=nazare&lang=en" class="itemlistadropdown">Nazaré</a></li>
<li><a href="index.html?sq=others&lang=en" class="itemlistadropdown">Others</a></li>
</ul>
</li>
<li class="dropdown-subsubmenu">
<a href="#" class="itemlistadropdown">United Kingdom</a>
<ul class="dropdown-menu">
<li><a href="index.html?sq=uk&lang=en" class="itemlistadropdown">All</a></li>
<li><a href="index.html?sq=sctoland&lang=en" class="itemlistadropdown">Scotland</a></li>
</ul>
</li>
<li class="dropdown-subsubmenu">
<a href="#" class="itemlistadropdown">Morocco</a>
<ul class="dropdown-menu">
<li><a href="index.html?sq=morroco&lang=en" class="itemlistadropdown">All</a></li>
<li><a href="index.html?sq=marrakesh&lang=en" class="itemlistadropdown">Marrakesh</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="video.html">Videos</a></li>
<li><a href="bio.html">Biography</a></li>
<li><a href="work.html">Photography Jobs</a></li>
<li class="active"><a href="contactme.html">Contact Me</a></li>
<li><a href="buymeacoffee.html">Buy me a coffee</a></li>
</ul>
<ul class="social js-clone-nav">
<li><a href="pt/index.html"><img src="images/pt.svg" alt="PT" width="20px"></a></li>
<li><a href="index.html"><img src="images/gb.svg" alt="GB" width="20px"></a></li>
</ul>
<ul class="social js-clone-nav">
<li>
<a href="https://www.instagram.com/souocare/"><span class="icon-instagram"></span></a>
</li>
<li>
<a href="https://linktr.ee/souocare"><span class="icon-link"></span></a>
</li>
<li>
<a href="https://www.youtube.com/c/gcfonseca1999/videos"><span class="icon-youtube"></span></a>
</li>
<li>
<a href="https://www.facebook.com/ocarephotography"><span class="icon-facebook"></span></a>
</li>
</ul>
</div>
</header>
<main class="main-content">
<div class="container-fluid photos">
<div class="col-md-11 pt-4" style="padding-left: 30px; padding-top: 40px; margin-right: 10px;">
<h2 class="text-white mb-4" data-aos="fade-up" style="text-align: center;">Places I visited</h2>
<div class="row" data-aos="fade-up">
<div class="col-md-12">
<p>The map represents the places I visited. You can hover on the map to check the names of the spots. Wanna check in a table? Scroll down then!
<br>
</p>
<p>Legend:</p>
<ul>
<li>Dark Grey Areas: Countries I visited</li>
<li>Red Points: cities I visited</li>
</ul>
<div id="map1" style="position: relative;"></div>
</div>
</div>
<div class="row" data-aos="fade-up">
<div class="col-md-12">
<br><br>
<p>Click in one of the Continents below to check the countries I visited.</p>
<div id="continenteselect">
<ul class="nav nav-tabs">
<li class="nav-item">
<a class="nav-link" onclick="opencountries('europecountries')" href="#">Europe</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="opencountries('asiacountries')" href="#">Asia</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="opencountries('northamericacountries')" href="#">North America</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="opencountries('southamericacountries')" href="#">South America</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="opencountries('africaamericacountries')" href="#">Africa</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="opencountries('oceaniaamericacountries')" href="#">Oceania</a>
</li>
</ul>
</div>
<br><br>
<p>Click in one of the countries below to check the cities I visited.</p>
<div id="countriesselect">
<div id="europecountries" style="display: none;">
<ul class="nav nav-tabs">
<li class="nav-item">
<a class="nav-link" onclick="openCity(event, 'Portugal')">Portugal</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="openCity(event, 'Spain')">Spain</a>
</li>
</ul>
</div>
<div id="asiacountries" style="display: none;">
<ul class="nav nav-tabs">
<li class="nav-item">
<a class="nav-link active" href="#">Asia</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
</ul>
</div>
<div id="northamericacountries" style="display: none;">
<p style="color:white; font-size: 17px;">I still haven't visited any country of this continent (yet!). Check my socials to check if I'm visiting another country!</p>
</div>
</div>
<br><br>
<div id="Portugal" class="tabcontent">
<p>Wanna check some photos? If the name is orange (country or city), I have some pictures that you can see! Try it!</p>
<h3>Portugal</h3>
<ul>
<li>Lisbon</li>
<li>Porto</li>
<li>Aveiro</li>
<li>Braga</li>
<li>Madeira<ul>
<li>Madeira Island</li>
<li>Porto Santo</li>
</ul>
</li>
<li>Azores<ul>
<li>São Miguel</li>
<li>Terceira</li>
<li>Pico</li>
</ul>
</li>
</ul>
</div>
<div id="Spain" class="tabcontent">
<p>Wanna check some photos? If the name is orange (country or city), I have some pictures that you can see! Try it!</p>
<h3>Spain</h3>
<ul>
<li>Madrid</li>
<li>Barcelona</li>
<li>Ayamonte</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-12 text-center py-5">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | Caré Photography<br><span style="font-size:10px">This template is made with <i class="icon-heart" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank" >Colorlib</a>.</span>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</main>
</div> <!-- .site-wrap -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/main.js"></script>
<script src="jsondata_citiescountries/countries.js"></script>
<script src="jsondata_citiescountries/cities.js"></script>
<script>
var map = new Datamap({
scope: 'world',
element: document.getElementById('map1'),
projection: 'mercator',
responsive: true,
height: 700,
fills: {
defaultFill: '#D0D0D0',
visited: '#828181',
city: '#FC8050'
},
geographyConfig: {
highlightOnHover: true,
highlightFillColor: '#A0C0A0',
highlightBorderColor: '#F0F0F0',
popupOnHover: true,
popupTemplate: function(geography, data) {
return '<div class="hoverinfo"><b>Country: ' + geography.properties.name + '</b></div>';
},
},
bubblesConfig: {
borderWidth: 1,
borderColor: '#FFFFFF',
highlightOnHover: true,
popupOnHover: true,
popupTemplate: function(geo, data) {
return "<div class='hoverinfo'>City: " + data.namecity + "<br>Country: " + data.namecountry + "<br>Datas I visited: " + data.date + "</div>";
}
},
data: COUNTRIES
});
map.bubbles(CITIES);
window.addEventListener('resize', function() {
map.resize();
});
</script>
<script>
function openCity(evt, cityName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(cityName).style.display = "block";
evt.currentTarget.className += " active";
}
</script>
<script>
$(document).ready(function () {
$("#map1").css("padding-bottom", "66.75%");
$('#continenteselect .nav li a').click(function(e) {
$('#continenteselect .nav a.active').removeClass('active');
$(this).addClass('active');
e.preventDefault();
});
$('#countriesselect .nav li a').click(function(e) {
$('#countriesselect .nav a.active').removeClass('active');
$(this).addClass('active');
e.preventDefault();
});
});
</script>
<script>
function opencountries(countryiddiv) {
var i, tabcontent, tablinks;
tabcontent = document.getElementById("countriesselect");
var sons = tabcontent.children;
for (i = 0; i < sons.length; i++) {
sons[i].style.display = "none";
}
tabtoshow = document.getElementById(countryiddiv).style.display = "block";
}
</script>
<script>
</script>
</body>
</html>