-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
346 lines (332 loc) · 15.6 KB
/
Copy pathindex.html
File metadata and controls
346 lines (332 loc) · 15.6 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./fontawesome_5.15.3/css/all.css">
<title>Blog Traveller - Home</title>
</head>
<body>
<header>
<nav>
<div class="container">
<input type="checkbox" name="navbar-checkbox">
<div class="hamburger-lines">
<span class="line line1"></span>
<span class="line line2"></span>
<span class="line line3"></span>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="travel.html">Travel</a></li>
<li><a href="eat.html">Eat</a></li>
<li><a href="relax.html">Relax</a></li>
<li><a href="videos.html">Videos</a></li>
<ul class="right socialicons">
<li><a href="facebook.com"><i class="fab fa-facebook"></i></a></li>
<li><a href="instagram.com"><i class="fab fa-instagram"></i></a></li>
<li><a href="pinterest.com"><i class="fab fa-pinterest-p"></i></a></li>
<li><a href="twitter.com"><i class="fab fa-twitter"></i></a></li>
</ul>
</ul>
</div>
</nav>
</header>
<main>
<div class="banner">
</div>
<section class="container marginTop">
<p class="centerAlign marginBottom">
I'm a paragraph.Click here to add your own text and edit me.It's easy.<br> Just click "Edit Text"
or double click me to add your content and make changes to the font.
</p>
<div class="category marginBottom row centerAlign">
<div class="column">
<div class="travel">
<button class="centeredImgTxt">Travel</button>
</div>
</div>
<div class="column">
<div class="eat">
<button class="centeredImgTxt">Eat</button>
</div>
</div>
<div class="column">
<div class="relax">
<button class="centeredImgTxt">Relax</button>
</div>
</div>
</div>
</section>
<section class="featured marginBottom">
<div class="container">
<ul>
<li>As featured in</li>
<li>|</li>
<li class="uppercase"><b>travel</b>blog</li>
<li class="uppercase"><b>planet</b>our</li>
<li><b>worldtravel</b></li>
<li><b>skycloud</b></li>
</ul>
</div>
</section>
<section class="posts container">
<div class="post">
<img src="./img/relax.jpg" alt="" width="100%">
<div class="postIntro postContainer">
<div class="postedBy">
<i class="far fa-user-circle fa-2x"></i>
<div class="right">
<p>Admin</p>
<p>2 days ago. 1 min.</p>
</div>
</div>
<h3 class="tittle capitalize">silky Sands, turquiose Surf</h3>
<p class="subtittle">
Create a blog post subtittle that summarizes your post in a few short, punchy
sentences and entices your audience to continue reading. Welcome to your blog po...
</p>
<p class="marginBottom">
0 views <span>Write comment</span> <i class="far fa-heart right red"></i>
</p>
</div>
</div>
<div class="post">
<img src="./img/courtesy.jpg" alt="" width="100%">
<div class="postIntro postContainer">
<div class="postedBy">
<i class="far fa-user-circle fa-2x"></i>
<div class="right">
<p>Admin</p>
<p>2 days ago. 1 min.</p>
</div>
</div>
<h3 class="tittle capitalize">silky Sands, turquiose Surf</h3>
<p class="subtittle">Create a blog
post subtittle that summarizes your post in a few short, punchy
sentences and entices
your audience to continue reading. Welcome to your blog po...
</p>
<p class="marginBottom">
0 views <span>Write comment</span> <i class="far fa-heart right red"></i>
</p>
</div>
</div>
<div class="post">
<img src="./img/tree.jpg" alt="" width="100%">
<div class="postIntro postContainer">
<div class="postedBy">
<i class="far fa-user-circle fa-2x"></i>
<div class="right">
<p>Admin</p>
<p>2 days ago. 1 min.</p>
</div>
</div>
<h3 class="tittle capitalize">silky Sands, turquiose Surf</h3>
<p class="subtittle">Create a blog
post subtittle that summarizes your post in a few short, punchy
sentences and entices
your audience to continue reading. Welcome to your blog po...
</p>
<p class="marginBottom">
0 views <span>Write comment</span> <i class="far fa-heart right red"></i>
</p>
</div>
</div>
<div class="post">
<img src="./img/trade.jpg" alt="" width="100%">
<div class="postIntro postContainer">
<div class="postedBy">
<i class="far fa-user-circle fa-2x"></i>
<div class="right">
<p>Admin</p>
<p>2 days ago. 1 min.</p>
</div>
</div>
<h3 class="tittle capitalize">silky Sands, turquiose Surf</h3>
<p class="subtittle">Create a blog
post subtittle that summarizes your post in a few short, punchy
sentences and entices
your audience to continue reading. Welcome to your blog po...
</p>
<p class="marginBottom">
0 views <span>Write comment</span> <i class="far fa-heart right red"></i>
</p>
</div>
</div>
<div class="post">
<img src="./img/color.jpg" alt="" width="100%">
<div class="postIntro postContainer">
<div class="postedBy">
<i class="far fa-user-circle fa-2x"></i>
<div class="right">
<p>Admin</p>
<p>2 days ago. 1 min.</p>
</div>
</div>
<h3 class="tittle capitalize">silky Sands, turquiose Surf</h3>
<p class="subtittle">Create a blog
post subtittle that summarizes your post in a few short, punchy
sentences and entices
your audience to continue reading. Welcome to your blog po...
</p>
<p class="marginBottom">
0 views <span>Write comment</span> <i class="far fa-heart right red"></i>
</p>
</div>
</div>
<div class="post">
<img src="./img/eat.jpg" alt="" width="100%">
<div class="postIntro postContainer">
<div class="postedBy">
<i class="far fa-user-circle fa-2x"></i>
<div class="right">
<p>Admin</p>
<p>2 days ago. 1 min.</p>
</div>
</div>
<h3 class="tittle capitalize">silky Sands, turquiose Surf</h3>
<p class="subtittle">Create a blog
post subtittle that summarizes your post in a few short, punchy
sentences and entices
your audience to continue reading. Welcome to your blog po...
</p>
<p class="marginBottom">
0 views <span>Write comment</span> <i class="far fa-heart right red"></i>
</p>
</div>
</div>
<div class="post">
<img src="./img/travel.jpg" alt="" width="100%">
<div class="postIntro postContainer">
<div class="postedBy">
<i class="far fa-user-circle fa-2x"></i>
<div class="right">
<p>Admin</p>
<p>2 days ago. 1 min.</p>
</div>
</div>
<h3 class="tittle capitalize">silky Sands, turquiose Surf</h3>
<p class="subtittle">Create a blog
post subtittle that summarizes your post in a few short, punchy
sentences and entices
your audience to continue reading. Welcome to your blog po...
</p>
<p class="marginBottom">
0 views <span style="padding-left: 20px;">Write comment</span> <i class="far fa-heart right right red"></i>
</p>
</div>
</div>
<div class="post">
<img src="./img/pine.jpg" alt="" width="100%">
<div class="postIntro postContainer">
<div class="postedBy">
<i class="far fa-user-circle fa-2x"></i>
<div class="right">
<p>Admin</p>
<p>2 days ago. 1 min.</p>
</div>
</div>
<h3 class="tittle capitalize">silky Sands, turquiose Surf</h3>
<p class="subtittle">Create a blog
post subtittle that summarizes your post in a few short, punchy
sentences and entices
your audience to continue reading. Welcome to your blog po...
</p>
<p class="marginBottom">
0 views <span style="padding-left: 20px;">Write comment</span> <i class="far fa-heart right right red"></i>
</p>
</div>
</div>
<div class="post">
<img src="./img/trees.jpg" alt="" width="100%">
<div class="postIntro postContainer">
<div class="postedBy">
<i class="far fa-user-circle fa-2x"></i>
<div class="right">
<p>Admin</p>
<p>2 days ago. 1 min.</p>
</div>
</div>
<h3 class="tittle capitalize">silky Sands, turquiose Surf</h3>
<p class="subtittle">Create a blog
post subtittle that summarizes your post in a few short, punchy
sentences and entices
your audience to continue reading. Welcome to your blog po...
</p>
<p class="marginBottom">
0 views <span style="padding-left: 20px;">Write comment</span> <i class="far fa-heart right right red"></i>
</p>
</div>
</div>
</section>
</main>
<footer>
<div class="socialHandles">
<ul class="socialicons centerAlign">
<li><a href="facebook.com"><i class="fab fa-facebook pl-20"></i>Facebook</a></li>
<li><a href="instagram.com"><i class="fab fa-instagram pl-20"></i>Instagram</a></li>
<li><a href="pinterest.com"><i class="fab fa-pinterest-p pl-20"></i>Pinterest</a></li>
<li><a href="twitter.com"><i class="fab fa-twitter pl-20"></i>Twitter</a></li>
</ul>
</div>
<div class="imgGallery row">
<div class="col">
<img src="./img/img_5terre.jpg" alt="" width="100%" height="260px">
</div>
<div class="col">
<img src="./img/courtesy.jpg" alt="" width="100%" height="260px">
</div>
<div class="col">
<img src="./img/travel.jpg" alt="" width="100%" height="260px">
</div>
<div class="col">
<img src="./img/img_nature_wide.jpg" alt="" width="100%" height="260px">
</div>
<div class="col">
<img src="./img/eat.jpg" alt="" width="100%" height="260px">
</div>
</div>
<section class="aboutContactCopyright">
<div class="container">
<div class="aboutContact">
<div class="about marginTop">
<img src="./img/photographer.jpg" alt="" width="250px" height="150px">
<div class="aboutUs">
<h3>About Me</h3>
<p>
I'm a paragraph.Click here to add your own text and edit me.It's easy.Just click "Edit Text"
or double click me to add your content and make changes to the font.
</p>
<a href="#">Read More</a>
</div>
</div>
<div class="contact marginTop">
<h3>Join My Mailing List</h3>
<p>Enter your email here *</p>
<input type="text" name="" id="" placeholder="Email">
<button type="submit">Subscribe Now</button>
</div>
</div>
<div class="copyright">
<p style="width: 60%;">
© 2021 by learning and doing. proudly copied from Wix.com
</p>
<p style="margin-left: 7%;">
<ul class="right">
<li><a href="facebook.com"><i class="fab fa-facebook "></i></a></li>
<li><a href="instagram.com"><i class="fab fa-instagram "></i></a></li>
<li><a href="pinterest.com"><i class="fab fa-pinterest-p "></i></a></li>
<li><a href="twitter.com"><i class="fab fa-twitter "></i></a></li>
</ul>
</p>
</div>
</div>
</section>
</footer>
</div>
</body>
</html>