-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog-details.html
581 lines (543 loc) · 34.8 KB
/
blog-details.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
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
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Haris Khan</title>
<meta name="robots" content="noindex, follow" />
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="msapplication-navbutton-color" content="#2a2c39">
<meta name="theme-color" content="#2a2c39">
<meta name="apple-mobile-web-app-status-bar-style" content="#2a2c39">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon.ico" />
<!-- CSS
============================================ -->
<!-- Vendor CSS (Contain Bootstrap, Icon Fonts) -->
<!-- <link rel="stylesheet" href="assets/css/vendor/bootstrap.min.css" /> -->
<link rel="stylesheet" href="icofont.min.css" />
<script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio,line-clamp"></script>
<!-- Plugin CSS (Global Plugins Files) -->
<!-- <link rel="stylesheet" href="assets/css/plugins/animate.css">
<link rel="stylesheet" href="assets/css/plugins/swiper-bundle.min.css">
<link rel="stylesheet" href="assets/css/plugins/venobox.min.css" /> -->
<!-- Style CSS -->
<!-- <link rel="stylesheet" href="assets/css/style.css"> -->
<!-- <link rel="stylesheet" href="myProjects/webProject/icofont/css/icofont.min.css"> -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<!-- Minify Version -->
<link rel="stylesheet" href="css/vendor.min.css">
<link rel="stylesheet" href="css/plugins.min.css">
<link rel="stylesheet" href="css/style.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<main class="main-wrapper">
<!-- .....:::::: Start Header Section :::::.... -->
<header class="header-section sticky-header d-none d-lg-block">
<div class="header-wrapper">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col">
<!-- Start Header Logo -->
<a href="index.html" class="header-logo ">
<img src="img/113354cc1683318788f8aeb3fb4e31304.png" alt="" style="width:70px; height:80px;">
</a>
<!-- End Header Logo -->
</div>
<div class="col-auto">
<!-- Start Header Menu -->
<ul class="header-nav">
<li><a href="index.html">Home</a></li>
<li class="has-dropdown">
<a href="service-list.html">Service <i class="fa fa-angle-down"></i></a>
<ul class="submenu">
<li><a href="service-list.html">Services</a></li>
<li><a href="service-details.html">Service Details</a></li>
</ul>
</li>
<li class="has-dropdown">
<a href="blog-list.html">Blog<i class="fa fa-angle-down"></i></a>
<ul class="submenu">
<li><a href="blog-list.html">Blog List Full Width</a></li>
<li><a href="blog-details.html">Blog Details Full Width</a></li>
</ul>
</li>
<li class="has-dropdown">
<a href="#">Pages <i class="fa fa-angle-down"></i></a>
<ul class="submenu">
<li><a href="about.html">About Us</a></li>
<li><a href="project-list.html">Project</a></li>
<li><a href="project-details.html">Project Details</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="404-page.html">404 Page</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
<!-- End Header Menu -->
</div>
<div class="col">
<div class="header-btn-link text-end">
<a href="contact.html" class="btn btn-sm btn-outline-one icon-space-left">Hire Me <i class="fa fa-angle-double-right"></i> </a>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- .....:::::: End Header Section :::::.... -->
<!-- .....:::::: Start Mobile Header Section :::::.... -->
<div class="mobile-header d-block d-lg-none sticky">
<div class="container">
<div class="row align-items-center justify-content-between">
<div class="col">
<div class="mobile-logo">
<a href="index.html"><img src="img/113354cc1683318788f8aeb3fb4e31304.png" alt="" style="width:40px; height:44px" ></a>
</div>
</div>
<div class="col">
<div class="mobile-action-link text-end">
<a href="#mobile-menu-offcanvas" class="offcanvas-toggle offside-menu"><i class="fa fa-bars"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- .....:::::: Start MobileHeader Section :::::.... -->
<!-- Start Offcanvas Mobile Menu Section -->
<div id="mobile-menu-offcanvas" class="offcanvas offcanvas-rightside offcanvas-mobile-menu-section">
<!-- Start Offcanvas Header -->
<div class="offcanvas-header text-end">
<button class="offcanvas-close"><i class="material-icons" style="margin-top:6px">close</i></button>
</div> <!-- End Offcanvas Header -->
<!-- Start Offcanvas Mobile Menu Wrapper -->
<div class="offcanvas-mobile-menu-wrapper">
<!-- Start Mobile Menu -->
<div class="mobile-menu-bottom">
<!-- Start Mobile Menu Nav -->
<div class="offcanvas-menu">
<ul>
<li>
<a href="index.html"><span>Home</span></a>
</li>
<li>
<a href="#"><span>Services</span></a>
<ul class="mobile-sub-menu">
<li><a href="service-list.html">Service List</a></li>
<li><a href="service-details.html">Service Details</a></li>
</ul>
</li>
<li>
<a href="#"><span>Blog</span></a>
<ul class="mobile-sub-menu">
<li><a href="blog-list.html">Blog List</a></li>
<li><a href="blog-details.html">Blog Details </a></li>
</ul>
</li>
<li>
<a href="#"><span>Pages</span></a>
<ul class="mobile-sub-menu">
<li><a href="about.html">About Us</a></li>
<li><a href="project-list.html">Project</a></li>
<li><a href="project-details.html">Project Details</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="404-page.html">404 Page</a></li>
</ul>
</li>
<li>
<a href="contact.html"><span>Contact</span></a>
</li>
</ul>
</div> <!-- End Mobile Menu Nav -->
</div> <!-- End Mobile Menu -->
<!-- Start Mobile contact Info -->
<div class="mobile-contact-info text-center">
<ul class="social-link">
<li><a target="_blank" href=""><i class="fa fa-facebook"></i></a>
</li>
<li><a target="_blank" href=""><i class="fa fa-twitter"></i></a>
</li>
<li><a target="_blank" href=""><i class="fa fa-skype"></i></a></li>
</ul>
</div>
<!-- End Mobile contact Info -->
</div> <!-- End Offcanvas Mobile Menu Wrapper -->
</div>
<!-- ...:::: End Offcanvas Mobile Menu Section:::... -->
<!-- Offcanvas Overlay -->
<div class="offcanvas-overlay"></div>
<!-- ...::: Start Breadcrumb Section :::... -->
<div class="breadcrumb-section section-bg overflow-hidden pos-relative">
<div class="breadcrumb-shape-top-left"></div>
<div class="breadcrumb-shape-bottom-right"></div>
<div class="breadcrumb-box">
<div class="container">
<div class="row">
<div class="col-12">
<div class="breadcrumb-content">
<h2 class="title">Blog Details</h2>
<ul class="breadcrumb-link">
<li><a href="blog-list.html">Blog</a></li>
<li class="active" aria-current="page">Blog Details</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ...::: End Breadcrumb Section :::... -->
<!-- ...::: Start Blog List Section :::... -->
<div class="blog-details-section section-gap-tb-165">
<div class="blog-details-box">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Start Blog Content Area -->
<div class="blog-content-area">
<!-- Start Section Content -->
<div class="default-content-style pos-relative">
<div class="content-meta">
<span class="section-tag">UI/UX Design</span>
<div class="post-meta-2">
<span class="icon-space-right"><i class="icofont-ui-user"></i>by Mallie Short</span>
<span class="icon-space-right"><i class="icofont-calendar"></i>09 Feb, 2021</span>
</div>
</div>
<h2 class="title">UI design can make easy your complex product.</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum
has been the industry's standard dummy text ever since the 1500s, when an unknown print
took a galley of type and scrambled it to make a type specimen book. It has survived not
only five centuries, but also the leap into electronic.</p>
<h4 class="quote">
Lorem Ipsum is simply dummy text of the printing and typesetting indust
has been the industry's standard dummy text ever since the 1500s, when an
took a galley of type and scrambled electronic.
</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum
has been the industry's standard dummy text ever since the 1500s, when an unknown print
took a galley of type and scrambled electronic.</p>
<div class="content-inner-image image-double">
<div class="image">
<img src="assets/images/blog/blog-details-content-inner-img-1.jpg" alt="">
</div>
<div class="image">
<img src="assets/images/blog/blog-details-content-inner-img-2.jpg" alt="">
</div>
</div>
<h2 class="title">It is essential to know whether the user getting.</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum
has been the industry's standard dummy text ever since the 1500s, when an unknown print
took a galley of type and scrambled it to make a type specimen book. It has survived not
only five centuries, but also the leap into electronic.</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum
has been the industry's standard dummy text ever since the 1500s, when an unknown print
took a galley of type and scrambled electronic.</p>
<h4 class="quote">
Lorem Ipsum is simply dummy text of the printing and typesetting indust has been the
industry's standard dummy text ever since the 1500s, when antook a galley of type and scrambled electronic.
</h4>
<ul class="content-list-item content-list-with-text">
<li>
<div class="left">
<h4 class="list-title">Sketching</h4>
</div>
<div class="right">
<p>Lorem Ipsum is simply dummy text of the printing and
has been the industry's standard dummy text ever
took a galley of type make.</p>
</div>
</li>
<li>
<div class="left">
<h4 class="list-title">UI Design</h4>
</div>
<div class="right">
<p>Lorem Ipsum is simply dummy text of the printing and
has been the industry's standard dummy text ever
took a galley of type make.</p>
</div>
</li>
<li>
<div class="left">
<h4 class="list-title">Development</h4>
</div>
<div class="right">
<p>Lorem Ipsum is simply dummy text of the printing and
has been the industry's standard dummy text ever
took a galley of type make.</p>
</div>
</li>
</ul>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum
has been the industry's standard dummy text ever since the 1500s, when an unknown print
took a galley of type and scrambled it to make a type specimen book. It has survived not
only five centuries, but also the leap into electronic.</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum
has been the industry's standard dummy text ever since the 1500s, when an unknown print
took a galley of type and scrambled it to make a type specimen book. It has survived not
only five centuries, but also the leap into electronic.</p>
</div>
<!-- End Section Content -->
</div>
<!-- End Blog Content Area -->
<!-- Start Tag Area -->
<div class="tag-area section-mt-75">
<!-- Start Tag Box -->
<div class="tag-box">
<div class="left">
<div class="tag-list">
<h5 class="title">Tags:</h5>
<ul class="list-item">
<li><a href="#">portfolio</a></li>
<li><a href="#">charity</a></li>
<li><a href="#">personal</a></li>
</ul>
</div>
</div>
<div class="right">
<ul class="social-link">
<li><a href="https://www.example.com" target="_blank"><i class="icofont-facebook"></i></a></li>
<li><a href="https://www.example.com" target="_blank"><i class="icofont-dribbble"></i></a></li>
<li><a href="https://www.example.com" target="_blank"><i class="icofont-linkedin"></i></a></li>
</ul>
</div>
</div>
<!-- End Tag Box -->
</div>
<!-- End Tag Area -->
<!-- Start Comment Area -->
<div class="comment-area section-mt-75">
<!-- Start Comment Box-->
<div class="comment-box">
<h3 class="title">Comment:</h3>
<ul class="comment-list-item">
<!-- Start Comment Single Item -->
<li>
<div class="comment-single-item">
<div class="image"><img src="assets/images/users/user-1.jpg" alt=""></div>
<div class="content">
<div class="top">
<div class="author-meta">
<h4 class="name">Felix Myers</h4>
<span class="designation">Web Developer</span>
</div>
<button class="replay-btn icon-space-right"> <i class="icofont-reply"></i> Reply</button>
</div>
<div class="bottom">
<div class="text">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting and
has been the industry's standard dummy text ever since the 1500s, whe
took a galley of type and scrambled.</p>
</div>
</div>
</div>
</div>
</li>
<!-- End Comment Single Item -->
<!-- Start Comment Single Item -->
<li>
<div class="comment-single-item">
<div class="image"><img src="assets/images/users/user-2.jpg" alt=""></div>
<div class="content">
<div class="top">
<div class="author-meta">
<h4 class="name">Francisco Bond</h4>
<span class="designation">Web Developer</span>
</div>
<button class="replay-btn icon-space-right"> <i class="icofont-reply"></i> Reply</button>
</div>
<div class="bottom">
<div class="text">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting and
has been the industry's standard dummy text ever since the 1500s, whe
took a galley of type and scrambled.</p>
</div>
</div>
</div>
</div>
<!-- has Reply -->
<div class="has-reply">
<div class="comment-single-item">
<div class="image"><img src="assets/images/users/user-3.jpg" alt=""></div>
<div class="content">
<div class="top">
<div class="author-meta">
<h4 class="name">Rochell Duckett</h4>
<span class="designation">Web Developer</span>
</div>
<button class="replay-btn icon-space-right"> <i class="icofont-reply"></i> Reply</button>
</div>
<div class="bottom">
<div class="text">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting and
has been the industry's standard dummy text ever since the 1500s, whe
took a galley of type and scrambled.</p>
</div>
</div>
</div>
</div>
</div>
</li>
<!-- End Comment Single Item -->
</ul>
</div>
<!-- End Comment Box-->
</div>
<!-- ...::: End Comment Area :::... -->
<!-- Start Comment Form Area -->
<div class="comment-form-area section-mt-75">
<!-- Start Comment Form Box -->
<div class="comment-form-box">
<h3 class="title">Leave a comment:</h3>
<form class="default-form" action="#" method="post">
<div class="row mb-n6">
<div class="col-xl-6 mb-6">
<div class="default-form-group">
<input type="text" placeholder="Name" required>
</div>
</div>
<div class="col-xl-6 mb-6">
<div class="default-form-group">
<input type="email" placeholder="Email" required>
</div>
</div>
<div class="col-xl-12 mb-6">
<div class="default-form-group">
<textarea placeholder="Comment" required></textarea>
</div>
</div>
<div class="col-12 mb-6">
<div class="default-form-group">
<button type="submit" class="btn btn-lg btn-outline-one">Submit Comment</button>
</div>
</div>
</div>
</form>
</div>
<!-- End Comment Form Box -->
</div>
<!-- End Comment Form Area -->
</div>
</div>
</div>
</div>
</div>
<!-- ...::: End Blog List Section :::... -->
<!-- ...::: Start Footer Section :::... -->
<footer class="footer-section section-bg overflow-hidden pos-relative">
<div class="footer-inner-shape-top-left"></div>
<div class="footer-inner-shape-top-right"></div>
<div class="footer-section-top section-gap-t-165">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Start Section Content -->
<div class="section-content pos-relative text-center">
<span class="section-tag">Get Latest Updates</span>
<h2 class="section-title">Subscribe For Newsletter</h2>
</div>
<!-- End Section Content -->
</div>
</div>
<div class="footer-top-wrapper text-center">
<div class="row">
<div class="col-12">
<form action="#" class="footer-newsletter">
<input type="email" placeholder="[email protected]">
<button class="submit-btn" type="submit">Subscribe Now</button>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="footer-center section-gap-tb-165">
<div class="container">
<div class="row justify-content-between align-items-center mb-n5">
<div class="col-auto mb-5">
<!-- Start Single Footer Info -->
<div class="footer-single-info">
<a href="tel:+923239112233" class="info-box">
<span class="icon"><i class="fa fa-phone"></i></span>
<span class="text">+92 323 9112233</span>
</a>
</div>
<!-- Start Single Footer Info -->
</div>
<div class="col-auto mb-5">
<!-- Start Single Footer Info -->
<div class="footer-single-info">
<a href="mailto:[email protected]" class="info-box">
<span class="icon"><i class="fa fa-envelope-open"></i></span>
<span class="text">[email protected]</span>
</a>
</div>
<!-- Start Single Footer Info -->
</div>
<div class="col-auto mb-5">
<!-- Start Single Footer Info -->
<div class="footer-single-info">
<ul class="social-link">
<li><a href="https://www.example.com" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.example.com" target="_blank"><i class="fa fa-dribbble"></i></a></li>
<li><a href="https://www.example.com" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
<!-- Start Single Footer Info -->
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<div class="row justify-content-center justify-content-md-between align-items-center flex-column-reverse flex-md-row">
<div class="col-auto">
<div class="footer-copyright">
<p class="copyright-text">© 2022 <a href="index.html">harisdev</a> Made by <a href="index.html" target="_blank">Haris Khan</a> </p>
</div>
</div>
<div class="col-auto">
<a href="index.html" class="footer-logo">
<div class="logo">
<img src="img/113354cc1683318788f8aeb3fb4e31304.png" alt="" height="70px" width="60px">
</div>
</a>
</div>
</div>
</div>
</div>
</footer>
<!-- ...::: End Footer Section :::... -->
<!-- material-scrolltop button -->
<button class="material-scrolltop" type="button"></button>
</main>
<!-- Global Vendor, plugins JS -->
<!-- JS Files
============================================ -->
<!-- Global Vendor, plugins JS -->
<!-- Vendor JS -->
<!-- <script src="assets/js/vendor/modernizr-3.11.2.min.js"></script>
<script src="assets/js/vendor/jquery-3.6.0.min.js"></script>
<script src="assets/js/vendor/jquery-migrate-3.3.2.min.js"></script>
<script src="assets/js/vendor/bootstrap.bundle.min.js"></script> -->
<!--Plugins JS-->
<!-- <script src="assets/js/plugins/swiper-bundle.min.js"></script>
<script src="assets/js/plugins/jquery.appear.min.js"></script>
<script src="assets/js/plugins/venobox.min.js"></script>
<script src="assets/js/plugins/jquery.waypoints.js"></script>
<script src="assets/js/plugins/images-loaded.min.js"></script>
<script src="assets/js/plugins/isotope.pkgd.min.js"></script>
<script src="assets/js/plugins/counter.js"></script>
<script src="assets/js/plugins/ajax-mail.js"></script>
<script src="assets/js/plugins/material-scrolltop.js"></script> -->
<!-- Minify Version -->
<script src="js/vendor.min.js"></script>
<script src="js/plugins.min.js"></script>
<script src="https://use.fontawesome.com/ea29d6119c.js"></script>
<!--Main JS (Common Activation Codes)-->
<script src="js/main.js"></script>
</body>
</html>