-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog-single.html
More file actions
363 lines (343 loc) · 14.9 KB
/
blog-single.html
File metadata and controls
363 lines (343 loc) · 14.9 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
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Prajith's Website</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/P (1).png" rel="icon">
<link href="assets/img/P (1).png" rel="apple-touch-icon">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center justify-content-between">
<h1 class="logo"><a href="index.html">Prajith</a></h1>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto " href="/#hero">Home</a></li>
<li><a class="nav-link scrollto" href="/#about">About</a></li>
<li><a class="nav-link scrollto" href="/#services">Services</a></li>
<li><a class="nav-link scrollto " href="/#work">Work</a></li>
<li><a class="nav-link scrollto " href="/#blog">Blog</a></li>
<!-- <li class="dropdown"><a href="#"><span>Drop Down</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Drop Down</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 2</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
</ul>
</li> -->
<li><a class="nav-link scrollto" href="/#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<div class="hero hero-single route bg-image" style="background-image: url(assets/img/IMG_1865.webp)">
<div class="overlay-mf"></div>
<div class="hero-content display-table">
<div class="table-cell">
<div class="container">
<h2 class="hero-title mb-4">Blog details</h2>
<ol class="breadcrumb d-flex justify-content-center">
<li class="breadcrumb-item">
<a href="#">Home</a>
</li>
<li class="breadcrumb-item">
<a href="#">Library</a>
</li>
<li class="breadcrumb-item active">Data</li>
</ol>
</div>
</div>
</div>
</div>
<main id="main">
<!-- ======= Blog Single Section ======= -->
<section class="blog-wrapper sect-pt4" id="blog">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="post-box">
<div class="post-thumb">
<img src="assets/img/travelling.1.jpeg" class="img-fluid" alt="">
</div>
<div class="post-meta">
<h1 class="article-title">Make Travel for Making new memory</h1>
<ul>
<li>
<span class="bi bi-person"></span>
<a href="#">spa_rrow_</a>
</li>
<li>
<span class="bi bi-tag"></span>
<a href="#">Travel</a>
</li>
<li>
<span class="bi bi-chat-left-text"></span>
<a href="#">14</a>
</li>
</ul>
</div>
<div class="article-content">
<p>
Remember that building a successful travel blog takes time and dedication. It may take a while to gain a substantial following
and see significant income. However, if you're passionate about travel and writing, your blog can be a fulfilling creative
outlet and a valuable resource for fellow travelers.
</p>
<p>
Travel is the act of moving from one place to another, often for leisure, business, or personal reasons. It provides opportunities
to explore new destinations, experience different cultures, and create lasting memories. Travel can be a source of personal growth,
learning, and relaxation. It involves various modes of transportation, from walking and driving to flying and sailing, and can
encompass a wide range of experiences and activities, from adventurous expeditions to cultural immersion. Effective planning,
consideration of safety, and an appreciation of local customs are important aspects of a successful travel experience.
</p>
<p>
Travel, for me, has always been more than just a journey from one place to another; it's a profound exploration of the human
experience. As an author, I've had the privilege of embarking on countless literary adventures, each page a passport to
distant lands, each paragraph a plane ticket to the uncharted territories of the human soul.
</p>
<p>
Through my stories, I've trekked the lush rainforests of Central America, marveled at the intricate tapestry of cultures in
bustling Asian markets, and traced the footsteps of history's giants through the ancient cities of Europe. I've sought the
thrill of adventure in the towering peaks of the Himalayas and the tranquility of solitude on the serene shores of remote islands.
</p>
</div>
</div>
<div class="box-comments">
<div class="title-box-2">
<h4 class="title-comments title-left">Comments (34)</h4>
</div>
<ul class="list-comments">
<li>
<div class="comment-avatar">
<img src="assets/img/Santhosh_George_Kulangara_portrait_(2016).jpg" alt="">
</div>
<div class="comment-details">
<h4 class="comment-author">santhosh jeorge kulangara</h4>
<span>18 Sep 2017</span>
<p>
your full aims are very sensitive...and i am proud to be you are a my own country....
</p>
<a href="3">Reply</a>
</div>
</li>
<li>
<div class="comment-avatar">
<img src="assets/img/Sundar_pichai.png" alt="">
</div>
<div class="comment-details">
<h4 class="comment-author">Sundar pichai (CEO of google)</h4>
<span>10 november 2019</span>
<p>
An techonology is going very speed...and i belive to you can make a new successive progress in IT world by your contribution..
</p>
<a href="3">Reply</a>
</div>
</li>
<li class="comment-children">
<div class="comment-avatar">
<img src="assets/img/shabeer no-3.jpg" alt="">
</div>
<div class="comment-details">
<h4 class="comment-author">shabeer ali</h4>
<span>10 november 2019 </span>
<p>
thank you so much sir for your contact..
</p>
<a href="3">Reply</a>
</div>
</li>
<li>
<div class="comment-avatar">
<img src="assets/img/sukkar.jpg" alt="">
</div>
<div class="comment-details">
<h4 class="comment-author">Sukkar Berg</h4>
<span>18 Sep 2020</span>
<p>
i am inviting you shabeer to connect my own conmpany to make a job career for you
</p>
<a href="3">Reply</a>
</div>
</li>
</ul>
</div>
<div class="form-comments">
<div class="title-box-2">
<h3 class="title-left">
Leave a Reply
</h3>
</div>
<form class="form-mf">
<div class="row">
<div class="col-md-6 mb-3">
<div class="form-group">
<input type="text" class="form-control input-mf" id="inputName" placeholder="Name *" required>
</div>
</div>
<div class="col-md-6 mb-3">
<div class="form-group">
<input type="email" class="form-control input-mf" id="inputEmail1" placeholder="Email *" required>
</div>
</div>
<div class="col-md-12 mb-3">
<div class="form-group">
<input type="url" class="form-control input-mf" id="inputUrl" placeholder="Website">
</div>
</div>
<div class="col-md-12 mb-3">
<div class="form-group">
<textarea id="textMessage" class="form-control input-mf" placeholder="Comment *" name="message" cols="45" rows="8" required></textarea>
</div>
</div>
<div class="col-md-12">
<button type="submit" class="button button-a button-big button-rouded">Send Message</button>
</div>
</div>
</form>
</div>
</div>
<div class="col-md-4">
<div class="widget-sidebar sidebar-search">
<h5 class="sidebar-title">Search</h5>
<div class="sidebar-content">
<form>
<div class="input-group">
<input type="text" class="form-control" placeholder="Search for..." aria-label="Search for...">
<span class="input-group-btn">
<button class="btn btn-secondary btn-search" type="button">
<span class="bi bi-search"></span>
</button>
</span>
</div>
</form>
</div>
</div>
<div class="widget-sidebar">
<h5 class="sidebar-title">Recent Post</h5>
<div class="sidebar-content">
<ul class="list-sidebar">
<li>
<a href="#">to go with artificial intelligence</a>
</li>
<li>
<a href="#">cloud computing</a>
</li>
<li>
<a href="#">good typist can good programmer</a>
</li>
<li>
<a href="#">utilising time</a>
</li>
<li>
<a href="#">value of money</a>
</li>
</ul>
</div>
</div>
<div class="widget-sidebar">
<h5 class="sidebar-title">Archives</h5>
<div class="sidebar-content">
<ul class="list-sidebar">
<li>
<a href="#">September, 2017.</a>
</li>
<li>
<a href="#">April, 2017.</a>
</li>
<li>
<a href="#">to make money </a>
</li>
<li>
<a href="#">try to maximum level work </a>
</li>
<li>
<a href="#">keep dialy 14 hr work time</a>
</li>
</ul>
</div>
</div>
<div class="widget-sidebar widget-tags">
<h5 class="sidebar-title">Tags</h5>
<div class="sidebar-content">
<ul>
<li>
<a href="#">Web.</a>
</li>
<li>
<a href="#">Design.</a>
</li>
<li>
<a href="#">Travel.</a>
</li>
<li>
<a href="#">Photoshop</a>
</li>
<li>
<a href="#">Corel Draw</a>
</li>
<li>
<a href="#">JavaScript</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Blog Single Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="copyright-box">
<p class="copyright">© Copyright <strong>Prajith</strong>. All Rights Reserved</p>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=DevFolio
-->
Designed by <a href="#">Prajith</a>
</div>
</div>
</div>
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/typed.js/typed.umd.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>