-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMy-Solo-Adventure-in-Japan-j-of-s-d.html
174 lines (168 loc) · 9.83 KB
/
My-Solo-Adventure-in-Japan-j-of-s-d.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
<!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>My_Solo_Adventure_in_Japan</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=""> My_Solo_Adventure_in_Japan</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/traveling-solo-in-Japan-6.jpg" alt="">
</div>
<div class="article-thumbnail-title">My Solo Adventure in Japan</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/01/2023</div>
</div>
</div>
<!-- <div class="change-article-thumbnail-img">
<img src="images/svg/camera-reverse-outline.svg" alt="">
</div> -->
</div>
<!-- <div class="article-discription">
Node.js is a JavaScript runtime that allows developers to run JavaScript on the server
side. It provides fast and efficient server-side scripting and enables the building
of complex and scalable applications. Popular for web development, it allows
developers to use the same language for both client and server-side programming,
making it a highly efficient platform.
</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-body">
<p>Journey of Self-Discovery: A Solo Adventure in Japan is a beautifully shot and inspiring documentary that takes viewers on an incredible journey through Japan. The film, directed by me follows the director's solo travels across Japan, exploring the country's vibrant culture, breathtaking scenery, and fascinating history. The film captures the essence of Japan in stunning detail, showcasing the country's bustling cities, ancient temples, and natural wonders. The cinematography is breathtaking, with each shot carefully crafted to capture the beauty and complexity of Japan. What sets this film apart is the director's personal journey of self-discovery. Through their travels, the director confronts their fears and insecurities, learns to navigate unfamiliar territory, and gains a deeper understanding of themselves and the world around them. This transformational journey is both relatable and inspiring, making the film a must-watch for anyone who has ever wanted to travel solo or embark on a journey of self-discovery. Overall, Journey of Self-Discovery: A Solo Adventure in Japan is a captivating and thought-provoking film that will leave viewers with a newfound appreciation for Japan and the power of solo travel. The director's passion for Japan and their willingness to step outside of their comfort zone is a testament to the transformative power of travel. I highly recommend this film to anyone looking for a cinematic adventure and a glimpse into the beauty and wonder of Japan</p>
</div>
</div>
<div class="tags">
<div class="tag" tabindex="0">Movie review</div>
<div class="tag" tabindex="0">Japan</div>
<div class="tag" tabindex="0">travel</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>