-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-5.html
604 lines (567 loc) · 29 KB
/
index-5.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
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
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from validthemes.online/themeforest/buskey/index-5.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 28 Jun 2022 16:35:19 GMT -->
<head>
<!-- ========== Meta Tags ========== -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- ========== Page Title ========== -->
<title>Quanta Systems Inc.</title>
<!-- ========== Favicon Icon ========== -->
<link rel="shortcut icon" href="assets/img/favicon-32x32.png" type="image/x-icon">
<!-- ========== Start Stylesheet ========== -->
<link href="assets/css/plugins.min.css" rel="stylesheet" />
<link href="assets/css/flaticon-business-set.css" rel="stylesheet" />
<link href="style.css" rel="stylesheet">
<link href="assets/css/responsive.css" rel="stylesheet" />
<!-- ========== End Stylesheet ========== -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="assets/js/html5/html5shiv.min.js"></script>
<script src="assets/js/html5/respond.min.js"></script>
<![endif]-->
<!-- ========== Google Fonts ========== -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,900" rel="stylesheet">
</head>
<body>
<!-- Preloader Start -->
<div class="se-pre-con"></div>
<!-- Preloader Ends -->
<!-- Start Header Top
============================================= -->
<div class="top-bar-area bg-theme text-light">
<div class="container">
<div class="row">
<div class="col-md-9">
<div class="info box">
<ul>
<li>
<div class="icon">
<i class="fas fa-map-marker-alt"></i>
</div>
<div class="info">
<p>
California, TX 70240
</p>
</div>
</li>
<li>
<div class="icon">
<i class="fas fa-envelope-open"></i>
</div>
<div class="info">
<p>
Info@gmail.com
</p>
</div>
</li>
<li>
<div class="icon">
<i class="fas fa-mobile-alt"></i>
</div>
<div class="info">
<p>
+123 456 7890
</p>
</div>
</li>
</ul>
</div>
</div>
<div class="topbar-social col-md-3">
<ul class="text-right">
<li>
<a href="#"><i class="fab fa-facebook-f"></i></a>
</li>
<li>
<a href="#"><i class="fab fa-twitter"></i></a>
</li>
<li>
<a href="#"><i class="fab fa-dribbble"></i></a>
</li>
<li>
<a href="#"><i class="fab fa-pinterest"></i></a>
</li>
<li>
<a href="#"><i class="fab fa-google-plus-g"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- End Header Top -->
<!-- Header
============================================= -->
<header>
<!-- Start Navigation -->
<nav class="navbar navbar-default navbar-sticky bootsnav">
<div class="container">
<!-- Start Atribute Navigation -->
<div class="attr-nav">
<ul>
<li class="side-menu"><a href="#"><i class="fa fa-bars"></i></a></li>
</ul>
</div>
<!-- End Atribute Navigation -->
<!-- Start Header Navigation -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-menu">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.html">
<img src="assets/img/logo2.png" class="logo logo-display" alt="Logo">
</a>
</div>
<!-- End Header Navigation -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-menu">
<ul class="nav navbar-nav navbar-right" data-in="#" data-out="#">
<li>
<a href="#" class="dropdown-toggle active" data-toggle="dropdown" > </a>
</li>
<li>
<a href="#" class="dropdown-toggle active" data-toggle="dropdown" > </a>
</li>
<li class="dropdown">
<a href="index-5.html" class="dropdown-toggle active" data-toggle="dropdown" >Home</a>
</li>
<li>
<a href="about.html">Who are We?</a>
</li>
<li>
<a href="services.html">SoftWare Development</a>
</li>
<li class="dropdown">
<a href="projects.html" class="dropdown-toggle" data-toggle="dropdown" >IT Staffing</a>
<ul class="dropdown-menu">
<li><a href="#">Consulting</a></li>
<li><a href="#">Training</a></li>
</ul>
</li>
<li>
<a href="contact.html">Career</a>
</li>
<li>
<a href="contact.html">contact</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
<!-- Start Side Menu -->
<div class="side">
<a href="#" class="close-side"><i class="fa fa-times"></i></a>
<div class="widget">
<h4>About Us</h4>
<p>
These spoke house of we. Ask put yet excuse person see change. Do inhabiting no stimulated unpleasing of admiration he. Enquire explain another he in brandon enjoyed be service. Given mrs she first china. Table party no or trees an while
</p>
</div>
<div class="widget">
<h4>Office Location</h4>
<ul>
<li>
<i class="fas fa-phone"></i>
+123 456 7890
</li>
<li>
<i class="fas fa-map-marker-alt"></i>
California, TX 70240
</li>
<li>
<i class="fas fa-envelope-open"></i>
info@yourdomain.com
</li>
</ul>
</div>
<div class="widget opening-hours">
<h4>Opening Hours</h4>
<ul>
<li>
Mon - Fri <span>9:00 - 21:00</span>
</li>
<li>
Saturday <span>10:00 - 16:00</span>
</li>
</ul>
</div>
</div>
<!-- End Side Menu -->
</nav>
<!-- End Navigation -->
</header>
<!-- End Header -->
<!-- Start Banner
============================================= -->
<div class="banner-area">
<div id="bootcarousel" class="carousel slide item-bg animate_text" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner text-uppercase text-dark carousel-zoom">
<div class="item active">
<div class="slider-thumb bg-fixed" style="background-image: url(assets/img/1.png);"></div>
<div class="box-table">
<div class="box-cell">
<div class="container">
<div class="row">
<div class="col-md-9">
<div class="content" data-animation="animated slideInRight">
<h1>Welcome to <span>Quanta</span> Systems</h1>
<p>
We are thrilled to have you join our community and look forward to working with you. Quanta Systems is a dynamic and innovative company that is committed to developing cutting-edge solutions in the medical and aesthetic fields.
</p>
<a class="btn btn-theme effect standard btn-sm" href="#">Learn more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="slider-thumb bg-fixed" style="background-image: url(assets/img/po.png);"></div>
<div class="box-table">
<div class="box-cell">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="content" data-animation="animated slideInRight">
<h1>The fastest way to <span>achive</span> Success</h1>
<p>
Quanta Systems is a dynamic and innovative company that is committed to developing cutting-edge solutions in the medical and aesthetic fields.
</p>
<a class="btn btn-theme effect standard btn-sm" href="#">Learn more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="slider-thumb bg-fixed" style="background-image: url(assets/img/asd.png);"></div>
<div class="box-table">
<div class="box-cell">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="content" data-animation="animated slideInRight">
<h1>Tranding <span>solution</span> for Inverstors</h1>
<p>
Quanta Systems is a dynamic and innovative company that is committed to developing cutting-edge solutions in the medical and aesthetic fields.
</p>
<a class="btn btn-theme effect standard btn-sm" href="#">Learn more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Wrapper for slides -->
<!-- Left and right controls -->
<a class="left carousel-control" href="#bootcarousel" data-slide="prev">
<i class="fa fa-angle-left"></i>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#bootcarousel" data-slide="next">
<i class="fa fa-angle-right"></i>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-- End Banner -->
<br>
<br>
<br>
<br>
<!-- Start Services
============================================= -->
<div class="carousel-services-area bg-gray">
<div class="container-box oh">
<div class="carousel-service-items owl-carousel owl-theme">
<div class="item">
<div class="col-md-6 thumb bg-cover" style="background-image: url(assets/img/ddd.png);"></div>
<div class="col-md-6 info">
<h2>Software Development</h2>
<h5>Ongoing services</h5>
<p>
Modern business today relies on software technologies for its efficient functioning. To retain the competitive edge, it is necessary to integrate latest software technology in the workflow processes. Rising competition in IT industry has given rise to a desire of custom software development that requires an in-depth proficiency of developers and flexible yet structured methodology to create high-quality software development solutions with tactical differentiation and operational superiority. New architecture and multiplying software platforms are forcing the application development to undergo a massive sea change in existing technologies. </p>
<a href="#" class="btn btn-theme effect btn-sm">Read more</a>
</div>
</div>
<div class="item">
<div class="col-md-6 thumb bg-cover" style="background-image: url(assets/img/io.png);"></div>
<div class="col-md-6 info">
<h2>Strategic Consulting</h2>
<h5>Ongoing services</h5>
<p>
Months on ye at by esteem desire warmth former. Sure that that way gave any fond now. His boy middleton sir nor engrossed affection excellent. Dissimilar compliment cultivated preference eat sufficient may. Well next door soon we mr he four. Assistance<br> impression set insipidity now connection off you solicitude. Under as seems we me stuff those style at. Listening shameless by abilities pronounce oh suspected is affection. Next it draw in draw much bred.
<br>
<br>
<br>
</p>
<a href="#" class="btn btn-theme effect btn-sm">Read more</a>
</div>
</div>
<div class="item">
<div class="col-md-6 thumb bg-cover" style="background-image: url(assets/img/service/3.jpg);"></div>
<div class="col-md-6 info">
<h2>Sale service</h2>
<h5>Ongoing services</h5>
<p>
Months on ye at by esteem desire warmth former. Sure that that way gave any fond now. His boy middleton sir nor engrossed affection excellent. Dissimilar compliment cultivated preference eat sufficient may. Well next door soon we mr he four. Assistance<br> impression set insipidity now connection off you solicitude. Under as seems we me stuff those style at. Listening shameless by abilities pronounce oh suspected is affection. Next it draw in draw much bred.
<br>
<br>
<br>
</p>
<a href="#" class="btn btn-theme effect btn-sm">Read more</a>
</div>
</div>
</div>
</div>
</div>
<!-- End Services -->
<br>
<br>
<br>
<br>
<br>
<!-- Start Statistics
============================================= -->
<div class="statistics-area bg-gray">
<div class="container-box oh">
<div class="col-md-6 thumb bg-cover" style="background-image: url(assets/img/banner/13.jpg);"></div>
<div class="col-md-6 info">
<h2>Our Statistics Rate</h2>
<p>
Months on ye at by esteem desire warmth former. Sure that that way gave any fond now. His boy middleton sir nor engrossed affection excellent. Dissimilar compliment cultivated preference eat sufficient may. Well next door soon we mr he four. Assistance<br> impression set insipidity now connection off you solicitude. Under as seems we me stuff those style at. Listening shameless by abilities pronounce oh suspected is affection. Next it draw in draw much bred.
</p>
<div class="skills-section">
<!-- Progress Bar Start -->
<div class="progress-box">
<h5>Strategy & Analysis <span class="pull-right">88%</span></h5>
<div class="progress">
<div class="progress-bar" role="progressbar" data-width="87"></div>
</div>
</div>
<div class="progress-box">
<h5>Eeconomic growth <span class="pull-right">95%</span></h5>
<div class="progress">
<div class="progress-bar" role="progressbar" data-width="96"></div>
</div>
</div>
<div class="progress-box">
<h5>Achieves goals <span class="pull-right">70%</span></h5>
<div class="progress">
<div class="progress-bar" role="progressbar" data-width="52"></div>
</div>
</div>
<!-- End Progressbar -->
</div>
</div>
</div>
</div>
<!-- End Statistics -->
<br>
<br>
<br>
<br>
<!-- Start Testimonials
============================================= -->
<div class="testimonials-area default-padding">
<div class="container">
<div class="row">
<div class="col-md-6 testimonials-info">
<h2>What people say</h2>
<div class="info-items testimonials owl-carousel owl-theme">
<div class="item">
<blockquote>
<p>
Both rest of know draw fond post as. It agreement defective to excellent. Feebly do engage of narrow. Extensive repulsive belonging depending if promotion be zealously as. Preference inquietude ask now are dispatched led appearance
<span>- Nathan Junior</span>
<b>CEO of Quanta Systems</b>
</p>
</blockquote>
</div>
<div class="item">
<blockquote>
<p>
Both rest of know draw fond post as. It agreement defective to excellent. Feebly do engage of narrow. Extensive repulsive belonging depending if promotion be zealously as. Preference inquietude ask now are dispatched led appearance
<span>- Nathan Junior</span>
<b>Designer of Quanta Systems</b>
</p>
</blockquote>
</div>
<div class="item">
<blockquote>
<p>
Both rest of know draw fond post as. It agreement defective to excellent. Feebly do engage of narrow. Extensive repulsive belonging depending if promotion be zealously as. Preference inquietude ask now are dispatched led appearance
<span>- Nathan Junior</span>
<b>Developer of Quanta Systems</b>
</p>
</blockquote>
</div>
</div>
</div>
<div class="col-md-6 goal-achive text-center">
<div class="fun-factor">
<div class="col-md-6 col-sm-6 item">
<div class="fun-fact">
<div class="timer" data-to="1679" data-speed="5000"></div>
<h4>Satisfied customers</h4>
</div>
</div>
<div class="col-md-6 col-sm-6 item">
<div class="fun-fact">
<div class="timer" data-to="4567" data-speed="5000"></div>
<h4>Professional agents</h4>
</div>
</div>
<div class="col-md-6 col-sm-6 item">
<div class="fun-fact">
<div class="timer" data-to="24" data-speed="5000"></div>
<h4>Hours support</h4>
</div>
</div>
<div class="col-md-6 col-sm-6 item">
<div class="fun-fact">
<div class="timer" data-to="24" data-speed="5000"></div>
<h4>Years of experience</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Testimonials -->
<br>
<br>
<br>
<h1 style="text-align: center; font-weight: bold; color: #6db94a;"><u>Our Clients</u></h1>
<br>
<!-- Clients
============================================= -->
<div class="clients-area bg-theme default-padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="clients-items owl-carousel owl-theme text-center">
<div class="single-item">
<a href="#"><img src="assets/img/clients/1.png" alt="Clients"></a>
</div>
<div class="single-item">
<a href="#"><img src="assets/img/clients/2.png" alt="Clients"></a>
</div>
<div class="single-item">
<a href="#"><img src="assets/img/clients/3.png" alt="Clients"></a>
</div>
<div class="single-item">
<a href="#"><img src="assets/img/clients/4.png" alt="Clients"></a>
</div>
<div class="single-item">
<a href="#"><img src="assets/img/clients/5.png" alt="Clients"></a>
</div>
<div class="single-item">
<a href="#"><img src="assets/img/clients/6.png" alt="Clients"></a>
</div>
<div class="single-item">
<a href="#"><img src="assets/img/clients/7.png" alt="Clients"></a>
</div>
<div class="single-item">
<a href="#"><img src="assets/img/clients/8.png" alt="Clients"></a>
</div>
<div class="single-item">
<a href="#"><img src="assets/img/clients/1.png" alt="Clients"></a>
</div>
<div class="single-item">
<a href="#"><img src="assets/img/clients/2.png" alt="Clients"></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Clients -->
<!-- Start Footer
============================================= -->
<footer class="default-padding-top text-light">
<div class="container">
<div class="row">
<div class="f-items fv1">
<div class="col-md-4 item">
<div class="f-item">
<h4>About Us</h4>
<p>
Excellence decisively nay man yet impression for contrasted remarkably. There spoke happy for you are out. Fertile how old address did showing because sitting replied six. Had arose guest visit going off child she new.
</p>
<p>
<span>Please write your email and get our amazing updates, news and support</span>
</p>
<div class="subscribe">
</div>
</div>
</div>
<div class="col-md-4 item">
<div class="f-item link full">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Who are We?</a></li>
<li><a href="#">Software Development</a></li>
<li><a href="#">IT Staffing</a></li>
<li><a href="#">Career</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
<div class="col-md-4 item">
<div class="f-item">
<h4>ADDRESS</h4>
<div class="twitter-item">
<div class="twitter-content">
<p>
Looking for an awesome CREATIVE WordPress Theme? Esquise was updated and optimized to run even better.
</p>
</div>
</div>
<div class="twitter-item">
<h4>CONTACT</h4>
<div class="twitter-content">
<p>
It is a long established fact that a reader will be distracted by the readable .
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Start Footer Bottom -->
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="col-md-7 footer-bottom-menu text-right">
<ul>
<li><a href="www.rvnetworking.com">Developed with love <b> @rvnetworking</b> </a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End Footer Bottom -->
</footer>
<!-- End Footer -->
<!-- jQuery Frameworks
============================================= -->
<script src="assets/js/plugins.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
<!-- Mirrored from validthemes.online/themeforest/buskey/index-5.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 28 Jun 2022 16:35:50 GMT -->
</html>