-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
427 lines (381 loc) · 19.6 KB
/
about.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>QXIP BV - About Page</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="assets/img/apple-icon.png">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.ico">
<!-- Load Require CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Font CSS -->
<link href="assets/css/boxicon.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap" rel="stylesheet">
<!-- Load Tempalte CSS -->
<link rel="stylesheet" href="assets/css/qxip.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/custom.css">
<!--
QXIP BV
-->
</head>
<body>
<!-- Header -->
<nav id="main_nav" class="navbar navbar-expand-lg navbar-light bg-white shadow">
<div class="container d-flex justify-content-between align-items-center">
<a class="navbar-brand h1" href="index.html">
<span class="text-dark h4"><img src="assets/img/qxip-logo-new.png" height="40px"></span> <span
class="h5" style="color:#a4a4a4;"></span>
</a>
<button class="navbar-toggler border-0" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar-toggler-success" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="align-self-center collapse navbar-collapse flex-fill d-lg-flex justify-content-lg-between"
id="navbar-toggler-success">
<div class="flex-fill mx-xl-5 mb-2">
<ul class="nav navbar-nav d-flex justify-content-between mx-xl-5 text-center text-dark">
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3" target="_blank" href="http://sipcapture.org/#home">Open Source</a>
</li>
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3" target="_blank" href="https://hepic.tel/">Commercial</a>
</li>
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3" href="work.html">Use Cases</a>
</li>
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3" href="getstarted.html">Support Options</a>
</li>
</ul>
</div>
<div class="navbar align-self-center d-flex">
<a class="nav-link" href="#"><i class='bx bx-bell bx-sm bx-tada-hover text-primary'></i></a>
<a class="nav-link" href="#"><i class='bx bx-cog bx-sm text-primary'></i></a>
<a class="nav-link" href="#"><i class='bx bx-user-circle bx-sm text-primary'></i></a>
</div>
</div>
</div>
</nav>
<!-- Close Header -->
<!-- Start Banner Hero -->
<section class="bg-light w-100">
<div class="container">
<div class="row d-flex align-items-center py-5">
<div class="col-lg-6 text-start">
<h1 class="h2 py-5 text-primary typo-space-line">About Us</h1>
<p class="">
Vector illustration credit goes to <a rel="nofollow" href="http://freepik.com/" target="_blank">FreePik</a> website. QXIP BV is provided by . Lorem ipsum dolor sit amet, consectetur.
</p>
</div>
<div class="col-lg-6">
<img src="./assets/img/banner-img-02.svg">
</div>
</div>
</div>
</section>
<!-- End Banner Hero -->
<!-- Start Team Member -->
<section class="container py-5">
<div class="pt-5 pb-3 d-lg-flex align-items-center gx-5">
<div class="col-lg-3">
<h2 class="h2 py-5 typo-space-line">Our Team</h2>
<p class="text-muted ">
Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
<div class="col-lg-9 row">
<div class="team-member col-md-4">
<img class="team-member-img img-fluid rounded-circle p-4" src="./assets/img/team-01.jpg" alt="Card image">
<ul class="team-member-caption list-unstyled text-center pt-4 text-muted ">
<li>John Doe</li>
<li>Business Development</li>
</ul>
</div>
<div class="team-member col-md-4">
<img class="team-member-img img-fluid rounded-circle p-4" src="./assets/img/team-02.jpg" alt="Card image">
<ul class="team-member-caption list-unstyled text-center pt-4 text-muted ">
<li>Jane Doe</li>
<li>Media Development</li>
</ul>
</div>
<div class="team-member col-md-4">
<img class="team-member-img img-fluid rounded-circle p-4" src="./assets/img/team-03.jpg" alt="Card image">
<ul class="team-member-caption list-unstyled text-center pt-4 text-muted ">
<li>Sam</li>
<li>Developer</li>
</ul>
</div>
</div>
</div>
</section>
<!-- End Team Member -->
<!-- Start Our Partner -->
<section class="bg-secondary py-3">
<div class="container py-5">
<h2 class="h2 text-white text-center py-5">Our Partner</h2>
<div class="row text-center">
<div class="col-md-3 mb-3">
<div class="card partner-wap py-5">
<a href="#"><i class='display-1 text-white bx bxs-buildings'></i></a>
</div>
</div>
<div class="col-md-3 mb-3">
<div class="card partner-wap py-5">
<a href="#"><i class='display-1 bx text-white bxs-check-shield bx-lg'></i></a>
</div>
</div>
<div class="col-md-3 mb-3">
<div class="card partner-wap py-5">
<a href="#"><i class='display-1 text-white bx bxs-bolt-circle'></i></a>
</div>
</div>
<div class="col-md-3 mb-3">
<div class="card partner-wap py-5">
<a href="#"><i class='display-1 text-white bx bxs-spa'></i></a>
</div>
</div>
</div>
</div>
</section>
<!--End Our Partner-->
<!-- Start Progress -->
<section class="bg-white py-5">
<div class="container my-4">
<h1 class="creative-heading h2 pb-3">Creative & Make Perfect</h1>
<div class="creative-content row py-3">
<div class="col-md-5">
<p class="text-muted col-lg-8 ">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida Risus.
</p>
</div>
<div class="creative-progress col-md-7">
<div class="row mt-4 mt-sm-2">
<div class="col-6">
<h4 class="h5">Development</h4>
</div>
<div class="col-6 text-right">66%</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 66%" aria-valuenow="66" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="row mt-4 mt-sm-2">
<div class="col-6">
<h4 class="h5">Design</h4>
</div>
<div class="col-6 text-right">90%</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 90%" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="row mt-4 mt-sm-2">
<div class="col-6">
<h4 class="h5">Marketing</h4>
</div>
<div class="col-6 text-right">74%</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 74%" aria-valuenow="74" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</section>
<!-- End Progress -->
<!-- Start Choice -->
<section class="why-us banner-bg bg-light">
<div class="container my-4">
<div class="row">
<div class="banner-img col-lg-5">
<img src="./assets/img/work.svg" class="rounded img-fluid" alt="">
</div>
<div class="banner-content col-lg-7 align-self-end">
<h2 class="h2 pb-3">Why you choose us?</h2>
<p class="text-muted pb-5 ">
You are allowed to download and use this QXIP BV template for your websites. You are <strong>not allowed</strong> to re-distribute this template ZIP file on other template websites. It is quite easy to simply copy and repost the ZIP file on any <a rel="nofollow" href="https://www.google.com/search?q=free+css" target="_blank">Free CSS collection</a> websites.</p>
</div>
</div>
</div>
</section>
<!-- End Choice -->
<!-- Start Aim -->
<section class="banner-bg bg-white py-5">
<div class="container my-4">
<div class="row text-center">
<div class="objective col-lg-4">
<div class="objective-icon card m-auto py-4 mb-2 mb-sm-4 bg-secondary shadow-lg">
<i class="display-4 bx bxs-bulb text-light"></i>
</div>
<h2 class="objective-heading h3 mb-2 mb-sm-4 ">Our Vision</h2>
<p class="">
Incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse commodo viverra.
</p>
</div>
<div class="objective col-lg-4 mt-sm-0 mt-4">
<div class="objective-icon card m-auto py-4 mb-2 mb-sm-4 bg-secondary shadow-lg">
<i class='display-4 bx bx-revision text-light'></i>
</div>
<h2 class="objective-heading h3 mb-2 mb-sm-4 ">Our Mission</h2>
<p class="">
Eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam quis.
</p>
</div>
<div class="objective col-lg-4 mt-sm-0 mt-4">
<div class="objective-icon card m-auto py-4 mb-2 mb-sm-4 bg-secondary shadow-lg">
<i class="display-4 bx bxs-select-multiple text-light"></i>
</div>
<h2 class="objective-heading h3 mb-2 mb-sm-4 ">Our Goal</h2>
<p class="">
Lorem ipsum dolor sit amet, consectetur adipisicing elit,
sed do eiusmod tempor.
</p>
</div>
</div>
</div>
</section>
<!-- End Aim -->
<!-- Start Contact -->
<section class="banner-bg bg-light py-5">
<div class="container">
<div class="row">
<div class="col-lg-6 mx-auto my-4 p-3">
<form action="#" method="get"><h1 class="h2 text-center">Stay up to date with us</h1>
<div class="input-group py-3">
<input name="email" type="text" class="form-control form-control-lg rounded-pill rounded-end" id="email" placeholder="Your Email" aria-label="Your Email">
<button class="btn btn-secondary text-white btn-lg rounded-pill rounded-start px-lg-4" type="submit">Subscribe</button>
</div>
<p class="text-center ">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt labore et dolore magna aliqua.</p>
</form>
</div>
</div>
</div>
</section>
<!-- End Contact -->
<!-- Start Footer -->
<footer class="bg-secondary pt-4">
<div class="container">
<div class="row py-4">
<div class="col-lg-3 col-12 align-left">
<a class="navbar-brand" href="index.html">
<i class='bx bx-buildings bx-sm text-light'></i>
<span class="text-light h5">QXIP</span>
</a>
<p class="text-light my-lg-4 my-2">
Hugo Floris Ruysstraat 1-5 <br />
Amsterdam, 1063, <br />
The Netherlands
</p>
<ul class="list-inline footer-icons ">
<li class="list-inline-item m-0">
<a class="text-light" target="_blank" href="https://www.linkedin.com/">
<i class='bx bxl-linkedin bx-md'></i>
</a>
</li>
<li class="list-inline-item m-0">
<a class="text-light" target="_blank" href="https://www.flickr.com/">
<i class='bx bxl-github bx-md'></i>
</a>
</li>
<li class="list-inline-item m-0">
<a class="text-light" target="_blank" href="https://www.medium.com/">
<i class='bx bxl-twitter bx-md'></i>
</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-4 my-sm-0 mt-4">
<h3 class="h4 pb-lg-3 text-light ">Our Company</h2>
<ul class="list-unstyled text-light ">
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light" href="index.html">Home</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="about.html">About Us</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="work.html">Work</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i></i><a
class="text-decoration-none text-light py-1" href="getstarted.html">Support Options</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="contact.html">Contact</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-4 my-sm-0 mt-4">
<h2 class="h4 pb-lg-3 text-light ">Our Works</h2>
<ul class="list-unstyled text-light ">
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="#">Branding</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="#">Business</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="#">Marketing</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="#">Social Media</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="#">Digital Solution</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="#">Graphic</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-4 my-sm-0 mt-4">
<h2 class="h4 pb-lg-3 text-light ">For Client</h2>
<ul class="list-unstyled text-light ">
<li class="pb-2">
<i class='bx-fw bx bx-phone bx-xs'></i><a class="text-decoration-none text-light py-1">+31
(0)20 8080468</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bx-mail-send bx-xs'></i><a class="text-decoration-none text-light py-1"
href="mailto:sales@qxip.net">sales@qxip.net</a>
</li>
</ul>
</div>
</div>
</div>
<div class="w-100 bg-dark py-3">
<div class="container">
<div class="row pt-2">
<div class="col mx-auto">
<p class="text-lg-start text-center text-light ">
© Copyright 2021 QXIP. All Rights Reserved. All trademarks are copyright of their respective owners.
Amsterdam Chamber of Commerce #61018635
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<!-- Bootstrap -->
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- -->
<script src="assets/js/qxip.js"></script>
<!-- Custom -->
<script src="assets/js/custom.js"></script>
</body>
</html>