-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
188 lines (188 loc) · 6.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="description"
content="Love travel? Expert advices, travel tips and exciting destination information"
/>
<meta
name="keywords"
content="Travel, latest posts, destinations tips, food tips, beach tips, Excursion tips, instagram spots"
/>
<meta name="author" content="Helios Travel" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home Page</title>
<link
rel="icon"
type="to%20wordpress/favicon_helios_travel.png"
href="to%20wordpress/favicon_helios_travel.png"
/>
<link href="css/styles.css" rel="stylesheet" />
<script
src="https://kit.fontawesome.com/c084a66896.js"
crossorigin="anonymous"
></script>
<!-- Hotjar Tracking Code for https://clever-wilson-cdb950.netlify.app/ -->
<script>
(function (h, o, t, j, a, r) {
h.hj =
h.hj ||
function () {
(h.hj.q = h.hj.q || []).push(arguments);
};
h._hjSettings = { hjid: 2844340, hjsv: 6 };
a = o.getElementsByTagName("head")[0];
r = o.createElement("script");
r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, "https://static.hotjar.com/c/hotjar-", ".js?sv=");
</script>
</head>
<body>
<!--navigation menu -->
<header>
<div class="logo">
<a href="index.html">
<img
src="to%20wordpress/helios_travel_logo_transparent.png"
alt="Helios travel logo"
/>
</a>
</div>
<nav class="topnav" id="myTopnav">
<a href="javascript:void(0);" class="icon" onclick="topNavFunction()">
☰
</a>
<ul>
<li class="style-nav">
<a href="index.html" class="top-nav-active">Home</a>
</li>
<li class="style-nav"><a href="blog-page.html">Blog Page</a></li>
<li class="style-nav"><a href="about.html">About</a></li>
<li class="style-nav"><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<!--start page intro image-->
<section>
<div class="start-page-main-img"></div>
</section>
<section>
<div class="start-page-text">
<h1>Explore the most beautiful places around the world with us</h1>
<a href="blog-page.html" class="btn-read-more">More posts</a>
</div>
</section>
<!--error message-->
<section>
<div class="loadingPosts">
<!--loader-->
<div class="loader"></div>
</div>
</section>
<!--info icon bar-->
<section>
<div class="icon-bar">
<p>
<i class="fa-solid fa-plane-departure"></i>
<span>Destinations</span>
</p>
<p>
<i class="fa-solid fa-utensils"></i>
<span>Food tips</span>
</p>
<p>
<i class="fa-solid fa-umbrella-beach"></i>
<span>Beach tips</span>
</p>
<p>
<i class="fa-solid fa-landmark"></i>
<span>Excursion tips</span>
</p>
<p>
<i class="fa-solid fa-camera"></i>
<span>Instagram spots</span>
</p>
</div>
</section>
<!--blog post carousel-->
<section class="slideshow-container-styling">
<h2>Latest posts</h2>
<div class="slideshow-container">
<div class="blog-slides row carouselOne">
<div class="column"></div>
<div class="column"></div>
<div class="column"></div>
</div>
<div class="blog-slides fade row carouselTwo">
<div class="column"></div>
<div class="column"></div>
<div class="column"></div>
</div>
<div class="blog-slides fade row carouselThree">
<div class="column"></div>
<div class="column"></div>
<div class="column"></div>
</div>
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<div style="text-align: center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
</section>
</main>
<!--footer-->
<footer class="footer">
<!-- Company logo -->
<section class="container-footer-info">
<div class="left-footer-info left-footer-logo">
<a href="index.html">
<img
src="to%20wordpress/helios%20travel%20logo.png"
alt="Helios Travel logo"
/>
</a>
</div>
<!-- Footer company info -->
<div class="right-footer-container-info">
<h2>Helios Travel Blog</h2>
<div class="right-footer-nav right-footer-nav-style">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="blog-page.html">Blog Page</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- Follow us on social media -->
<div class="right-footer-social-media">
<h2>Follow us on social media</h2>
<a href="#"><i class="fab fa-facebook-square"></i></a>
<a href="#"><i class="fab fa-instagram-square"></i></a>
<a href="#"><i class="fab fa-twitter-square"></i></a>
<a href="#"><i class="fab fa-youtube-square"></i></a>
</div>
<!-- Copyright information -->
<div class="right-copyright-info">
<h3>
© 2022 Helios Travel Blog | Designed and coded by Aina Bjerke
| Images taken and edited by Aina Bjerke
</h3>
</div>
</div>
</section>
</footer>
<!--js files-->
<script src="js/hamburgerMenu.js"></script>
<script src="js/components/errorMessage.js"></script>
<script src="js/carousel.js"></script>
<script src="js/fetchBlogHomeData.js"></script>
</body>
</html>