-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThe-Art-of-Travel.html
171 lines (164 loc) · 9.59 KB
/
The-Art-of-Travel.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" type="image/png" href="images/explore-logo.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/scrool-bar.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/main-menu-bar.css">
<link rel="stylesheet" href="css/style.css">
<title>The Art of Travel</title>
<style>
body{align-items: center;}
</style>
</head>
<body>
<div id="mySidenav" class="sidenav">
<div class="side-contanier">
<a tabindex="0" onclick="window.location.href='#what\'s-new';closeNav();navOpen = false;myFunction(document.getElementById('conta'));" onkeydown="if(event.keyCode === 13) {window.location.href = '#what\'s-new';closeNav();navOpen = false;}"><img src="images/svg/chevron-forward-outline.svg" alt=""> What's new</a>
</div>
</div>
<script>
var navOpen = false;
function toggleNav() {
if (navOpen) {
closeNav();
navOpen = false;
} else {
openNav();
navOpen = true;
}
}
function openNav() {
document.getElementById("mySidenav").style.width = "300px";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
}
/* Listen for window resize events and adjust the side navigation width */
function handleResize() {
const screenWidth = window.innerWidth;
if (screenWidth > 600) {
document.getElementById("mySidenav").style.width = "0";
} else {
if(navOpen){
document.getElementById("mySidenav").style.width = "300px";
}
}
}
window.addEventListener("resize", handleResize);
</script>
<div class="menu">
<!-- <div class="container" onclick="myFunction(this);toggleNav()" id="conta" tabindex="0" onkeydown="if(event.keyCode === 13) {myFunction(this);toggleNav()}">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div> -->
<script>
function myFunction(x) {
x.classList.toggle("change");
}
</script>
<div class="menu-logo" onclick="window.location.href='../'" tabindex="0" onkeydown="if(event.keyCode === 13) {window.location.href = '../';}">
<img src="images/explore-logo.png" alt="logo">
</div>
<div class="menu-list">
<ul>
<li tabindex="0" onclick="window.location.href='#'" class="drop-down" onkeydown="if(event.keyCode === 13) {window.location.href = '#';}"><img src="images/svg/chevron-forward-outline.svg" alt=""> The_Art_of_Travel</li>
<!--<li onclick="window.location.href='#about'">About</li>-->
</ul>
</div>
<!--
<div class="container" onclick="myFunction(this)">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
-->
<div class="space">
</div>
<div class="menu-f-icons">
<div class="f-icon" tabindex="0">
<img src="images/svg/search-outline.svg" alt="">
</div>
<div class="f-icon profile" title="authers information" tabindex="0" onclick="window.location.href='#authors-info'" class="drop-down" onkeydown="if(event.keyCode === 13) {window.location.href = '#authors-info';}">
<img src="images/profile.jpg" alt="">
</div>
</div>
<div class="progress-container">
<div class="progress-bar" id="myBar"></div>
</div>
<script>
// When the user scrolls the page, execute myFunction
window.onscroll = function() {myFunction()};
function myFunction() {
var winScroll = document.body.scrollTop || document.documentElement.scrollTop;
var height = document.documentElement.scrollHeight - document.documentElement.clientHeight;
var scrolled = (winScroll / height) * 100;
document.getElementById("myBar").style.width = scrolled + "%";
}
</script>
</div>
<div class="art-main-body">
<div class="article-container">
<div class="article-thumbnail">
<div class="article-thumbnail-img">
<img src="images/articles/The-Art of-Travel.jpg" alt="">
</div>
<div class="article-thumbnail-title">The Art of Travel</div>
<div class="author-description">
<div class="author-profile-picture">
<img src="images/profile.jpg" alt="">
</div>
<div class="author-name_date">
<div class="author-name">Ladini Wijerathna</div>
<div class="date">04/02/2023</div>
</div>
</div>
<!-- <div class="change-article-thumbnail-img">
<img src="images/svg/camera-reverse-outline.svg" alt="">
</div> -->
</div>
<!-- <div class="qlinks">
<div class="qlink t1">Break Points <img src="/images/svg/chevron-down-outline.svg" alt=""></div>
<div class="qlink">Narrative</div>
<div class="qlink">Comparative</div>
<div class="qlink">Descriptive</div>
</div> -->
<!-- <div class="article-discription">
A vivid account of a traveler's journey across the world, experiencing new sights, sounds, and cultures. From bustling streets and vibrant markets to breath-taking scenery and moments of joy and challenge, the journey highlights the transformative power of travel.
</div> -->
<div class="article-body">
<p><span class="code-style-1">"The Art of Travel"</span> is a non-fiction book written by Alain de Botton that explores the concept of travel and its impact on our lives. The book is divided into several chapters, each of which explores a different aspect of travel and its influence on human psychology, culture, and history. De Botton argues that travel is not just about visiting new places or taking a break from everyday life, but rather an opportunity to explore ourselves and our relationship with the world around us. Through insightful observations and anecdotes from his own travels, he explores the motivations behind our desire to travel, the impact of different landscapes and environments on our mood and outlook, and the role of art and literature in shaping our perceptions of different places. One of the strengths of the book is its ability to blend personal reflection with intellectual inquiry. De Botton uses his own experiences and encounters to illustrate larger philosophical and psychological themes, while also drawing on the work of philosophers, artists, and writers throughout history to provide a broader context for his ideas. Overall, "The Art of Travel" is a thought-provoking and engaging read for anyone interested in the psychology of travel and its impact on our lives. It is a book that will leave readers with a deeper appreciation for the world around them and a greater understanding of themselves.</p>
</div>
</div>
<div class="tags">
<div class="tag" tabindex="0">Article</div>
<div class="tag" tabindex="0">blog</div>
<div class="tag" tabindex="0">Book Review</div>
</div>
<div class="authors-info" id="authors-info">
<div class="info-pannel" tabindex="0" style="width: 95%;">
<div class="profile">
<img src="images/profile.jpg" alt="">
</div>
<div class="other-info">
<div class="name">Ladini Wijerathna</div>
<div class="dis">I'm a travel enthusiast, beauty lover, and music aficionado with a background in International Business Management. Follow along as I share my personal travel experiences, tips, and recommendations for exploring the world. Join me on this adventure to make your own journeys unforgettable.</div>
</div>
<div class="social-media">
<img src="images/svg/logo-facebook.svg" alt="facebook" onclick="window.open('https://www.facebook.com/ladini.wijerathna.9', '_blank')" tabindex="0" onkeydown="if(event.keyCode === 13) {window.open('https://www.facebook.com/ladini.wijerathna.9', '_blank')}">
<img src="images/svg/logo-instagram.svg" alt="instergram" onclick="window.open('https://www.instagram.com/ladiii_0105/', '_blank')" tabindex="0" onkeydown="if(event.keyCode === 13) {window.open('https://www.instagram.com/ladiii_0105/', '_blank')}">
<img src="images/svg/logo-snapchat.svg" alt="snapchat" onclick="window.open('https://www.snapchat.com/add/ladiiwijerathna?share_id=QU1SMxkbyNo&locale=en-GB', '_blank')" tabindex="0" onkeydown="if(event.keyCode === 13) {window.open('https://www.snapchat.com/add/ladiiwijerathna?share_id=QU1SMxkbyNo&locale=en-GB', '_blank')}">
</div>
</div>
</div>
<div class="art-footer">
<img src="/images/explore-logo.png" alt="">
<div class="text-001">With Ladini</div>
</div>
</div>
</body>
</html>