-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject-details.html
More file actions
536 lines (527 loc) · 27.2 KB
/
project-details.html
File metadata and controls
536 lines (527 loc) · 27.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0, user-scalable=yes" />
<title>Netwise - IT Solutions & Technology Figma Template</title>
<link rel="shortcut icon" type="image/x-icon" href="assets/images/fevicon.png" />
<!-- Place favicon.ico in the root directory -->
<!-- CSS here -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/fontawsome/css/fontawesome.css" />
<link rel="stylesheet" href="assets/css/odometer.css" />
<link rel="stylesheet" href="assets/css/slick.css" />
<link rel="stylesheet" href="assets/css/animate.min.css" />
<link rel="stylesheet" href="assets/css/magnific-popup.css" />
<link rel="stylesheet" href="assets/css/style.css" />
</head>
<body>
<!-- Preloader start -->
<div id="preloader">
<div class="loading-container">
<div class="loading"></div>
<div id="loading-icon">
<img width="65" src="assets/images/logo/logo-sm.svg" alt="logo-sm">
</div>
</div>
</div>
<!-- Preloader end -->
<!-- Header section start -->
<header class="header-section" id="sticky-header">
<nav class="navbar navbar-expand-xl d-none d-xl-flex">
<div class="container navbar-main">
<a class="navbar-brand" href="index.html">
<img src="./assets/images/logo/logo.png" alt="logo" />
</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 mx-auto">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#">Home <i
class="fa-solid fa-angle-down"></i></a>
<ul class="sub-menu list-unstyled">
<li><a href="./index.html">Home One</a></li>
<li><a href="./home-two.html">Home Two</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Services<i class="fa-solid fa-angle-down"></i></a>
<ul class="sub-menu list-unstyled">
<li><a href="./services.html">Service Single</a></li>
<li><a href="./service-details.html">Service Details</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link active" href="#">Projects<i class="fa-solid fa-angle-down"></i></a>
<ul class="sub-menu list-unstyled">
<li><a href="./porjects.html">Projects Single</a></li>
<li><a href="./project-details.html">Projects Details</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Blog<i class="fa-solid fa-angle-down"></i></a>
<ul class="sub-menu list-unstyled">
<li><a href="./blog.html">Blog Single</a></li>
<li><a href="./blog-details.html">Blog Details</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact.html">Contact</a>
</li>
</ul>
<a href="tel:(+1)652-3698" class="call-to-action d-flex align-items-center">
<div class="icon rounded-pill">
<i class="fa-solid fa-phone"></i>
</div>
<div class="info">
<p>Need Help?</p>
<h6>+123 652-3698</h6>
</div>
</a>
</div>
</div>
</nav>
<!-- mobile navbar part start -->
<div class="mobile-menu-area d-block d-xl-none">
<div class="container">
<!-- mobile topbar -->
<div class="mobile-topbar">
<div class="d-flex justify-content-between align-items-center">
<div class="logo">
<a href="index.html">
<img src="assets/images/logo/logo.png" alt="logo" /></a>
</div>
<div class="bars">
<i class="fas fa-bars"></i>
</div>
</div>
</div>
</div>
<!-- mobile menu -->
<div class="mobile-menu-overlay"></div>
<div class="mobile-menu-main">
<div class="logo">
<a href="./index.html">
<img src="assets/images/logo/logo.png" alt="logo" /></a>
</div>
<div class="close-mobile-menu"><i class="fas fa-times"></i></div>
<div class="menu-body">
<div class="menu-list">
<ul class="list-unstyled">
<li class="sub-mobile-menu">
<a href="#">Home <i class="fas fa-chevron-down float-end"></i></a>
<ul class="list-unstyled">
<li><a href="index.html">Home One</a></li>
<li><a href="home-two.html">Home Two</a></li>
</ul>
</li>
<li class="sub-mobile-menu">
<a href="about.html">About Us</a>
</li>
<li class="sub-mobile-menu">
<a href="#">Services <i class="fas fa-chevron-down float-end"></i></a>
<ul class="list-unstyled">
<li>
<a href="services.html">Service Single</a>
</li>
<li>
<a href="service-details.html">Service Details</a>
</li>
</ul>
</li>
<li class="sub-mobile-menu">
<a href="#">Projects <i class="fas fa-chevron-down float-end"></i></a>
<ul class="list-unstyled">
<li>
<a href="projects.html">Project Single</a>
</li>
<li>
<a href="project-details.html">Project Details</a>
</li>
</ul>
</li>
<li class="sub-mobile-menu">
<a href="#">Blog <i class="fas fa-chevron-down float-end"></i></a>
<ul class="list-unstyled">
<li>
<a href="blog.html">Blog Single</a>
</li>
<li>
<a href="blog-details.html">Blog Details</a>
</li>
</ul>
</li>
<li class="sub-mobile-menu">
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
<div class="call-us p-4">
<a href="tel:(+1)652-3698" class="call-to-action d-flex align-items-center">
<div class="icon d-flex justify-content-center align-items-center rounded-pill">
<i class="fa-solid fa-phone"></i>
</div>
<div class="info">
<p class="help">Need help?</p>
<h5 class="number">(+1) 652-3698</h5>
</div>
</a>
</div>
</div>
</div>
<!-- mobile navbar part end -->
</header>
<!-- Header section end -->
<!-- Main area Start -->
<main>
<!-- Page Header Section Start-->
<section class="page-header-section">
<div class="container">
<div class="row g-4">
<div class="col-lg-4 align-self-center">
<div class="header-img">
<img src="assets/images/banner/page_header_img.png" alt="">
</div>
</div>
<div class="col-lg-8 align-self-center">
<div class="bread-crumb text-end">
<h1 class="page-header-title">Project Details</h1>
<ul class="list-unstyled d-flex justify-content-end align-items-center">
<li><a href="index.html">Home</a></li>
<li>Project Details</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Page Header Section End-->
<!-- Project details section start -->
<section class="project-details-section py-120">
<div class="container">
<div class="project-banner-image position-relative">
<div class="reveal zoom-out overflow-hidden rounded-20">
<img src="assets/images/projects/project-details-banner.png" alt="project-details-banner"
class="img-fluid w-100">
</div>
<div class="project-information position-absolute rounded-20">
<h4 class="title rounded-20 text-center mb-30">Project Information</h4>
<ul class="list-unstyled options">
<li class="d-flex align-items-center rounded-20 gap-4 section-bg">
<h5 class="flex-shrink-0 label">Category:</h5>
<p>Roof Service</p>
</li>
<li class="d-flex align-items-center rounded-20 gap-4 section-bg">
<h5 class="flex-shrink-0 label">Customer:</h5>
<p>David Bravis</p>
</li>
<li class="d-flex align-items-center rounded-20 gap-4 section-bg">
<h5 class="flex-shrink-0 label">Start date:</h5>
<p>21 April 2024</p>
</li>
<li class="d-flex align-items-center rounded-20 gap-4 section-bg">
<h5 class="flex-shrink-0 label">End date:</h5>
<p>28 September 2024</p>
</li>
<li class="d-flex align-items-center rounded-20 gap-4 section-bg">
<h5 class="flex-shrink-0 label">Rating:</h5>
<div class="rating">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</li>
</ul>
<div class="mt-30">
<ul class="list-unstyled social-icons d-flex justify-content-center">
<li>
<a href="#" class="d-inline-flex justify-content-center align-items-center">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li>
<a href="#" class="d-inline-flex justify-content-center align-items-center">
<i class="fab fa-pinterest-p"></i>
</a>
</li>
<li>
<a href="#" class="d-inline-flex justify-content-center align-items-center">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li>
<a href="#" class="d-inline-flex justify-content-center align-items-center">
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="project-description">
<h3 class="title split-text right">Redefining the Digital Landscape</h3>
<p>Cybersecurity is a crucial aspect of IT, protecting sensitive information threats and breaches. IT services
also include technical support and maintenance, ensuring that systems run smoothly and efficiently. IT
industry offers diverse career opportunities, from network administration to software development As
technology continues to evolve, the importance of IT in shaping the future of businesses and society</p>
<p>Cloud computing, artificial intelligence, an cybersecurity are among the critical areas within IT that have
transformed how businesses operate. IT solutions streamline processes, enhance communication, and improve
decision-making by providing real-time data and analytics. Cybersecurity</p>
<div class="inner-options">
<ul class="list-unstyled">
<li><img src="assets/images/icon/icon-right-arrow.svg" alt="icon-right-arrow"> Inno Secure Technologies</li>
<li><img src="assets/images/icon/icon-right-arrow.svg" alt="icon-right-arrow"> Empowering Your Digital
Future</li>
<li><img src="assets/images/icon/icon-right-arrow.svg" alt="icon-right-arrow"> Unlocking the Power of
Technology</li>
<li><img src="assets/images/icon/icon-right-arrow.svg" alt="icon-right-arrow"> Technology that Moves You
Forward</li>
</ul>
</div>
<div class="inner-image mb-30">
<div class="row g-4">
<div class="col-lg-6">
<div class="image rounded-20 overflow-hidden reveal right">
<img src="assets/images/projects/project-detail-inner-img-1.png" alt="project-detail-inner-img"
class="img-fluid w-100">
</div>
</div>
<div class="col-lg-6">
<div class="image rounded-20 overflow-hidden reveal right">
<img src="assets/images/projects/project-detail-inner-img-2.png" alt="project-detail-inner-img"
class="img-fluid w-100">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8">
<h3 class="title split-text right">Building Tomorrow’s Tech Today</h3>
<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 printer took a galltype and
scrambled it to make a type specimen book</p>
</div>
</div>
<div class="list-info mt-30">
<div class="row g-4">
<div class="col-xl-4 col-md-6">
<div class="info-item">
<h4 class="info-title d-flex align-items-center">
<i class="fa-solid fa-check"></i>
Your Gateway to Innovation
</h4>
<p>The rapid advancement of technology continuously</p>
</div>
</div>
<div class="col-xl-4 col-md-6">
<div class="info-item">
<h4 class="info-title d-flex align-items-center">
<i class="fa-solid fa-check"></i>
Engineering the Future of IT
</h4>
<p>The rapid advancement of technology continuously</p>
</div>
</div>
<div class="col-xl-4 col-md-6">
<div class="info-item">
<h4 class="info-title d-flex align-items-center">
<i class="fa-solid fa-check"></i>
Innovate with Confidence
</h4>
<p>The rapid advancement of technology continuously</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Project details section end -->
<!-- Back to top button start -->
<button class="scroll-to-top position-fixed">
<i class="fas fa-chevron-up"></i>
</button>
<!-- Back to top button end -->
</main>
<!-- Main area end -->
<!-- Footer section start -->
<footer class="footer-section pt-120" data-background="assets/images/shapes/footer-shape.svg">
<div class="container">
<div class="row g-4">
<div class="col-xl-4 col-md-6">
<div class="footer-short-info rounded-20 d-flex align-items-center">
<div class="icon d-flex align-items-center justify-content-center rounded-pill flex-shrink-0">
<img src="assets/images/icon/footer-short-icon-1.svg" alt="footer-short-icon">
</div>
<div class="text">
<h4 class="title">Tech Fusion Solutions</h4>
<p>It encompasses the use of computers, networks</p>
</div>
</div>
</div>
<div class="col-xl-4 col-md-6">
<div class="footer-short-info rounded-20 d-flex align-items-center">
<div class="icon d-flex align-items-center justify-content-center rounded-pill flex-shrink-0">
<img src="assets/images/icon/footer-short-icon-2.svg" alt="footer-short-icon">
</div>
<div class="text">
<h4 class="title">Digital Edge Innovations</h4>
<p>Other digital technologies to store place network</p>
</div>
</div>
</div>
<div class="col-xl-4 col-md-6">
<div class="footer-short-info rounded-20 d-flex align-items-center">
<div class="icon d-flex align-items-center justify-content-center rounded-pill flex-shrink-0">
<img src="assets/images/icon/footer-short-icon-3.svg" alt="footer-short-icon">
</div>
<div class="text">
<h4 class="title">Cloud Wave Services</h4>
<p>The rapid advancement of technology continuously</p>
</div>
</div>
</div>
</div>
<div class="footer-main">
<div class="row g-4">
<div class="col-xl-3 col-lg-3 col-md-6">
<div class="footer-widget footer-about">
<div class="logo">
<a href="index.html">
<img src="assets/images/logo/logo2.svg" alt="logo2">
</a>
</div>
<div class="short-info">
<p>Drives innovation within the IT sector, making it a dynamic </p>
</div>
<div class="contact-info">
<ul class="list-unstyled">
<li>
<div class="d-flex align-items-center gap-2">
<div class="icon">
<i class="fas fa-map-marker-alt"></i>
</div>
<h4 class="title">Address </h4>
</div>
<p>2464 Royal Ln. Mesa, New Jersey</p>
</li>
<li>
<div class="d-flex align-items-center gap-2">
<div class="icon">
<i class="fas fa-envelope"></i>
</div>
<h4 class="title">Email </h4>
</div>
<a href="mailto:curtis.weaver@example.com">curtis.weaver@example.com</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="footer-widget footer-links services-widget">
<h4 class="footer-title">Services</h4>
<ul class="list-unstyled">
<li><a href="services.html"><i class="fas fa-chevron-right"></i> InfoSec Experts</a>
</li>
<li><a href="services.html"><i class="fas fa-chevron-right"></i> Quantum IT
Solutions</a></li>
<li><a href="services.html"><i class="fas fa-chevron-right"></i> NexusTech Systems</a>
</li>
<li><a href="services.html"><i class="fas fa-chevron-right"></i> SmartNet IT
Services</a></li>
<li><a href="services.html"><i class="fas fa-chevron-right"></i> ByteForce Solutions</a>
</li>
</ul>
</div>
</div>
<div class="col-xl-3 col-lg-2 col-md-6">
<div class="footer-widget footer-links links-widget">
<h4 class="footer-title">Link</h4>
<ul class="list-unstyled">
<li><a href="about-us.html">About Us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="#">Testimonial</a></li>
<li><a href="blog-and-news.html">Blog And News</a></li>
</ul>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-6">
<div class="footer-widget recent-post-widget">
<h4 class="footer-title">Recent Post</h4>
<ul class="list-unstyled">
<li>
<a href="blog.html">
<span class="title">
Crafting Tomorrow’s Digital World
</span>
<small>
<i class="fas fa-calendar-alt"></i>
October 19, 2024
</small>
</a>
</li>
<li>
<a href="blog.html">
<span class="title">
Technology That Powers the Future
</span>
<small>
<i class="fas fa-calendar-alt"></i>
October 19, 2024
</small>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="row g-2">
<div class="col-lg-6">
<div class="footer-copyright text-center text-lg-start">
<p>© Yoursitename <span id="copyright_year"></span> | All Rights Reserved</p>
</div>
</div>
<div class="col-lg-6">
<div class="footer-menu text-center text-lg-end">
<ul class="list-unstyled">
<li class="d-inline-block"><a href="#">Trams & Condition</a></li>
<li class="d-inline-block"><a href="#">Privacy Policy</a></li>
<li class="d-inline-block"><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer section end -->
<!-- All Js File -->
<script src="assets/js/vendor/jquery-3.6.4.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/jquery.appear.js"></script>
<script src="assets/js/gsap.js"></script>
<script src="assets/js/gsap-scroll-trigger.js"></script>
<script src="assets/js/gsap-split-text.js"></script>
<script src="assets/js/odometer.min.js"></script>
<script src="assets/js/slick.min.js"></script>
<script src="assets/js/jquery.magnific-popup.js"></script>
<script src="assets/js/clipboard.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>