-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
159 lines (155 loc) · 7.58 KB
/
project.html
File metadata and controls
159 lines (155 loc) · 7.58 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
<!--#include virtual="header.html" -->
<!-- Hero Section Start -->
<div class="breadcrumb-wrapper bg-cover" style="background-image: url('assets/img/pages_back.jpeg');">
<div class="container">
<div class="page-heading">
<h1 class="wow fadeInUp" data-wow-delay=".3s">Our project</h1>
<ul class="breadcrumb-items wow fadeInUp" data-wow-delay=".5s">
<li>
<a href="index.html">
Home
</a>
</li>
<li>
<i class="fas fa-chevron-right"></i>
</li>
<li>
Our project
</li>
</ul>
</div>
</div>
</div>
<!-- Project Details Section Start -->
<section class="project-section-5 fix section-padding">
<div class="container">
<div class="row g-4">
<div class="col-lg-6 col-lg-6 col-md-6">
<div class="project-items-5">
<div class="thumb">
<img src="assets/img/project/10.jpg" alt="img">
</div>
<div class="content">
<h3><a href="project-details.html">Success Technological Expertise</a></h3>
<h4>2022</h4>
<a href="project-details.html" class="icon">
<i class="icon-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 col-lg-6 col-md-6">
<div class="project-items-5">
<div class="thumb">
<img src="assets/img/project/11.jpg" alt="img">
</div>
<div class="content">
<h3><a href="project-details.html">Mobile Tech Mastery</a></h3>
<h4>2025</h4>
<a href="project-details.html" class="icon">
<i class="icon-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 col-lg-6 col-md-6">
<div class="project-items-5">
<div class="thumb">
<img src="assets/img/project/12.jpg" alt="img">
</div>
<div class="content">
<h3><a href="project-details.html">Cyber Security Sentinel</a></h3>
<h4>2022</h4>
<a href="project-details.html" class="icon">
<i class="icon-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 col-lg-6 col-md-6">
<div class="project-items-5">
<div class="thumb">
<img src="assets/img/project/13.jpg" alt="img">
</div>
<div class="content">
<h3><a href="project-details.html">Web Wise Wizards</a></h3>
<h4>2023</h4>
<a href="project-details.html" class="icon">
<i class="icon-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 col-lg-6 col-md-6">
<div class="project-items-5">
<div class="thumb">
<img src="assets/img/project/14.jpg" alt="img">
</div>
<div class="content">
<h3><a href="project-details.html">Precision Pixels</a></h3>
<h4>2024</h4>
<a href="project-details.html" class="icon">
<i class="icon-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 col-lg-6 col-md-6">
<div class="project-items-5">
<div class="thumb">
<img src="assets/img/project/15.jpg" alt="img">
</div>
<div class="content">
<h3><a href="project-details.html">Tech Wave Solutions</a></h3>
<h4>2023</h4>
<a href="project-details.html" class="icon">
<i class="icon-arrow-right"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section Start -->
<section class="cta-banner-section">
<div class="container">
<div class="cta-banner-wrapper">
<div class="row g-4 align-items-end">
<div class="col-lg-6">
<h2>
Technology is rapidly evolving to the field
</h2>
</div>
<div class="col-lg-6">
<div class="cta-list-items">
<ul>
<li>
<i class="fa-regular fa-chevrons-right"></i>
TechSavvy Solutions
</li>
<li>
<i class="fa-regular fa-chevrons-right"></i>
NetworkNinja Services
</li>
</ul>
<ul>
<li>
<i class="fa-regular fa-chevrons-right"></i>
TechSavvy Solutions
</li>
<li>
<i class="fa-regular fa-chevrons-right"></i>
NetworkNinja Services
</li>
</ul>
</div>
<div class="main-button wow fadeInUp" data-wow-delay=".3s">
<a href="about.html"> <span class="theme-btn"> Contact Us </span><span class="arrow-btn"><i class="icon-arrow-right"></i></span></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--#include virtual="footer.html" -->