-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
497 lines (473 loc) · 24.9 KB
/
about.html
File metadata and controls
497 lines (473 loc) · 24.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About - bluezone</title>
<link rel="shortcut icon" href="images/logo.png" type="image/x-icon">
<!-- Libraries Css files -->
<link rel="stylesheet" href="css/libs/animate.min.css" />
<link rel="stylesheet" href="css/libs/all.min.css" />
<link rel="stylesheet" href="css/libs/linearicon.min.css" />
<!-- bootstrap ''grid'' files -->
<link rel="stylesheet" href="css/libs/bootstrap-grid.min.css" />
<!-- Main stylesheet -->
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!-- _____ up _____ -->
<div class="up">
<span class="lnr lnr-chevron-up"></span>
</div>
<!-- _____ whatsapp _____ -->
<a href="https://wa.link/he5642" class="whats" target="_blank" data-msg="Contact us on WhatsApp"><i class="fab fa-whatsapp"></i> </a>
<!--================ Start mobile site =================-->
<div class="site-mobile">
<div class="mobile-close"><span>×</span></div>
<ul class="mt-5">
<li><a href="index.html">home</a></li>
<li><a href="about.html" class="active">about us</a></li>
<li>
<a href="#" class="position-relative ">
services
<i class="fa-solid fa-angle-down down"></i>
</a>
<ul class="dropdown">
<li><a href="services.html">web design</a></li>
<li><a href="services.html">E-Marketing</a></li>
<li>
<a href="services.html">Application</a>
</li>
<li>
<a href="services.html">Technical support 24/7</a>
</li>
<li>
<a href="services.html">Website hosting</a>
</li>
</ul>
</li>
<li><a href="projects.html">projects</a></li>
<li><a href="blog.html">blog</a></li>
<li><a href="packages.html">packages</a></li>
<a href="contact.html" class="btn btn-primary">Contact</a>
<li> <a href="#" class="lang"><img src="https://www.bluezonekw.com/images/ar.png" alt="">Ar</a></li>
</ul>
</div>
<!--================ end mobile site =================-->
<!--================ Start Header Area =================-->
<header class="header-area">
<div class="container position-relative">
<div class="d-flex align-items-center justify-content-between">
<a href="index.html">
<img src="images/logo.png" alt="bluezone logo" class="logo" />
</a>
<!-- bars -->
<div class="bars d-lg-none">
<span></span><span></span><span></span>
</div>
<ul class="navigation position-relative d-none d-lg-flex">
<li><a href="index.html">home</a></li>
<li><a href="about.html" class="active">about us</a></li>
<li class="position-relative">
<a href="#">services</a>
<ul class="dropdown">
<li><a href="services.html">web design</a></li>
<li><a href="services.html">E-Marketing</a></li>
<li>
<a href="services.html">Application</a>
</li>
<li>
<a href="services.html">Technical support 24/7</a>
</li>
<li>
<a href="services.html">Website hosting</a>
</li>
</ul>
</li>
<li><a href="projects.html">projects</a></li>
<li><a href="blog.html">blog</a></li>
<li><a href="packages.html">packages</a></li>
<a href="contact.html" class="btn btn-primary ms-3">Contact</a>
<a href="#" class="lang"><img src="https://www.bluezonekw.com/images/ar.png" alt="">Ar</a>
</ul>
</div>
</div>
</header>
<!--================ end Header Area =================-->
<!--================ Start hero-wrap =================-->
<section class="hero-wrap about-up">
<div class="container">
<div class="row wow fadeIn">
<div class="col-md-5 mx-auto text-center">
<h2 class="text-white">ABOUT US</h2>
<p class="breadcrumbs text-white mt-2">
<span class="mr-2"
><a href="index.html" class="text-white"
>Home <i class="fa-solid fa-angle-right mx-2"></i> </a
></span>
<span>About Us</span>
</p>
</div>
</div>
</div>
</section>
<!--================ end hero-wrap =================-->
<!--================ start about me =================-->
<section class="section about position-relative">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-5 wow fadeInLeftBig">
<svg id="10015.io" viewBox="0 0 480 480" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<defs>
<clipPath id="blob">
<path fill="#474bff" d="M441.5,284Q439,328,419,372Q399,416,356,440Q313,464,266,451Q219,438,181,422.5Q143,407,97,392.5Q51,378,38,332Q25,286,29,241Q33,196,58.5,161.5Q84,127,108,90.5Q132,54,175.5,45Q219,36,264,32.5Q309,29,351.5,49Q394,69,416.5,110Q439,151,441.5,195.5Q444,240,441.5,284Z" />
</clipPath>
</defs>
<image x="0" y="0" width="100%" height="100%" clip-path="url(#blob)" xlink:href="images/landing-page.jpg" preserveAspectRatio="xMidYMid slice"></image>
</svg>
</div>
<div class="col-12 col-md-6 ms-auto mt-4 mt-sm-0 wow fadeInRightBig">
<h2 class="mb-4">💼 About Us – BlueZone</h2>
<p>
BlueZone is a specialized company in designing and developing custom software solutions. Established in 2014, we have been delivering innovative technology solutions that empower businesses and organizations to grow and excel in an ever-evolving digital world. We take pride in having a team with over 10 years of experience in software development, systems architecture, and smart application design.
</p>
<p class="my-5">
We believe that every project is a new opportunity to innovate, which is why we craft tailor-made software solutions that perfectly align with our clients' specific needs. Our Vision: To be the leading technology partner for businesses seeking quality and innovation. Our Mission: To deliver professional, secure, and flexible software solutions that enhance operational efficiency and help our clients achieve their goals with excellence.
</p>
</div>
</div>
</div>
</section>
<section class="section about-us">
<div class="container">
<div class="row">
<div class="row align-items-center justify-content-between">
<div class="col-md-6">
<div class="according-parent mt-5">
<div class="according-inner mb-4 wow fadeInUp" data-wow-delay="100ms">
<div
class="according-head d-flex align-items-center position-relative"
>
<svg
class="svg-inline--fa fa-eye fa-w-18"
aria-hidden="true"
data-prefix="fas"
data-icon="eye"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
data-fa-i2svg=""
>
<path
fill="currentColor"
d="M569.354 231.631C512.969 135.949 407.81 72 288 72 168.14 72 63.004 135.994 6.646 231.631a47.999 47.999 0 0 0 0 48.739C63.031 376.051 168.19 440 288 440c119.86 0 224.996-63.994 281.354-159.631a47.997 47.997 0 0 0 0-48.738zM288 392c-75.162 0-136-60.827-136-136 0-75.162 60.826-136 136-136 75.162 0 136 60.826 136 136 0 75.162-60.826 136-136 136zm104-136c0 57.438-46.562 104-104 104s-104-46.562-104-104c0-17.708 4.431-34.379 12.236-48.973l-.001.032c0 23.651 19.173 42.823 42.824 42.823s42.824-19.173 42.824-42.823c0-23.651-19.173-42.824-42.824-42.824l-.032.001C253.621 156.431 270.292 152 288 152c57.438 0 104 46.562 104 104z"
></path>
</svg>
1. What services does BlueZone offer?
<i class="fa fa-angle-down"></i>
</div>
<div class="according-description">
<p>
We provide custom software development, mobile app development, ERP systems, UI/UX design, and system integration.
</p>
</div>
</div>
<div class="according-inner mb-4 wow fadeInUp" data-wow-delay="150ms">
<div
class="according-head d-flex align-items-center position-relative"
>
<svg
class="svg-inline--fa fa-eye fa-w-18"
aria-hidden="true"
data-prefix="fas"
data-icon="eye"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
data-fa-i2svg=""
>
<path
fill="currentColor"
d="M569.354 231.631C512.969 135.949 407.81 72 288 72 168.14 72 63.004 135.994 6.646 231.631a47.999 47.999 0 0 0 0 48.739C63.031 376.051 168.19 440 288 440c119.86 0 224.996-63.994 281.354-159.631a47.997 47.997 0 0 0 0-48.738zM288 392c-75.162 0-136-60.827-136-136 0-75.162 60.826-136 136-136 75.162 0 136 60.826 136 136 0 75.162-60.826 136-136 136zm104-136c0 57.438-46.562 104-104 104s-104-46.562-104-104c0-17.708 4.431-34.379 12.236-48.973l-.001.032c0 23.651 19.173 42.823 42.824 42.823s42.824-19.173 42.824-42.823c0-23.651-19.173-42.824-42.824-42.824l-.032.001C253.621 156.431 270.292 152 288 152c57.438 0 104 46.562 104 104z"
></path>
</svg>
2. Can you develop a custom system based on our needs?
<i class="fa fa-angle-down"></i>
</div>
<div class="according-description">
<p>
Yes, we specialize in building fully customized solutions tailored to your business requirements.
</p>
</div>
</div>
<div class="according-inner mb-4 wow fadeInUp" data-wow-delay="200ms">
<div
class="according-head d-flex align-items-center position-relative"
>
<svg
class="svg-inline--fa fa-eye fa-w-18"
aria-hidden="true"
data-prefix="fas"
data-icon="eye"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
data-fa-i2svg=""
>
<path
fill="currentColor"
d="M569.354 231.631C512.969 135.949 407.81 72 288 72 168.14 72 63.004 135.994 6.646 231.631a47.999 47.999 0 0 0 0 48.739C63.031 376.051 168.19 440 288 440c119.86 0 224.996-63.994 281.354-159.631a47.997 47.997 0 0 0 0-48.738zM288 392c-75.162 0-136-60.827-136-136 0-75.162 60.826-136 136-136 75.162 0 136 60.826 136 136 0 75.162-60.826 136-136 136zm104-136c0 57.438-46.562 104-104 104s-104-46.562-104-104c0-17.708 4.431-34.379 12.236-48.973l-.001.032c0 23.651 19.173 42.823 42.824 42.823s42.824-19.173 42.824-42.823c0-23.651-19.173-42.824-42.824-42.824l-.032.001C253.621 156.431 270.292 152 288 152c57.438 0 104 46.562 104 104z"
></path>
</svg>
3. How long does a project take? <i class="fa fa-angle-down"></i>
</div>
<div class="according-description">
<p>
Project duration depends on its size and complexity. We provide a clear timeline after reviewing the requirements.
</p>
</div>
</div>
<div class="according-inner mb-4 wow fadeInUp" data-wow-delay="250ms">
<div
class="according-head d-flex align-items-center position-relative"
>
<svg
class="svg-inline--fa fa-eye fa-w-18"
aria-hidden="true"
data-prefix="fas"
data-icon="eye"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
data-fa-i2svg=""
>
<path
fill="currentColor"
d="M569.354 231.631C512.969 135.949 407.81 72 288 72 168.14 72 63.004 135.994 6.646 231.631a47.999 47.999 0 0 0 0 48.739C63.031 376.051 168.19 440 288 440c119.86 0 224.996-63.994 281.354-159.631a47.997 47.997 0 0 0 0-48.738zM288 392c-75.162 0-136-60.827-136-136 0-75.162 60.826-136 136-136 75.162 0 136 60.826 136 136 0 75.162-60.826 136-136 136zm104-136c0 57.438-46.562 104-104 104s-104-46.562-104-104c0-17.708 4.431-34.379 12.236-48.973l-.001.032c0 23.651 19.173 42.823 42.824 42.823s42.824-19.173 42.824-42.823c0-23.651-19.173-42.824-42.824-42.824l-.032.001C253.621 156.431 270.292 152 288 152c57.438 0 104 46.562 104 104z"
></path>
</svg>
4. Do you offer technical support after delivery? <i class="fa fa-angle-down"></i>
</div>
<div class="according-description">
<p>
Yes, we provide ongoing support and maintenance plans to ensure stability and regular updates. 24/7
</p>
</div>
</div>
<div class="according-inner wow fadeInUp" data-wow-delay="300ms">
<div
class="according-head d-flex align-items-center position-relative"
>
<svg
class="svg-inline--fa fa-eye fa-w-18"
aria-hidden="true"
data-prefix="fas"
data-icon="eye"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
data-fa-i2svg=""
>
<path
fill="currentColor"
d="M569.354 231.631C512.969 135.949 407.81 72 288 72 168.14 72 63.004 135.994 6.646 231.631a47.999 47.999 0 0 0 0 48.739C63.031 376.051 168.19 440 288 440c119.86 0 224.996-63.994 281.354-159.631a47.997 47.997 0 0 0 0-48.738zM288 392c-75.162 0-136-60.827-136-136 0-75.162 60.826-136 136-136 75.162 0 136 60.826 136 136 0 75.162-60.826 136-136 136zm104-136c0 57.438-46.562 104-104 104s-104-46.562-104-104c0-17.708 4.431-34.379 12.236-48.973l-.001.032c0 23.651 19.173 42.823 42.824 42.823s42.824-19.173 42.824-42.823c0-23.651-19.173-42.824-42.824-42.824l-.032.001C253.621 156.431 270.292 152 288 152c57.438 0 104 46.562 104 104z"
></path>
</svg>
5. Can the software be updated or modified later? <i class="fa fa-angle-down"></i>
</div>
<div class="according-description">
<p>
Absolutely. We build scalable systems that can be enhanced or expanded in the future.
</p>
</div>
</div>
<div class="according-inner wow fadeInUp" data-wow-delay="300ms">
<div
class="according-head d-flex align-items-center position-relative"
>
<svg
class="svg-inline--fa fa-eye fa-w-18"
aria-hidden="true"
data-prefix="fas"
data-icon="eye"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
data-fa-i2svg=""
>
<path
fill="currentColor"
d="M569.354 231.631C512.969 135.949 407.81 72 288 72 168.14 72 63.004 135.994 6.646 231.631a47.999 47.999 0 0 0 0 48.739C63.031 376.051 168.19 440 288 440c119.86 0 224.996-63.994 281.354-159.631a47.997 47.997 0 0 0 0-48.738zM288 392c-75.162 0-136-60.827-136-136 0-75.162 60.826-136 136-136 75.162 0 136 60.826 136 136 0 75.162-60.826 136-136 136zm104-136c0 57.438-46.562 104-104 104s-104-46.562-104-104c0-17.708 4.431-34.379 12.236-48.973l-.001.032c0 23.651 19.173 42.823 42.824 42.823s42.824-19.173 42.824-42.823c0-23.651-19.173-42.824-42.824-42.824l-.032.001C253.621 156.431 270.292 152 288 152c57.438 0 104 46.562 104 104z"
></path>
</svg>
6. What are your payment terms? <i class="fa fa-angle-down"></i>
</div>
<div class="according-description">
<p>
Payments are usually done in phases (upfront – during development – upon delivery), as agreed upon.
</p>
</div>
</div>
<div class="according-inner wow fadeInUp" data-wow-delay="300ms">
<div
class="according-head d-flex align-items-center position-relative"
>
<svg
class="svg-inline--fa fa-eye fa-w-18"
aria-hidden="true"
data-prefix="fas"
data-icon="eye"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512"
data-fa-i2svg=""
>
<path
fill="currentColor"
d="M569.354 231.631C512.969 135.949 407.81 72 288 72 168.14 72 63.004 135.994 6.646 231.631a47.999 47.999 0 0 0 0 48.739C63.031 376.051 168.19 440 288 440c119.86 0 224.996-63.994 281.354-159.631a47.997 47.997 0 0 0 0-48.738zM288 392c-75.162 0-136-60.827-136-136 0-75.162 60.826-136 136-136 75.162 0 136 60.826 136 136 0 75.162-60.826 136-136 136zm104-136c0 57.438-46.562 104-104 104s-104-46.562-104-104c0-17.708 4.431-34.379 12.236-48.973l-.001.032c0 23.651 19.173 42.823 42.824 42.823s42.824-19.173 42.824-42.823c0-23.651-19.173-42.824-42.824-42.824l-.032.001C253.621 156.431 270.292 152 288 152c57.438 0 104 46.562 104 104z"
></path>
</svg>
8. Do you assist with project idea analysis? <i class="fa fa-angle-down"></i>
</div>
<div class="according-description">
<p>
Yes, we provide professional consultation and technical analysis to help you validate and shape your idea before development.
</p>
</div>
</div>
</div>
</div>
<div class="col-md-5 wow fadeInUpBig" data-wow-delay="100ms">
<svg id="10015.io" viewBox="0 0 480 480" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<defs>
<clipPath id="blob">
<path fill="#474bff" d="M451,277Q431,314,419.5,353.5Q408,393,373.5,415.5Q339,438,298.5,437.5Q258,437,220,440.5Q182,444,150,423Q118,402,89.5,376.5Q61,351,55,313.5Q49,276,38.5,238Q28,200,40,162Q52,124,87,103.5Q122,83,152,60Q182,37,220,41.5Q258,46,300,40.5Q342,35,368.5,67Q395,99,420,129.5Q445,160,458,200Q471,240,451,277Z" />
</clipPath>
</defs>
<image x="0" y="0" width="100%" height="100%" clip-path="url(#blob)" xlink:href="images/ternary.jpg" preserveAspectRatio="xMidYMid slice"></image>
</svg>
</div>
</div>
</div>
</div>
</section>
<!--================ end about me =================-->
<!--================ start footer =================-->
<footer class="section footer-area">
<div class="container">
<div class="row justify-content-between flex-wrap">
<div class="col-lg-3 col-md-12">
<h3 class="text-white mb-4">About Us</h3>
<p class="text-white" style="text-align: justify">
BlueZone is a prominent software development company based in
Kuwait, with over 12 years of experience delivering cutting-edge
digital solutions.
</p>
<div class="social-icons d-flex mt-3">
<a
href="https://www.facebook.com/bluezone.web/?ref=bookmarks"
target="_blank"
><i class="fa-brands fa-facebook-f"></i
></a>
<a href="https://x.com/bluezone_web" target="_blank"
><i class="fa-brands fa-twitter"></i
></a>
<a
href="https://www.linkedin.com/company/bluezone-web/"
target="_blank"
><i class="fa-brands fa-linkedin"></i
></a>
<a href="https://www.instagram.com/bluezone.web/" target="_blank"
><i class="fa-brands fa-instagram"></i
></a>
<a
href="https://www.youtube.com/channel/UCviNbZs5LKGOMYn30qYNo3w?view_as=subscriber"
target="_blank"
><i class="fa-brands fa-youtube"></i
></a>
</div>
</div>
<div class="col-lg-2 col-md-12 mt-4">
<h3 class="text-white mb-4">Pages</h3>
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="projects.html">projects</a></li>
<li><a href="blog.html">blog</a></li>
<li><a href="careers.html">careers</a></li>
<li><a href="packages.html">packages</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-12 mt-4">
<h3 class="text-white mb-4">Services</h3>
<ul class="links">
<li><a href="services.html?title=Web/Design">web design</a></li>
<li><a href="services.html?title=Marketing">E-Marketing</a></li>
<li><a href="services.html?title=Application">Application</a></li>
<li>
<a href="services.html?title=Technical/Supported"
>Technical support 24/7</a
>
</li>
<li>
<a href="services.html?title=Web/Hosting">Website hosting</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-12 mt-4">
<h3 class="text-white mb-4">address</h3>
<ul class="address">
<li class="text-white d-flex">
<i class="fa-solid fa-location-dot"></i>
<a
href="https://maps.app.goo.gl/bYQV6njjF8f38uA29"
target="_blank"
>
<p class="ms-2">
Kuwait - Hawalli - Block 3 - Ibn Khaldoun Street - Al-Dakhim
Building - Floor 3
</p>
</a>
</li>
<li class="d-flex">
<a href="tel:+96597244282"
><i class="fa-solid fa-phone-volume me-1"></i> +965 9724
4282</a
>
</li>
<li>
<a href="mailto:bluezone.adv@gmail.com"
><i class="fa-regular fa-envelope me-1"></i>
bluezone.adv@gmail.com</a
>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-lg-6 mb-lg-0 mt-5 text-center mx-auto">
<p class="copy-right text-white">
Copyright <span class="year"></span> All rights reserved | Design
& Developed By
<a
href="https://www.bluezonekw.com/"
target="_blank"
style="display: inline-block"
title="Kareem Reda"
>Bluezone</a
>
</p>
</div>
</div>
</div>
</footer>
<!--================ end footer =================-->
<!-- Libraries Js files -->
<script src="js/libs/jquery-3.7.1.min.js"></script>
<script src="js/libs/jquery.nicescroll.min.js"></script>
<script src="js/libs/wow.min.js"></script>
<!-- Js files -->
<script src="js/main.js"></script>
<script src="js/about.js"></script>
</body>
</html>