-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
561 lines (537 loc) · 29.9 KB
/
portfolio.html
File metadata and controls
561 lines (537 loc) · 29.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
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
<!DOCTYPE html>
<html lang="en">
<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>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-48ZDVPEF7G"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-48ZDVPEF7G');
</script>
<!-- Favicon -->
<link rel="shortcut icon" href="assets/img/fav.png" title="Favicon" sizes="16x16" />
<!-- ====== bootstrap icons cdn ====== -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.10.5/font/bootstrap-icons.min.css" integrity="sha512-ZnR2wlLbSbr8/c9AgLg3jQPAattCUImNsae6NHYnS9KrIwRdcY9DxFotXhNAKIKbAXlRnujIqUWoXXwqyFOeIQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- 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" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MWNLD6WF');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MWNLD6WF"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- ====== 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 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-it-solutions2.html"> It Solution creative </a></li>
<li><a class="dropdown-item" href="home-app-landing.html"> App Landing </a></li>
<li><a class="dropdown-item" href="home-saas-technology.html"> Saas Technology </a></li>
<li><a class="dropdown-item" href="home-marketing-startup.html"> Marketing Startup </a></li>
<li><a class="dropdown-item" href="home-it-solutions.html"> It Solution </a></li>
<li><a class="dropdown-item" href="home-software-company.html"> Software Company </a></li>
<li><a class="dropdown-item" href="home-digital-agency.html"> Digital Agency </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">
pages
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown1">
<li><a class="dropdown-item" href="page-about-5.html">about</a></li>
<li><a class="dropdown-item" href="page-product-5.html">product</a></li>
<li><a class="dropdown-item" href="page-services-5.html">services</a></li>
<li><a class="dropdown-item" href="page-shop-5.html">shop</a></li>
<li><a class="dropdown-item" href="page-single-project-5.html">single project</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="page-portfolio-5.html">
portfolio
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="page-blog-5.html">
blog
<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>
<li class="nav-item">
<a class="nav-link" href="page-contact-5.html">
contact us
</a>
</li>
</ul>
<div class="nav-side">
<div class="d-flex align-items-center">
<span class="nav-item">
<a class="nav-link" href="page-contact-5.html">
<i class="bi bi-person fs-5 me-2"></i>
sign in
</a>
</span>
<a href="page-contact-5.html" class="btn rounded-pill blue5-3Dbutn hover-blue2 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="portfolio-page style-1">
<!-- ====== start portfolio-projects ====== -->
<section class="portfolio-projects section-padding pt-50 style-1">
<div class="container">
<div class="section-head text-center mb-60 style-5">
<h2 class="mb-20"> Our <span> Projects </span> </h2>
<p> We have an experienced team of production and inspection personnel to ensure quality. </p>
</div>
<div class="controls">
<button type="button" class="control" data-filter="all">All</button>
<button type="button" class="control" data-filter=".consultation">IT Consultation</button>
<button type="button" class="control" data-filter=".security">Data Security</button>
<button type="button" class="control" data-filter=".website">Website Development</button>
<button type="button" class="control" data-filter=".design">UI/UX Design</button>
<button type="button" class="control" data-filter=".cloud">Cloud Service</button>
<button type="button" class="control" data-filter=".development">Game Development</button>
</div>
<section class="portfolio style-1">
<div class="content">
<div class="row mix-container">
<div class="col-lg-4 mix security consultation">
<div class="portfolio-card mb-50">
<div class="img">
<img src="assets/img/projects/prog/1.jpeg" alt="">
</div>
<div class="info">
<h5>
<a href="page-single-project-5.html"> Infrastructure Upgrade </a>
</h5>
<small class="d-block color-main text-uppercase">IT Consultation</small>
<div class="text">
Trust our top minds to eliminate workflow pain points, implement new tech & app.
</div>
<div class="tags">
<a href="#">Consultation</a>
<a href="#">Management</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mix design security">
<div class="portfolio-card mb-50">
<div class="img">
<img src="assets/img/projects/prog/2.png" alt="">
</div>
<div class="info">
<h5>
<a href="page-single-project-5.html"> Criftocy Landing Page </a>
</h5>
<small class="d-block color-main text-uppercase">Website Development, UI/UX Design</small>
<div class="text">
Trust our top minds to eliminate workflow pain points, implement new tech & app.
</div>
<div class="tags">
<a href="#">WordPress</a>
<a href="#">PHP</a>
<a href="#">HTML/CSS</a>
<a href="#">Figma</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mix website development">
<div class="portfolio-card mb-50">
<div class="img">
<img src="assets/img/projects/prog/3.jpeg" alt="">
</div>
<div class="info">
<h5>
<a href="page-single-project-5.html"> AR/VR War 1986 Game </a>
</h5>
<small class="d-block color-main text-uppercase">Game Developemnt</small>
<div class="text">
Trust our top minds to eliminate workflow pain points, implement new tech & app.
</div>
<div class="tags">
<a href="#">VR/AR</a>
<a href="#">iOS & Android</a>
<a href="#">Unity 2D/3D</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mix cloud design">
<div class="portfolio-card mb-50">
<div class="img">
<img src="assets/img/projects/4.png" alt="">
</div>
<div class="info">
<h5>
<a href="page-single-project-5.html"> Okpay E-Wallet Optimized </a>
</h5>
<small class="d-block color-main text-uppercase">SEO analysis</small>
<div class="text">
Trust our top minds to eliminate workflow pain points, implement new tech & app.
</div>
<div class="tags">
<a href="#">SEO Analysis</a>
<a href="#">Content Strategy</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mix website development cloud">
<div class="portfolio-card mb-50">
<div class="img">
<img src="assets/img/projects/5.png" alt="">
</div>
<div class="info">
<h5>
<a href="page-single-project-5.html"> e-Commerce Dashboard </a>
</h5>
<small class="d-block color-main text-uppercase">website design & develoment</small>
<div class="text">
Trust our top minds to eliminate workflow pain points, implement new tech & app.
</div>
<div class="tags">
<a href="#">WordPress</a>
<a href="#">PHP</a>
<a href="#">HTML/CSS</a>
<a href="#">Figma</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mix design consultation">
<div class="portfolio-card mb-50">
<div class="img">
<img src="assets/img/projects/7.png" alt="">
</div>
<div class="info">
<h5>
<a href="page-single-project-5.html"> Crypto Blockchain </a>
</h5>
<small class="d-block color-main text-uppercase">Data security</small>
<div class="text">
Trust our top minds to eliminate workflow pain points, implement new tech & app.
</div>
<div class="tags">
<a href="#">Security</a>
<a href="#">Management</a>
<a href="#">Backup & Recovery</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mix cloud design">
<div class="portfolio-card mb-50">
<div class="img">
<img src="assets/img/projects/1.png" alt="">
</div>
<div class="info">
<h5>
<a href="page-single-project-5.html"> Car Rental Dashboard </a>
</h5>
<small class="d-block color-main text-uppercase">UI/UX Design</small>
<div class="text">
Trust our top minds to eliminate workflow pain points, implement new tech & app.
</div>
<div class="tags">
<a href="#">HTML/CSS</a>
<a href="#">Figma</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mix security cloud">
<div class="portfolio-card mb-50">
<div class="img">
<img src="assets/img/projects/2.png" alt="">
</div>
<div class="info">
<h5>
<a href="page-single-project-5.html"> Encrypt Blockchain </a>
</h5>
<small class="d-block color-main text-uppercase">Data security, it consultation</small>
<div class="text">
Trust our top minds to eliminate workflow pain points, implement new tech & app.
</div>
<div class="tags">
<a href="#">Data Security</a>
<a href="#">Python</a>
<a href="#">Data Backup</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mix development consultation">
<div class="portfolio-card">
<div class="img">
<img src="assets/img/projects/6.png" alt="">
</div>
<div class="info">
<h5>
<a href="page-single-project-5.html"> Robotchat AI Development </a>
</h5>
<small class="d-block color-main text-uppercase">machine learning</small>
<div class="text">
Trust our top minds to eliminate workflow pain points, implement new tech & app.
</div>
<div class="tags">
<a href="#">AI</a>
<a href="#">Machine Learning</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="text-center">
<a href="page-portfolio-5.html" class="btn rounded-pill blue5-3Dbutn hover-blue2 sm-butn fw-bold mt-30">
<span> Load More (24) </span>
</a>
</div>
</section>
</div>
</section>
<section class="download section-padding style-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-9">
<div class="content text-center">
<h2>Access your business potentials today & find opportunity for
<span>
bigger success
<img src="assets/img/header/head5_line.png" alt="" class="head-line">
<img src="assets/img/header/head5_pen.png" alt="" class="head-pen">
</span>
</h2>
<div class="butns mt-70">
<a href="page-contact-5.html" class="btn rounded-pill blue5-3Dbutn hover-blue2 sm-butn fw-bold mx-1">
<span> Start A Project Now </span>
</a>
<a href="page-about-5.html" class="btn rounded-pill blue5-3Dbutn hover-blue2 sm-butn fw-bold mx-1">
<span> See Pricing & Plan </span>
</a>
</div>
</div>
</div>
</div>
</div>
<img src="assets/img/contact_globe.svg" alt="" class="contact_globe">
</section>
<!-- ====== end portfolio-projects ====== -->
</main>
<!--End-Contents-->
<!-- ====== start footer ====== -->
<footer class="style-5 border-top brd-gray">
<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">
contact@Itecksolution.co
</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">
© 2023 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/mixitup.min.js"></script>
<script src="assets/js/lib/scrollIt.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>