-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
301 lines (298 loc) · 16.3 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<title>MicroWorkr Consulting Services</title>
<link rel="icon" href="assets/images/fav.png" sizes="32x32" />
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,700;0,800;0,900;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="assets/css/splide.min.css">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<nav id="primary-navbar" class="primary-nav navbar navbar-expand-lg navbar-light bg-white fixed-top font-nunito">
<div class="container px-4 px-sm-0">
<a class="navbar-brand" href="#"><img src="assets/images/logo.png"></a>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Hero Section Start-->
<section class="hero bg-white mb-5 clearfix">
<div class="container">
<div class="row align-items-center">
<div class="col-md-12 col-lg-6 order-2 order-lg-1 mt-4 mt-lg-0 pt-4 pt-lg-0 ">
<div class="hero-content pe-md-0 pe-lg-5">
<span class="pre-title text-dark small fw-bold inline-block position-relative text-uppercase">Hi,
We're Web Dev's</span>
<h1 class="hero-title text-dark mt-3">We Make <br class="d-none d-lg-block">Software that
works.</h1>
<p class="hero-text mt-3 mb-0">We help businesses to scale in the competitive market and solve
complex challenges through innovation.</p>
<a href="mailto:[email protected]" target="_blank"
class="btn btn-warning shadow-sm mt-4 fw-bold">Get Started!</a>
</div>
</div>
<div class="col-md-12 col-lg-6 order-1 order-lg-2">
<div class="hero-image wings position-relative mx-3 mx-md-4 ms-lg-5">
<img class="rounded img-fluid w-100 position-relative" src="assets/images/hero.jpg">
</div>
</div>
</div>
</div>
</section>
<!-- Hero Section End-->
<!-- Services Start-->
<section class="services section section-bg mt-5 clearfix">
<div class="container">
<div class="row">
<div class="col">
<div class="section-head text-center mx-auto narrow">
<span class="pre-title small position-relative fw-bold text-dark text-uppercase">Services</span>
<h2 class="section-title text-dark mt-3">What We Do</h2>
<p class="section-subtitle mt-3 mb-0">We are a group with a passion for building scalable
solutions. We follow a customer centric approach and make use of the latest technology to
provide best to our clients. </p>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-md-6 col-lg-3">
<div class="service-box text-center mt-5">
<img class="service-box-icon" src="assets/images/branding.svg">
<h3 class="service-box-title text-dark mt-4 text-uppercase">Design</h3>
<p class="service-box-text mt-3 mb-0">A design that will wow your customers and will just work.</p>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="service-box text-center mt-5">
<img class="service-box-icon" src="assets/images/dev.svg">
<h3 class="service-box-title text-dark mt-4 text-uppercase">Development</h3>
<p class="service-box-text mt-3 mb-0">A code that will meet all your expectations and customers
too.</p>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="service-box text-center mt-5">
<img class="service-box-icon" src="assets/images/marketing.svg">
<h3 class="service-box-title text-dark mt-4 text-uppercase">Marketing</h3>
<p class="service-box-text mt-3 mb-0">A campaing that will build your brand and bring buyers too.
</p>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="service-box text-center mt-5">
<img class="service-box-icon" src="assets/images/scale.svg">
<h3 class="service-box-title text-dark mt-4 text-uppercase">Scale</h3>
<p class="service-box-text mt-3 mb-0">An infrastructure that will scale with your business.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Services End-->
<!-- content Section Start-->
<section class="content-box section position-relative">
<img class="down-arrow-img position-absolute top-0 d-none d-lg-block" src="assets/images/section-arrow.svg">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-lg-6">
<div class="content-box-text pe-0 pe-md-5">
<span class="pre-title text-dark small position-relative fw-bold text-uppercase">Process</span>
<h2 class="content-box-title text-dark section-title mt-3 mb-4">We build brands like nobody does
</h2>
<p>We pay attention to the project details, compose quality code, define good architecture, care
about user experience, but simultaneously understand about time and budget constraints of our
client. We easily adapt to changing requirements and also provide continuous support and
maintenance after providing your solution.</p>
<!-- <a href="#" class="btn btn-warning mt-4 d-inline-block fw-bold shadow-sm">Discover More</a> -->
</div>
</div>
<div class="col-12 col-lg-6">
<div class="wings position-relative mt-5 mt-lg-0">
<div class="video-box shadow-lg position-relative">
<img src="assets/images/what.jpg" class="img-fluid rounded shadow-sm">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- content Section Start-->
<!-- Skills Start-->
<section class="skills section section-bg ">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-lg-6">
<div class="skills-img me-0 me-lg-5">
<img src="assets/images/skills.jpg" class="img-fluid rounded shadow-sm">
<div class="mt-3 clearfix">
<div class="w-50 float-start pe-2">
<img src="assets/images/skills-2.jpg" class="img-fluid rounded shadow-sm">
</div>
<div class="w-50 float-end ps-2">
<img src="assets/images/skills-3.jpg" class="img-fluid rounded shadow-sm">
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="section-head mt-5 mt-lg-0">
<span class="pre-title small position-relative fw-bold text-dark text-uppercase">Skills</span>
<h2 class="section-title text-dark mt-3">Our Super powers</h2>
<p class="section-subtitle mt-3">We provide result-oriented and cost-effective solutions to
customers across the world. We take charge of the IT needs of the entire enterprise. Our
expertise guarantees quality, competence and rapid execution of any projects - ranging from
small and mid-sized enterprise to complex customised software development solutions. </p>
<ul class="check-list list-unstyled mb-0">
<li> Custom Web Development</li>
<li>DevOps Services & Cloud Computing</li>
<li>Machine Learning & AI Model Training.</li>
<li>Business Intelligence and Analytics</li>
</ul>
</div>
<div class="skills-content mt-2 me-0 me-md-5">
<div class="row">
<div class="col-12">
<div class="mt-4">
<div class="clearfix">
<span class="d-block w-50 float-start fw-bold small">Design</span>
<span class="d-block w-50 float-end fw-bold small text-end">95%</span>
</div>
<div class="progress mt-2">
<div class="progress-bar bg-warning text-dark" role="progressbar" style="width: 95%"
aria-valuenow="95" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="mt-4">
<div class="clearfix">
<span class="d-block w-50 float-start fw-bold small">Development</span>
<span class="d-block w-50 float-end fw-bold small text-end">90%</span>
</div>
<div class="progress mt-2">
<div class="progress-bar bg-warning text-dark" role="progressbar" style="width: 90%"
aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="mt-4">
<div class="clearfix">
<span class="d-block w-50 float-start fw-bold small">Marketing</span>
<span class="d-block w-50 float-end fw-bold small text-end">93%</span>
</div>
<div class="progress mt-2">
<div class="progress-bar bg-warning text-dark" role="progressbar" style="width: 93%"
aria-valuenow="93" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skills End-->
<!--STats Box-->
<section class="stats section">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-lg-6">
<div class="stats-box-text">
<span class="pre-title small position-relative fw-bold text-dark text-uppercase">Stats</span>
<h2 class="stats-box-title section-title text-dark mt-3 mb-4">Amazing Numbers Speaks Our Truth</h2>
<p>Since starting to design and develop websites and web applications 7 years ago, MicroWorkr
Consulting Services has completed more than 150 projects for 60+ clients successfully. Our
development team posses a wide expertise in creating websites using platforms like PHP,
JavaScript, Node.js GoLang & React Native.</p>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="stats-wrap text-center ps-0 ps-lg-5">
<div class="row gx-3">
<div class="col-6 col-lg-6">
<div class="stats-box bg-white mt-3 px-4 py-4 py-md-5">
<img class="stats-icon" src="assets/images/years.svg">
<h4 class="stats-title mt-3">7 years</h4>
<p class="stats-text text-muted mb-0 small">in Business</p>
</div>
</div>
<div class="col-6 col-lg-6">
<div class="stats-box bg-white mt-3 px-4 py-4 py-md-5">
<img class="stats-icon" src="assets/images/clients.svg">
<h4 class="stats-title mt-3">60+</h4>
<p class="stats-text text-muted mb-0 small">Clients</p>
</div>
</div>
<div class="col-6 col-lg-6">
<div class="stats-box bg-white mt-3 px-4 py-4 py-md-5">
<img class="stats-icon" src="assets/images/projects.svg">
<h4 class="stats-title mt-3">150+</h4>
<p class="stats-text text-muted mb-0 small">Projects</p>
</div>
</div>
<div class="col-6 col-lg-6">
<div class="stats-box bg-white mt-3 px-4 py-4 py-md-5">
<img class="stats-icon" src="assets/images/user.svg">
<h4 class="stats-title mt-3">12+</h4>
<p class="stats-text text-muted mb-0 small">Team</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--STats Box-->
<section class="cta section bg-dark position-relative pb-5">
<svg class="cta-img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#ffc107"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>
</svg>
<div class="container">
<div class="row">
<div class="col-12 col-md-7">
<div class="cta-content">
<h3 class="cta-title text-white">Get in Touch with Us</h3>
<p class="cta-text text-muted mt-3">We help businesses to scale in the competitive market and solve
complex challenges through innovation.</p>
<a href="mailto:[email protected]" target="_blank" class="btn btn-warning mt-4 fw-bold">Say
hi!</a>
</div>
</div>
</div>
</div>
</section>
<!--Footer Start-->
<footer class="footer bg-dark text-muted pt-0 pt-lg-1">
<div class="container">
<div class="row footer-credits text-center py-3">
<div class="col-12 col-md-6">
<div class="footer-copy float-md-none float-lg-start">
<p class="mb-0 small">© 2016 - 2023 <a href="#" class="text-decoration-none">MicroWorkr
Consulting
Services</a>.</p>
</div>
</div>
</div>
</div>
</footer>
<!--Footer End-->
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/splide.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>