forked from ibiswajitmishra/MS-hacks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsingle-post.html
More file actions
498 lines (410 loc) · 27.5 KB
/
single-post.html
File metadata and controls
498 lines (410 loc) · 27.5 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
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hello World</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- FontAwesome CSS -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- ElegantFonts CSS -->
<link rel="stylesheet" href="css/elegant-fonts.css">
<!-- themify-icons CSS -->
<link rel="stylesheet" href="css/themify-icons.css">
<!-- Swiper CSS -->
<link rel="stylesheet" href="css/swiper.min.css">
<!-- Styles -->
<link rel="stylesheet" href="style.css">
</head>
<body class="single-blog-post">
<div class="page-header">
<header class="site-header">
<div class="top-header-bar">
<div class="container-fluid">
<div class="row">
<div class="col-12 col-lg-6 d-none d-md-flex flex-wrap justify-content-center justify-content-lg-start mb-3 mb-lg-0">
<div class="header-bar-email d-flex align-items-center">
<i class="fa fa-envelope"></i><a href="#">tuanna.design@gmail.com</a>
</div><!-- .header-bar-email -->
<div class="header-bar-text lg-flex align-items-center">
<p><i class="fa fa-phone"></i>001-1234-88888 </p>
</div><!-- .header-bar-text -->
</div><!-- .col -->
<div class="col-12 col-lg-6 d-flex flex-wrap justify-content-center justify-content-lg-end align-items-center">
<div class="header-bar-search">
<form class="flex align-items-stretch">
<input type="search" placeholder="What would you like to learn?">
<button type="submit" value="" class="flex justify-content-center align-items-center"><i class="fa fa-search"></i></button>
</form>
</div><!-- .header-bar-search -->
<div class="header-bar-menu">
<ul class="flex justify-content-center align-items-center py-2 pt-md-0">
<li><a href="#">Register</a></li>
<li><a href="#">Login</a></li>
</ul>
</div><!-- .header-bar-menu -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container-fluid -->
</div><!-- .top-header-bar -->
<div class="nav-bar">
<div class="container">
<div class="row">
<div class="col-9 col-lg-3">
<div class="site-branding">
<h1 class="site-title"><a href="index.html" rel="home">Ezu<span>ca</span></a></h1>
</div><!-- .site-branding -->
</div><!-- .col -->
<div class="col-3 col-lg-9 flex justify-content-end align-content-center">
<nav class="site-navigation flex justify-content-end align-items-center">
<ul class="flex flex-column flex-lg-row justify-content-lg-end align-content-center">
<li class="current-menu-item"><a href="index.html">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Courses</a></li>
<li><a href="#">blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
<div class="hamburger-menu d-lg-none">
<span></span>
<span></span>
<span></span>
<span></span>
</div><!-- .hamburger-menu -->
<div class="header-bar-cart">
<a href="#" class="flex justify-content-center align-items-center"><span aria-hidden="true" class="icon_bag_alt"></span></a>
</div><!-- .header-bar-search -->
</nav><!-- .site-navigation -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .nav-bar -->
</header><!-- .site-header -->
<div class="page-header-overlay">
<div class="container">
<div class="row">
<div class="col-12">
<header class="entry-header">
<h1 class="entry-title">The Unreal Engine Developer Course Learn C++ & Make Games</h1>
<div class="entry-meta flex justify-content-center align-items-center">
<div class="post-author"><a href="#">Ms. Lara Croft </a></div>
<div class="post-comments"><a href="#">02 Comments</a></div>
</div><!-- .entry-meta -->
</header><!-- .entry-header -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .page-header-overlay -->
</div><!-- .page-header -->
<div class="container">
<div class="row">
<div class="col-12 offset-lg-1 col-lg-10">
<div class="featured-image">
<img src="images/single-post.jpg" alt="">
<div class="posted-date position-absolute">
<div class="day">23</div>
<div class="month">mar</div>
</div><!-- .posted-date -->
</div><!-- .featured-image -->
</div><!-- .col -->
</div><!-- .row -->
<div class="row">
<div class="col-12 offset-lg-1 col-lg-1">
<div class="post-share">
<h3>share</h3>
<ul class="flex flex-wrap align-items-center p-0 m-0">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
<li><a href="#"><i class="fa fa-thumb-tack"></i></a></li>
</ul>
</div><!-- .post-share -->
</div><!-- .col -->
<div class="col-12 col-lg-8">
<div class="single-post-wrap">
<p>This is what we do: My husband monitors travel sites and email subscription services for super-cheap flights or error fares. Sometimes one of us travels for work and the other tags along. When we find a good deal, we make a split-second decision—because great airfares don’t last long—and then start planning. We’re both freelance writers, so we have some flexibility in terms of scheduling. We watch hotel prices, and often book rooms using points, free nights and other discounts. We plan carefully, and if we decide that a trip might involve stops in multiple cities, we price our transportation options. We check exchange rates on currency. We read up on attractions, look for deals, and seek out free walking tours.</p>
<blockquote>
Some people dream of success, while other people get up every morning and make it happen.”
<span>Wayne Huizenga</span>
</blockquote>
<p>In the past few years, we’ve been to mountains, beaches, massive cities and isolated towns you could speed through in a blink. We’ve been all over the U.S. and to a dozen or so countries. That means long flights, wandering dazedly through strange places, sometimes not knowing what or where we’ll be eating next or exactly when we’ll make it to our next destination. But it also means volcanoes, glaciers, geysers and warm friendly strangers from all over the world.</p>
<p>And it means memories we’ll treasure forever. Our friends think it’s kind of kitschy, but my husband, Mike, and I collect magnets from the places we go. We arrange them on the side of the fridge that faces our table in the kitchen, so that when we’re sitting together we can see the collection, which reminds us of some of our happiest times.</p>
<figure class="my-4"><img src="images/blog-post-img.png" alt=""></figure>
<h3 class="mb-3">Immediate Dividends</h3>
<p>Some part of the benefit is purely financial. There are experiences and lessons you learn on the road that can be directly applied to business and investment. You witness firsthand new trends, or the way old trends have shown up in new places, or the way some trends seem nearly universal. You see for yourself new styles of clothing, where young professionals are shopping, which brands are popular in different places. </p>
<p>In some countries, you need only to scan a busy street to get a clear sense of what might soon be popular in the U.S., and which American exports might be the next big thing somewhere else. (In Portugal, we were surprised when a woman in her 20s told us how much she loves Guy Fieri.)</p>
</div><!-- .single-post-wrap -->
<div class="tags-links mt-4">
<ul class="d-flex flex-wrap align-items-center p-0 m-0">
<li><a href="#">Multipopuse</a></li>
<li><a href="#">Design</a></li>
<li><a href="#">Ideas</a></li>
</ul>
</div><!-- .tags-links -->
<div class="related-blog-posts">
<header class="entry-heading flex flex-wrap justify-content-between align-items-center">
<h2 class="entry-title">Related Courses</h2>
<a href="#">View all</a>
</header><!-- .entry-heading -->
<div class="row mx-m-25">
<div class="col-12 col-lg-6 px-25">
<div class="blog-post-content">
<figure class="blog-post-thumbnail position-relative m-0">
<a href="#"><img src="images/b-5.jpg" alt=""></a>
<div class="posted-date position-absolute">
<div class="day">23</div>
<div class="month">mar</div>
</div>
</figure><!-- .blog-post-thumbnail -->
<div class="blog-post-content-wrap">
<header class="entry-header">
<h2 class="entry-title"><a href="#">Which investment project should my company choose?</a></h2>
<div class="entry-meta flex flex-wrap align-items-center">
<div class="post-author"><a href="#">Ms. Lara Croft </a></div>
<div class="post-comments"><a href="#">02 Comments</a></div>
</div><!-- .entry-meta -->
</header><!-- .entry-header -->
</div><!-- .blog-post-content-wrap -->
</div><!-- .blog-post-content -->
</div><!-- .col -->
<div class="col-12 col-lg-6 px-25">
<div class="blog-post-content">
<figure class="blog-post-thumbnail position-relative m-0">
<a href="#"><img src="images/b-6.jpg" alt=""></a>
<div class="posted-date position-absolute">
<div class="day">23</div>
<div class="month">mar</div>
</div>
</figure><!-- .blog-post-thumbnail -->
<div class="blog-post-content-wrap">
<header class="entry-header">
<h2 class="entry-title"><a href="#">Which investment project should my company choose?</a></h2>
<div class="entry-meta flex flex-wrap align-items-center">
<div class="post-author"><a href="#">Ms. Lara Croft </a></div>
<div class="post-comments"><a href="#">02 Comments</a></div>
</div><!-- .entry-meta -->
</header><!-- .entry-header -->
</div><!-- .blog-post-content-wrap -->
</div><!-- .blog-post-content -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .related-course -->
<div class="author-box">
<div class="author-info flex flex-wrap">
<div class="author-avatar">
<img src="images/instructor.jpg" alt="">
<ul class="author-social-profile p-0 m-0 mt-3 d-flex flex-wrap align-items-center">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div><!-- .author-avatar -->
<div class="author-details">
<h3 class="author-name">Ms. Lara Croft <span>Admin</span></h3>
<div class="entry-content mt-3">
<p>Hi! I'm Colt. I'm a developer with a serious love for teaching. I've spent the last few years teaching people to program at 2 different immersive bootcamps where I've helped hundreds of people become web developers and change their lives. My graduates work at companies like Google, Salesforce, and Square.</p>
</div><!-- .entry-content -->
</div><!-- .author-details -->
</div><!-- .author-info -->
</div><!-- .author-box -->
<div class="post-comments-wrap">
<div class="post-comments">
<h3 class="comments-title"><span class="comments-number">02 Comments</span></h3>
<ol class="comment-list">
<li class="comment">
<article class="comment-body">
<figure class="comment-author-avatar">
<img src="images/c-1.png" alt="">
</figure><!-- .comment-author-avatar -->
<div class="comment-wrap">
<div class="comment-author">
<span class="comment-meta d-block">
<a href="#">27 Aug 2018</a>
</span><!-- .comment-meta -->
<span class="fn">
<a href="#">Chris Hadfield</a>
</span><!-- .fn -->
</div><!-- .comment-author -->
<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi</p>
<div class="reply">
<a href="#">like</a>
<a href="#">reply</a>
</div><!-- .reply -->
</div><!-- .comment-wrap -->
<div class="clearfix"></div>
</article><!-- .comment-body -->
<ol class="children">
<li class="comment">
<article class="comment-body">
<figure class="comment-author-avatar">
<img src="images/c-2.png" alt="">
</figure><!-- .comment-author-avatar -->
<div class="comment-wrap">
<div class="comment-author">
<span class="comment-meta d-block">
<a href="#">27 Aug 2018</a>
</span><!-- .comment-meta -->
<span class="fn">
<a href="#">Albert Einstein</a>
</span><!-- .fn -->
</div><!-- .comment-author -->
<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi </p>
<div class="reply">
<a href="#">like</a>
<a href="#">reply</a>
</div><!-- .reply -->
</div><!-- .comment-wrap -->
<div class="clearfix"></div>
</article><!-- .comment-body -->
</li><!-- .comment -->
</ol><!-- .children -->
</li><!-- .comment -->
<li class="comment">
<article class="comment-body">
<figure class="comment-author-avatar">
<img src="images/c-3.png" alt="">
</figure><!-- .comment-author-avatar -->
<div class="comment-wrap">
<div class="comment-author">
<span class="comment-meta d-block">
<a href="#">27 Aug 2018</a>
</span><!-- .comment-meta -->
<span class="fn">
<a href="#">Henry Ford</a>
</span><!-- .comment-autho -->
</div><!-- .comment-author -->
<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi </p>
<div class="reply">
<a href="#">like</a>
<a href="#">reply</a>
</div><!-- .reply -->
</div><!-- .comment-wrap -->
<div class="clearfix"></div>
</article><!-- .comment-body -->
</li><!-- .comment -->
</ol><!-- .comment-list -->
</div><!-- .post-comments -->
<div class="comments-form">
<div class="comment-respond">
<h3 class="comment-reply-title">Leave a comment</h3>
<form class="comment-form">
<input type="text" placeholder="Name">
<input type="email" placeholder="Email">
<input type="url" placeholder="Website">
<textarea rows="4" placeholder="Messages"></textarea>
<input type="submit" value="send message">
</form><!-- .comment-form -->
</div><!-- .comment-respond -->
</div><!-- .comments-form -->
</div><!-- .post-comments-wrap -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
<div class="clients-logo">
<div class="container">
<div class="row">
<div class="col-12 flex flex-wrap justify-content-center justify-content-lg-between align-items-center">
<div class="logo-wrap">
<img src="images/logo-1.png" alt="">
</div><!-- .logo-wrap -->
<div class="logo-wrap">
<img src="images/logo-2.png" alt="">
</div><!-- .logo-wrap -->
<div class="logo-wrap">
<img src="images/logo-3.png" alt="">
</div><!-- .logo-wrap -->
<div class="logo-wrap">
<img src="images/logo-4.png" alt="">
</div><!-- .logo-wrap -->
<div class="logo-wrap">
<img src="images/logo-5.png" alt="">
</div><!-- .logo-wrap -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .clients-logo -->
<footer class="site-footer">
<div class="footer-widgets">
<div class="container">
<div class="row">
<div class="col-12 col-md-6 col-lg-3">
<div class="foot-about">
<a class="foot-logo" href="#"><img src="images/foot-logo.png" alt=""></a>
<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia dese mollit anim id est laborum. </p>
<p class="footer-copyright"><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div><!-- .foot-about -->
</div><!-- .col -->
<div class="col-12 col-md-6 col-lg-3 mt-5 mt-md-0">
<div class="foot-contact">
<h2>Contact Us</h2>
<ul>
<li>Email: info.deertcreative@gmail.com</li>
<li>Phone: (+88) 111 555 666</li>
<li>Address: 40 Baria Sreet 133/2 NewYork City, US</li>
</ul>
</div><!-- .foot-contact -->
</div><!-- .col -->
<div class="col-12 col-md-6 col-lg-3 mt-5 mt-lg-0">
<div class="quick-links flex flex-wrap">
<h2 class="w-100">Quick Links</h2>
<ul class="w-50">
<li><a href="#">About </a></li>
<li><a href="#">Terms of Use </a></li>
<li><a href="#">Privacy Policy </a></li>
<li><a href="#">Contact Us</a></li>
</ul>
<ul class="w-50">
<li><a href="#">Documentation</a></li>
<li><a href="#">Forums</a></li>
<li><a href="#">Language Packs</a></li>
<li><a href="#">Release Status</a></li>
</ul>
</div><!-- .quick-links -->
</div><!-- .col -->
<div class="col-12 col-md-6 col-lg-3 mt-5 mt-lg-0">
<div class="follow-us">
<h2>Follow Us</h2>
<ul class="follow-us flex flex-wrap align-items-center">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
</ul>
</div><!-- .quick-links -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .footer-widgets -->
<div class="footer-bar">
<div class="container">
<div class="row flex-wrap justify-content-center justify-content-lg-between align-items-center">
<div class="col-12 col-lg-6">
<div class="download-apps flex flex-wrap justify-content-center justify-content-lg-start align-items-center">
<a href="#"><img src="images/app-store.png" alt=""></a>
<a href="#"><img src="images/play-store.png" alt=""></a>
</div><!-- .download-apps -->
</div>
<div class="col-12 col-lg-6 mt-4 mt-lg-0">
<div class="footer-bar-nav">
<ul class="flex flex-wrap justify-content-center justify-content-lg-end align-items-center">
<li><a href="#">DPA</a></li>
<li><a href="#">Terms of Use</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div><!-- .footer-bar-nav -->
</div><!-- .col-12 -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .footer-bar -->
</footer><!-- .site-footer -->
<script type='text/javascript' src='js/jquery.js'></script>
<script type='text/javascript' src='js/swiper.min.js'></script>
<script type='text/javascript' src='js/masonry.pkgd.min.js'></script>
<script type='text/javascript' src='js/jquery.collapsible.min.js'></script>
<script type='text/javascript' src='js/custom.js'></script>
</body>
</html>