-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage-single-post-5.html
905 lines (870 loc) · 54.8 KB
/
page-single-post-5.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
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from iteck-html.themescamp.com/page-single-post-5.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 28 Feb 2023 11:28:16 GMT -->
<head>
<!-- Metas -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="keywords" content="HTML5 Template Iteck Multi-Purpose themeforest" />
<meta name="description" content="Iteck - Multi-Purpose HTML5 Template" />
<meta name="author" content="" />
<!-- Title -->
<title>Iteck</title>
<!-- Favicon -->
<link rel="shortcut icon" href="assets/img/fav.png" title="Favicon" sizes="16x16" />
<!-- ====== bootstrap icons cdn ====== -->
<link rel="stylesheet" href="../cdn.jsdelivr.net/npm/bootstrap-icons%401.7.2/font/bootstrap-icons.css">
<!-- bootstrap 5 -->
<link rel="stylesheet" href="assets/css/lib/bootstrap.min.css">
<!-- ====== font family ====== -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="assets/css/lib/all.min.css" />
<link rel="stylesheet" href="assets/css/lib/animate.css" />
<link rel="stylesheet" href="assets/css/lib/jquery.fancybox.css" />
<link rel="stylesheet" href="assets/css/lib/lity.css" />
<link rel="stylesheet" href="assets/css/lib/swiper.min.css" />
<!-- ====== global style ====== -->
<link rel="stylesheet" href="assets/css/style.css" />
</head>
<body>
<!-- ====== start loading page ====== -->
<!-- <div id="preloader">
</div> -->
<!-- ---------- loader ---------- -->
<div id="preloader">
<div id="loading-wrapper" class="show">
<div id="loading-text"> <img src="assets/img/logo_loading.png" alt=""> </div>
<div id="loading-content"></div>
</div>
</div>
<!-- ====== end loading page ====== -->
<!-- ====== start top navbar ====== -->
<div class="top-navbar style-5">
<div class="container">
<div class="content text-white">
<span class="btn sm-butn bg-white py-0 px-2 me-2 fs-10px">
<small class="fs-10px">Special</small>
</span>
<img src="assets/img/icons/nav_icon/imoj_heart.png" alt="" class="icon-15">
<span class="fs-10px op-6">Get </span>
<small class="op-10 fs-10px">20% Discount</small>
<span class="fs-10px op-6">Get for New Account</span>
<a href="#" class="fs-10px text-decoration-underline ms-2">Register Now</a>
</div>
</div>
</div>
<!-- ====== end top navbar ====== -->
<!-- ====== start navbar ====== -->
<nav class="navbar navbar-expand-lg navbar-light bg-transparent style-5">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="assets/img/logo_home5.png" alt="">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav m-auto mb-2 mb-lg-0">
<li class="nav-item dropdown">
<a class="nav-link active dropdown-toggle" href="#" id="navbarDropdown1" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Homes
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
<li><a class="dropdown-item" href="#">Home 1</a></li>
<li><a class="dropdown-item" href="#">Home 2</a></li>
<li><a class="dropdown-item" href="#">Home 3</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown2" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Features
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
<li><a class="dropdown-item" href="#">Features 1</a></li>
<li><a class="dropdown-item" href="#">Features 2</a></li>
<li><a class="dropdown-item" href="#">Features 3</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown3" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Reviews
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
<li><a class="dropdown-item" href="#">Reviews 1</a></li>
<li><a class="dropdown-item" href="#">Reviews 2</a></li>
<li><a class="dropdown-item" href="#">Reviews 3</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
Pricing
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
Jobs
<small
class="fs-10px icon-20 rounded-pill bg-blue5 text-white fw-bold px-3 ms-2 d-inline-flex justify-content-center align-items-center">3</small>
</a>
</li>
</ul>
<div class="nav-side">
<div class="d-flex align-items-center">
<span class="nav-item">
<a class="nav-link" href="#">
<i class="bi bi-person fs-5 me-2"></i>
sign in
</a>
</span>
<a href="#" class="btn rounded-pill blue5-3Dbutn hover-blue5 sm-butn fw-bold">
<span>Start Free Trial <i class="bi bi-arrow-right ms-1"></i> </span>
</a>
</div>
</div>
</div>
</div>
</nav>
<!-- ====== end navbar ====== -->
<!--Contents-->
<main class="blog-page style-5">
<!-- ====== start all-news ====== -->
<section class="all-news section-padding pt-50 blog bg-transparent style-3">
<div class="container">
<div class="blog-details-slider mb-100">
<div class="section-head text-center mb-60 style-5">
<h2 class="mb-20 color-000"> Crypto Trend 2023 </h2>
<small class="d-block date text">
<a href="#" class="text-uppercase border-end brd-gray pe-3 me-3 color-blue5 fw-bold"> news </a>
<i class="bi bi-clock me-1"></i>
<span class="op-8">Posted on 15 Days ago</span>
</small>
</div>
<div class="content-card">
<div class="img">
<img src="assets/img/blog/1.jpg" alt="">
</div>
<div class="info">
<div class="row">
<div class="col-lg-6">
<div class="cont">
<small class="date small mb-20"> <span class="text-uppercase border-end brd-gray pe-3 me-3"> News </span> <i class="far fa-clock me-1"></i> Posted on 3 Days ago </small>
<h2 class="title">
Solutions For Big Data Issue, Expert Perspective
</h2>
<p class="fs-12px mt-10 text-light text-info">If there’s one way that wireless technology has changed the way we work, it’s that will everyone is now connected [...]</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row gx-4 gx-lg-5">
<div class="col-lg-8">
<div class="d-flex small align-items-center justify-content-between mb-70 fs-12px">
<div class="l_side d-flex align-items-center">
<a href="#" class="me-3 me-lg-5">
<span class="icon-20 rounded-circle d-inline-flex justify-content-center align-items-center text-uppercase bg-main p-1 me-2 text-white">
a
</span>
<span class="">
By Admin
</span>
</a>
<a href="#" class="me-3 me-lg-5">
<i class="bi bi-chat-left-text me-1"></i>
<span>24 Comments</span>
</a>
<a href="#">
<i class="bi bi-eye me-1"></i>
<span>774k Views</span>
</a>
</div>
<div class="r-side mt-1">
<a href="#">
<i class="bi bi-info-circle me-1"></i>
<span>Report</span>
</a>
</div>
</div>
<div class="blog-content-info">
<h4 class="fw-bold color-000 lh-4 mb-30">To mark the first UK show of artist Henri Barande, developer <a href="#" class="color-blue5">Moussa</a> and German studio Schultzschultz have created The Lodge Wooden at Berlin City</h4>
<div class="text mb-10 color-666">
Today most people get on average 4 to 6 hours of exercise every day, and make sure that everything they put in their mouths is not filled with sugars or preservatives, but they pay no attention to their mental health, no vacations, not even the occasional long weekend. All of this for hopes of one day getting that big promotion.
</div>
<div class="text color-666 mb-20">
Coventry is a city with a thousand years of history that has plenty to offer the visiting tourist. <br> Located in the heart of Warwickshire.
</div>
<div class="info-imgs">
<div class="row">
<div class="col-lg-6">
<div class="img text-center mt-30">
<img src="assets/img/blog/13.png" alt="">
<span class="color-999 fs-12px mt-20">Images by <a href="#" class="color-000">@sample</a> </span>
</div>
</div>
<div class="col-lg-6">
<div class="img text-center mt-30">
<img src="assets/img/blog/14.png" alt="">
<span class="color-999 fs-12px mt-20">Images by <a href="#" class="color-000">@sample</a> </span>
</div>
</div>
</div>
</div>
<div class="text mt-50 color-666">
The short answer is yes. According to Kross, when you think of yourself as another person, it allows you lorem ispum lorem suo give yourself more. Notre dame at sume lorem objective, helpful feedback.
</div>
<div class="twitter-info mt-60">
<div class="twitter-card">
<div class="twitter-header d-flex align-items-center justify-content-between">
<div class="twitter-user d-flex align-items-center">
<div class="icon-50 rounded-circle img-cover overflow-hidden me-3 flex-shrink-0">
<img src="assets/img/team/3.jpg" alt="">
</div>
<div class="inf">
<h6 class="fw-bold">Russel B.</h6>
<small class="color-999"> @russelb - 15 Dec, 2022 </small>
</div>
</div>
<div class="twitter-icon">
<i class="fab fa-twitter"></i>
</div>
</div>
<div class="twitter-info mt-40">
<h5>
“The team at <a href="#" class="color-blue5">@iteckagency</a> is incredibly dedicated, knowledgeable, and helpful. The finished product was beautiful, and worth every penny. I would absolutely recommend Iteck WP Theme.”
</h5>
</div>
</div>
<h4>Defaulting to Mindfulness</h4>
<div class="text color-666 mt-30">
Cray post-ironic plaid, Helvetica keffiyeh tousled Carles banjo before they sold out blog photo booth Marfa semio tics Truffaut. Mustache Schlitz next level blog Williamsburg, deep v typewriter tote bag
</div>
<ul class="ps-1 ps-lg-5 my-4 color-666 fs-14px lh-7">
<li class="d-flex">
<i class="bi bi-dot me-2 fs-3 lh-2 pt-1"></i>
Welsh novelist Sarah Waters sums it up eloquently
</li>
<li class="d-flex">
<i class="bi bi-dot me-2 fs-3 lh-2 pt-1"></i>
In their classic book, Creativity in Business, based on a popular course they co-taught
</li>
<li class="d-flex">
<i class="bi bi-dot me-2 fs-3 lh-2 pt-1"></i>
Novelist and screenwriter Steven Pressfield
</li>
</ul>
<div class="text color-666 mt-30">
That immediately brought to mind one of <a href="#" class="text-decoration-underline color-blue5">my fondest</a> memories, involving my daughter when she was just a toddler of one.
</div>
<div class="blog-share mt-80">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="side-tags">
<div class="content">
<a href="#">WordPress</a>
<a href="#">PHP</a>
<a href="#">HTML/CSS</a>
<a href="#">Figma</a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="share-icons d-flex justify-content-lg-end mt-3 mt-lg-0">
<h6 class="fw-bold me-3 flex-shrink-0 text-uppercase">
Share on
</h6>
<a href="#">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#">
<i class="fab fa-twitter"></i>
</a>
<a href="#">
<i class="fab fa-tumblr"></i>
</a>
<a href="#">
<i class="fas fa-rss"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="blog-comments mt-70">
<div class="comment-card card p-5 radius-5 border-0 mt-50">
<div class="d-flex">
<div class="icon-60 rounded-circle img-cover overflow-hidden me-3 flex-shrink-0">
<img src="assets/img/team/3.jpg" alt="">
</div>
<div class="inf">
<h6 class="fw-bold">Russel B.</h6>
<small class="color-999"> @russelb - 15 Dec, 2022 </small>
<div class="text color-000 fs-12px mt-10">
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum sed ut perspiciatis unde. Lorem ispum dolor sit amet
</div>
<div class="social-icons d-flex mt-20">
<a href="#" class="icon-25 rounded-circle d-inline-flex overflow-hidden align-items-center justify-content-center fs-10px me-2">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="icon-25 rounded-circle d-inline-flex overflow-hidden align-items-center justify-content-center fs-10px me-2">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="icon-25 rounded-circle d-inline-flex overflow-hidden align-items-center justify-content-center fs-10px me-2">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
</div>
</div>
<div class="comments-content mt-70">
<h3 class="color-000 mb-0"> 02 Comments </h3>
<div class="comment-replay-cont border-bottom border-1 brd-gray pb-40 pt-40">
<div class="d-flex comment-cont">
<div class="icon-60 rounded-circle img-cover overflow-hidden me-3 flex-shrink-0">
<img src="assets/img/team/2.jpg" alt="">
</div>
<div class="inf">
<div class="title d-flex justify-content-between">
<h6 class="fw-bold fs-14px">Robert Downey Jr</h6>
<span class="time fs-12px text-uppercase">
3 hours ago
</span>
</div>
<div class="text color-000 fs-12px mt-10">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Atume nusaate staman utra phone limo sumeria
</div>
<a href="#" class="butn border border-1 rounded-pill border-blue5 mt-20 py-2 px-3 hover-blue5 color-blue5">
<span class="fs-10px"> replay </span>
</a>
</div>
</div>
<div class="d-flex comment-replay ps-5 mt-30 ms-4">
<div class="icon-40 rounded-circle img-cover overflow-hidden me-3 flex-shrink-0">
<img src="assets/img/team/5.jpg" alt="">
</div>
<div class="inf">
<div class="title d-flex justify-content-between">
<h6 class="fw-bold fs-14px">Tobey McGuire</h6>
<span class="time fs-12px text-uppercase">
2 dayes ago
</span>
</div>
<div class="text color-000 fs-12px mt-10">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Atume nusaate staman utra phone limo sumeria
</div>
<a href="#" class="butn border border-1 rounded-pill border-blue5 mt-20 py-2 px-3 hover-blue5 color-blue5">
<span class="fs-10px"> replay </span>
</a>
</div>
</div>
</div>
<div class="comment-replay-cont pb-40 pt-40">
<div class="d-flex comment-cont">
<div class="icon-60 rounded-circle img-cover overflow-hidden me-3 flex-shrink-0">
<img src="assets/img/team/4.jpg" alt="">
</div>
<div class="inf">
<div class="title d-flex justify-content-between">
<h6 class="fw-bold fs-14px">Ben Chiwell</h6>
<span class="time fs-12px text-uppercase">
December 25, 2022
</span>
</div>
<div class="text color-000 fs-12px mt-10">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Atume nusaate staman utra phone limo sumeria
</div>
<a href="#" class="butn border border-1 rounded-pill border-blue5 mt-20 py-2 px-3 hover-blue5 color-blue5">
<span class="fs-10px"> replay </span>
</a>
</div>
</div>
</div>
</div>
<form class="comment-form d-block pt-30">
<h3 class="color-000 mb-40"> Leave A Comment </h3>
<div class="row">
<div class="col-lg-12">
<div class="form-group mb-30">
<textarea class="form-control radius-4 fs-12px p-3" rows="6" placeholder="Write your comment here"></textarea>
</div>
</div>
<div class="col-lg-6">
<div class="form-group mb-4 mb-lg-0">
<input type="text" class="form-control fs-12px radius-4 p-3" placeholder="Your Name *">
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<input type="text" class="form-control fs-12px radius-4 p-3" placeholder="Your Email *">
</div>
</div>
<div class="col-lg-12">
<div class="form-check mt-20">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
<label class="form-check-label fs-12px" for="flexCheckDefault">
Save my name & email in this browser for next time I comment
</label>
</div>
</div>
<div class="col-12">
<a href="#" class="btn rounded-pill blue5-3Dbutn hover-blue5 sm-butn fw-bold mt-40">
<span>Submit Comment </span>
</a>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="side-blog style-5 ps-lg-5 mt-5 mt-lg-0">
<form action="https://iteck-html.themescamp.com/contact.php" class="search-form mb-50" method="post">
<h6 class="title mb-20 text-uppercase fw-normal">
search
</h6>
<div class="form-group position-relative">
<input type="text" class="form-control rounded-pill" placeholder="Type and hit enter">
<button class="search-btn border-0 bg-transparent"> <i class="fas fa-search"></i> </button>
</div>
</form>
<div class="side-recent-post mb-50">
<h6 class="title mb-20 text-uppercase fw-normal">
recent post
</h6>
<a href="page-single-post-5.html" class="post-card pb-3 mb-3 border-bottom brd-gray">
<div class="img me-3">
<img src="assets/img/blog/1.jpg" alt="">
</div>
<div class="inf">
<h6> Crypto Trend 2023 </h6>
<p> If there’s one way that wireless technology has [...] </p>
</div>
</a>
<a href="page-single-post-5.html" class="post-card pb-3 mb-3 border-bottom brd-gray">
<div class="img me-3">
<img src="assets/img/blog/2.jpg" alt="">
</div>
<div class="inf">
<h6> How To Become Web Developer </h6>
<p> If there’s one way that wireless technology has [...] </p>
</div>
</a>
<a href="page-single-post-5.html" class="post-card pb-3 mb-3 border-bottom brd-gray">
<div class="img me-3">
<img src="assets/img/blog/3.jpg" alt="">
</div>
<div class="inf">
<h6> Wireframe for UI/UX </h6>
<p> If there’s one way that wireless technology has [...] </p>
</div>
</a>
<a href="page-single-post-5.html" class="post-card">
<div class="img me-3">
<img src="assets/img/blog/7.png" alt="">
</div>
<div class="inf">
<h6> AI With Fingerprint </h6>
<p> If there’s one way that wireless technology has [...] </p>
</div>
</a>
</div>
<div class="side-categories mb-50">
<h6 class="title mb-20 text-uppercase fw-normal">
categories
</h6>
<a href="#" class="cat-item">
<span> all </span>
<span> 265 </span>
</a>
<a href="#" class="cat-item">
<span> News </span>
<span> 38 </span>
</a>
<a href="#" class="cat-item">
<span> Technology </span>
<span> 16 </span>
</a>
<a href="#" class="cat-item">
<span> Tips & Tricks </span>
<span> 85 </span>
</a>
<a href="#" class="cat-item">
<span> Career </span>
<span> 21 </span>
</a>
<a href="#" class="cat-item">
<span> Community </span>
<span> 874 </span>
</a>
<a href="#" class="cat-item">
<span> Videos </span>
<span> 54 </span>
</a>
<a href="#" class="cat-item border-0">
<span> Others </span>
<span> 85 </span>
</a>
</div>
<div class="side-newsletter mb-50">
<h6 class="title mb-10 text-uppercase fw-normal">
newsletter
</h6>
<div class="text">
Register now to get latest updates on promotions & coupons.
</div>
<form action="https://iteck-html.themescamp.com/contact.php" class="form-subscribe" method="post">
<div class="email-input d-flex align-items-center py-3 px-3 bg-white mt-3 radius-5">
<span class="icon me-2 flex-shrink-0">
<i class="far fa-envelope"></i>
</span>
<input type="text" placeholder="Email Address" class="border-0 bg-transparent fs-12px">
</div>
<button class="btn bg-blue5 sm-butn text-white hover-darkBlue w-100 mt-3 radius-5 py-3">
<span>Subscribe</span>
</button>
</form>
</div>
<div class="side-share mb-50">
<h6 class="title mb-20 text-uppercase fw-normal">
social
</h6>
<a href="#" class="social-icon">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="social-icon">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="social-icon">
<i class="fab fa-pinterest"></i>
</a>
<a href="#" class="social-icon">
<i class="fab fa-goodreads-g"></i>
</a>
<a href="#" class="social-icon">
<i class="fab fa-linkedin-in"></i>
</a>
</div>
<div class="side-insta mb-50">
<h6 class="title mb-20 text-uppercase fw-normal">
our instagram
</h6>
<div class="d-flex justify-content-between flex-wrap">
<a href="assets/img/blog/1.jpg" class="insta-img img-cover" data-fancybox="gallery">
<img src="assets/img/blog/1.jpg" alt="">
<i class="fab fa-instagram icon"></i>
</a>
<a href="assets/img/blog/10.png" class="insta-img img-cover" data-fancybox="gallery">
<img src="assets/img/blog/10.png" alt="">
<i class="fab fa-instagram icon"></i>
</a>
<a href="assets/img/blog/11.png" class="insta-img img-cover" data-fancybox="gallery">
<img src="assets/img/blog/11.png" alt="">
<i class="fab fa-instagram icon"></i>
</a>
<a href="assets/img/blog/12.png" class="insta-img img-cover" data-fancybox="gallery">
<img src="assets/img/blog/12.png" alt="">
<i class="fab fa-instagram icon"></i>
</a>
<a href="assets/img/blog/2.jpg" class="insta-img img-cover" data-fancybox="gallery">
<img src="assets/img/blog/2.jpg" alt="">
<i class="fab fa-instagram icon"></i>
</a>
<a href="assets/img/blog/3.jpg" class="insta-img img-cover" data-fancybox="gallery">
<img src="assets/img/blog/3.jpg" alt="">
<i class="fab fa-instagram icon"></i>
</a>
</div>
</div>
<div class="side-tags">
<h6 class="title mb-20 text-uppercase fw-normal">
popular tags
</h6>
<div class="content">
<a href="#">WordPress</a>
<a href="#">PHP</a>
<a href="#">HTML/CSS</a>
<a href="#">Figma</a>
<a href="#">Technology</a>
<a href="#">Marketing</a>
<a href="#">Consultation</a>
<a href="#">Seo</a>
<a href="#">Envato</a>
<a href="#">Psd</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ====== end all-news ====== -->
<!-- ====== start Popular Posts ====== -->
<section class="popular-posts related Posts section-padding pb-100 bg-gray5">
<div class="container">
<h5 class="fw-bold text-uppercase mb-50">Related Posts</h5>
<div class="related-postes-slider position-relative">
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="card border-0 bg-transparent rounded-0 p-0 d-block">
<a href="page-single-post-5.html" class="img radius-7 overflow-hidden img-cover">
<img src="assets/img/blog/1.jpg" class="card-img-top" alt="...">
</a>
<div class="card-body px-0">
<small class="d-block date mt-10 fs-10px fw-bold">
<a href="#" class="text-uppercase border-end brd-gray pe-3 me-3 color-blue5">News</a>
<i class="bi bi-clock me-1"></i>
<a href="#" class="op-8">Posted on 3 Days ago</a>
</small>
<h5 class="fw-bold mt-10 title">
<a href="page-single-post-5.html">Crypto Trend 2023</a>
</h5>
<p class="small mt-2 op-8">If there’s one way that wireless technology has
changed the way we work.
</p>
<div class="d-flex small mt-20 align-items-center justify-content-between op-9">
<div class="l_side d-flex align-items-center">
<span class="icon-20 rounded-circle d-inline-flex justify-content-center align-items-center text-uppercase bg-main p-1 me-2 text-white">
a
</span>
<a href="#" class="mt-1">
By Admin
</a>
</div>
<div class="r-side mt-1">
<i class="bi bi-chat-left-text me-1"></i>
<a href="#">24</a>
<i class="bi bi-eye ms-4 me-1"></i>
<a href="#">774k</a>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card border-0 bg-transparent rounded-0 p-0 d-block">
<a href="page-single-post-5.html" class="img radius-7 overflow-hidden img-cover">
<img src="assets/img/blog/7.png" class="card-img-top" alt="...">
</a>
<div class="card-body px-0">
<small class="d-block date mt-10 fs-10px fw-bold">
<a href="#" class="text-uppercase border-end brd-gray pe-3 me-3 color-blue5">News</a>
<i class="bi bi-clock me-1"></i>
<a href="#" class="op-8">Posted on 3 Days ago</a>
</small>
<h5 class="fw-bold mt-10 title">
<a href="page-single-post-5.html">AI With Fingerprint</a>
</h5>
<p class="small mt-2 op-8">If there’s one way that wireless technology has
changed the way we work.
</p>
<div class="d-flex small mt-20 align-items-center justify-content-between op-9">
<div class="l_side d-flex align-items-center">
<span class="icon-20 rounded-circle d-inline-flex justify-content-center align-items-center text-uppercase bg-main p-1 me-2 text-white">
a
</span>
<a href="#" class="mt-1">
By Admin
</a>
</div>
<div class="r-side mt-1">
<i class="bi bi-chat-left-text me-1"></i>
<a href="#">24</a>
<i class="bi bi-eye ms-4 me-1"></i>
<a href="#">774k</a>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card border-0 bg-transparent rounded-0 p-0 d-block">
<a href="page-single-post-5.html" class="img radius-7 overflow-hidden img-cover">
<img src="assets/img/blog/5.png" class="card-img-top" alt="...">
</a>
<div class="card-body px-0">
<small class="d-block date mt-10 fs-10px fw-bold">
<a href="#" class="text-uppercase border-end brd-gray pe-3 me-3 color-blue5">News</a>
<i class="bi bi-clock me-1"></i>
<a href="#" class="op-8">Posted on 3 Days ago</a>
</small>
<h5 class="fw-bold mt-10 title">
<a href="page-single-post-5.html">NFT Game! New Oppoturnity</a>
</h5>
<p class="small mt-2 op-8">If there’s one way that wireless technology has
changed the way we work.
</p>
<div class="d-flex small mt-20 align-items-center justify-content-between op-9">
<div class="l_side d-flex align-items-center">
<span class="icon-20 rounded-circle d-inline-flex justify-content-center align-items-center text-uppercase bg-main p-1 me-2 text-white">
a
</span>
<a href="#" class="mt-1">
By Admin
</a>
</div>
<div class="r-side mt-1">
<i class="bi bi-chat-left-text me-1"></i>
<a href="#">24</a>
<i class="bi bi-eye ms-4 me-1"></i>
<a href="#">774k</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
</div>
</section>
<!-- ====== end Popular Posts ====== -->
</main>
<!--End-Contents-->
<!-- ====== start footer ====== -->
<footer class="style-5">
<div class="container">
<div class="row gx-0 justify-content-between">
<div class="col-lg-3 col-sm-6">
<div class="items">
<div class="title">
Iteck - 1st eCommerce Dashboard
</div>
<small class="text">
Over 25 years working in IT services developing software applications and mobile apps for
clients all over the world. For your very specific industry, <br> we have highly-tailored IT
solutions.
</small>
<div class="socail-icons">
<a href="https://twitter.com/"
class="icon-35 rounded-circle bg-gray overflow-hidden d-inline-flex align-items-center justify-content-center text-gray me-2" target="_blank">
<i class="fab fa-twitter"></i>
</a>
<a href="https://facebook.com/"
class="icon-35 rounded-circle bg-gray overflow-hidden d-inline-flex align-items-center justify-content-center text-gray me-2" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://instagram.com/"
class="icon-35 rounded-circle bg-gray overflow-hidden d-inline-flex align-items-center justify-content-center text-gray" target="_blank">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="items">
<div class="title">
Information
</div>
<small class="text mb-10 d-block">
223 Thatcher Road St, Brookly, <br> Manhattan, NY 10463, US
</small>
<small class="text mb-10 d-block">
+031 5689 89 98
</small>
<small class="text d-block">
</small>
</div>
</div>
<div class="col-lg-2">
<div class="items">
<div class="title">
Useful Links
</div>
<ul>
<li>
<a href="home-saas-technology.html"> Home </a>
</li>
<li>
<a href="page-about-5.html"> About Iteck </a>
</li>
<li>
<a href="page-portfolio-5.html"> Projects </a>
</li>
<li>
<a href="page-product-5.html"> product </a>
</li>
<li>
<a href="page-blog-5.html"> Blog </a>
</li>
<li>
<a href="page-contact-5.html"> Contact </a>
</li>
</ul>
</div>
</div>
<div class="col-lg-2">
<div class="items">
<div class="title">
Resource
</div>
<ul>
<li>
<a href="#"> Online Documentation </a>
</li>
<li>
<a href="#"> Roadmap </a>
</li>
<li>
<a href="#"> Intergrations </a>
</li>
<li>
<a href="#"> FAQs </a>
</li>
<li>
<a href="#"> Help Center </a>
</li>
</ul>
</div>
</div>
</div>
<div class="foot">
<div class="row">
<div class="col-lg-3 col-sm-6">
<div class="logo">
<img src="assets/img/logo_foot_home5.png" alt="">
</div>
</div>
<div class="col-lg-6">
<small class="small">
© 2022 Copyrights by <a href="#" class="fw-bold text-decoration-underline">Iteck Co.</a> All
Rights Reserved. Designed by <a href="https://themeforest.net/user/themescamp"
class="fw-bold text-decoration-underline">ThemesCamp</a>
</small>
</div>
</div>
</div>
</div>
</footer>
<!-- ====== end footer ====== -->
<!-- ====== start to top button ====== -->
<a href="#" class="to_top bg-gray rounded-circle icon-40 d-inline-flex align-items-center justify-content-center">
<i class="bi bi-chevron-up fs-6 text-dark"></i>
</a>
<!-- ====== end to top button ====== -->
<!-- ====== request ====== -->
<script src="assets/js/lib/jquery-3.0.0.min.js"></script>
<script src="assets/js/lib/jquery-migrate-3.0.0.min.js"></script>
<script src="assets/js/lib/bootstrap.bundle.min.js"></script>
<script src="assets/js/lib/wow.min.js"></script>
<script src="assets/js/lib/jquery.fancybox.js"></script>
<script src="assets/js/lib/lity.js"></script>
<script src="assets/js/lib/swiper.min.js"></script>
<script src="assets/js/lib/jquery.waypoints.min.js"></script>
<script src="assets/js/lib/jquery.counterup.js"></script>
<!-- <script src="assets/js/lib/pace.js"></script> -->
<script src="assets/js/lib/scrollIt.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
<!-- Mirrored from iteck-html.themescamp.com/page-single-post-5.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 28 Feb 2023 11:28:16 GMT -->
</html>