-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
755 lines (686 loc) · 40.2 KB
/
index.html
File metadata and controls
755 lines (686 loc) · 40.2 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
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
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
<!DOCTYPE html>
<html lang="eng">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>REVOtic Engineering - Revolution in futuristic solutions</title>
<meta name="description" content="Revolution in futuristic technology" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="/assets/favicomatic/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/assets/favicomatic/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/assets/favicomatic/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/assets/favicomatic/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="/assets/favicomatic/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/assets/favicomatic/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="/assets/favicomatic/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/assets/favicomatic/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="/assets/favicomatic/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="/assets/favicomatic/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="/assets/favicomatic/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/assets/favicomatic/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/assets/favicomatic/favicon-128.png" sizes="128x128" />
<meta name="application-name" content=" " />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="/assets/favicomatic/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="/assets/favicomatic/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="/assets/favicomatic/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="/assets/favicomatic/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="/assets/favicomatic/mstile-310x310.png" />
<meta name="description" content="REVOtic Engineering provides AI - Machine Learning, IOT, Robotics, Blockchain, Digital Marketing and IT based business solutions and services" />
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<link rel="canonical" href="https://revoticengineering.com/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="REVOtic Engineering - Revolution in futuristic solutions" />
<meta property="og:description" content="REVOtic Engineering provides AI - Machine Learning, IOT, Robotics, Blockchain, Digital Marketing and IT based business solutions and services" />
<meta property="og:url" content="https://revoticengineering.com/" />
<meta property="og:site_name" content="REVOtic Engineering" />
<meta property="article:modified_time" content="2018-12-08T11:54:33+00:00" />
<meta name="twitter:card" content="summary_large_image" />
<script type="application/ld+json" class="yoast-schema-graph">
{
"@context": "https://schema.org",
"@graph": [{
"@type": "WebSite",
"@id": "https://revoticengineering.com/#website",
"url": "https://revoticengineering.com/",
"name": "REVOtic Engineering",
"description": "Revolution in futuristic technology",
"potentialAction": [{
"@type": "SearchAction",
"target": "https://revoticengineering.com/?s={search_term_string}",
"query-input": "required name=search_term_string"
}],
"inLanguage": "en-US"
}, {
"@type": "WebPage",
"@id": "https://revoticengineering.com/#webpage",
"url": "https://revoticengineering.com/",
"name": "REVOtic Engineering - Revolution in futuristic solutions",
"isPartOf": {
"@id": "https://revoticengineering.com/#website"
},
"datePublished": "2018-10-01T02:19:42+00:00",
"dateModified": "2018-12-08T11:54:33+00:00",
"description": "REVOtic Engineering provides AI - Machine Learning, IOT, Robotics, Blockchain, Digital Marketing and IT based business solutions and services",
"inLanguage": "en-US",
"potentialAction": [{
"@type": "ReadAction",
"target": ["https://revoticengineering.com/"]
}]
}]
}
</script>
<link rel='dns-prefetch' href='//use.fontawesome.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel='stylesheet' id='fontawesome-css' href='//use.fontawesome.com/releases/v5.3.1/css/all.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='bootstrap-css' href='/assets/css/bootstrap.min.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='themify-icons-css' href='/assets/css/themify-icons.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='icomoon-css' href='/assets/font-icons/icomoon/icomoon.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='plugins-css' href='/assets/css/plugins.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='animate-css' href='/assets/css/animate.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='owl.carousel-css' href='/assets/css/owl.carousel.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='slider-css' href='/assets/css/slider.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='navigation-css' href='/assets/css/navigation.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='default-css' href='/assets/css/default.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='styles-css' href='/assets/css/styles.min.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='open-sans-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&display=fallback' type='text/css' media='all' />
<link rel='stylesheet' id='Poppins-css' href='//fonts.googleapis.com/css?family=Poppins%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900&ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='Libre-Baskerville-css' href='//fonts.googleapis.com/css?family=Libre+Baskerville%3A400%2C400i%2C700&ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='Montserrat-css' href='//fonts.googleapis.com/css?family=Montserrat%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900&ver=1.0' type='text/css' media='all' />
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-KC28MSB');
</script>
</head>
<body data-rsssl=1>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KC28MSB" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- Loader -->
<div id="preloader">
<div class="row loader">
<div class="loader-icon"></div>
</div>
</div>
<!-- Header -->
<header id="nav-transparent">
<nav id="navigation4" class="container navigation">
<div class="nav-header">
<a class="nav-brand" href="/">
<img src="/assets/media/logo/revotic-engineering-mono-light-logo-medium.png" alt="logo" id="light_logo">
<img src="/assets/media/logo/revotic-engineering-mono-dark-logo-medium.png" alt="logo" id="main_logo">
</a>
<div class="nav-toggle"></div>
</div>
<div class="nav-menus-wrapper">
<ul class="nav-menu align-to-right">
<li><a href="/">Home</a></li>
<li><a href="/services.html">Services</a>
<div class="megamenu-panel">
<div class="megamenu-lists">
<ul class="megamenu-list list-col-3">
<li class="megamenu-list-title"><a href="#">Development</a></li>
<li><a href="/services/development/website-development.html">Website Development</a></li>
<li><a href="/services/development/application-development.html">Application Development</a></li>
<li><a href="/services/development/video-development.html">Video & Motion Graphics</a></li>
</ul>
<ul class="megamenu-list list-col-3">
<li class="megamenu-list-title"><a href="#">Innovation</a></li>
<li><a href="/services/innovation/blockchain-technology.html">Blockchain Technology</a></li>
<li><a href="/services/innovation/robotics-and-iot.html">Robotics and IOT</a></li>
<li><a style="pointer-events: none;"></a></li>
<li class="megamenu-list-title"><a href="#">Designing</a></li>
<li><a href="/services/designing/logo-creating.html">Logo</a></li>
<li><a href="/services/designing/buisness-card.html">Business Cards</a></li>
<li><a href="/services/designing/brochure.html">Brochures & Leaflets</a></li>
<li><a href="/services/designing/banner.html">Posters & Banner</a></li>
</ul>
<ul class="megamenu-list list-col-3">
<li class="megamenu-list-title"><a href="#">Digital Marketing</a></li>
<li><a href="/services/digital-marketing/web-and-app-analysis.html">Web & App Analysis</a></li>
<li><a href="/services/digital-marketing/organic-dm.html">Organic - SEO & SMO</a></li>
<li><a href="/services/digital-marketing/rapid-dm.html">Rapid - SEM & SMM</a></li>
<li><a href="/services/digital-marketing/lead-generation.html">Lead Generation</a></li>
<li><a href="/services/digital-marketing/orm.html">ORM</a></li>
</ul>
</div>
</div>
</li>
<li><a href="/trainings.html">Trainings</a>
<div class="megamenu-panel w-25">
<div class="megamenu-lists">
<ul class="megamenu-list list-col-12">
<li class="megamenu-list-title"><a href="#">Trainings</a></li>
<li><a href="/services/education/digital-marketing.html">Digital Marketing</a></li>
<li><a href="/services/education/blockchain-training.html">Blockchain Training</a></li>
<li><a href="/services/education/robotics-training.html">Robotics & IOT</a></li>
</ul>
</div>
</div>
</li>
<li><a href="https://medium.com/revotic" target="_blank">Blogs</a></li>
<li><a href="/contact-us.html">Contact Us</a></li>
</ul>
</div>
</nav>
</header>
<div class="swiper-main-slider-fade swiper-container full-height">
<div class="swiper-wrapper">
<div class="swiper-slide black-overlay-50" style="background-image:url(/assets/media/slide-2.jpg);">
<div class="container">
<div class="slider-content center-holder mt-60-md">
<h4 class="bold uppercase animated fadeInDown">REVOtic Engineering Pvt Ltd</h4>
<h2 class="bold uppercase animated fadeIn">Let's shape your business</h2>
<h5 class="uppercase animated fadeInUp">Revolution in futuristic technologies</h5>
<div class="animated fadeInUp mt-30">
<a href="/contact-us.html" class="white-button semi-rounded button-md w-300">Contact Us</a>
</div>
</div>
</div>
</div>
<div class="swiper-slide black-overlay-50" style="background-image:url(/assets/media/slide-1.jpg);">
<div class="container">
<div class="slider-content center-holder mt-60-md">
<h4 class="bold uppercase animated fadeInDown">REVOtic Engineering Pvt Ltd</h4>
<h2 class="bold uppercase animated fadeIn">Making dreams come true</h2>
<h5 class="uppercase animated fadeInUp">WEB - AI - Machine Learning - IOT - Robotics - Blockchain</h5>
<div class="animated fadeInUp mt-30">
<a href="/contact-us.html" class="white-button semi-rounded button-md w-300">Contact Us</a>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
<div class="swiper-pagination"></div>
</div>
<div class="section-block">
<div class="container">
<div class="section-heading center-holder"><small>REVOtic Engineering Pvt Ltd</small>
<h2 class="bold">Customised Business Solution & Quality Services</span></h2>
<div class="section-heading-line"></div>
<p>Revotic Engineering Pvt Ltd as a team we are providing AI - Machine Learning, IOT, Robotics, Blockchain, Digital Marketing and IT based business solutions and services. We also provide leading-edge training and workshops over the latest innovations and technologies.</p>
</div>
<div class="row">
<div class="col-md-10 col-sm-12 col-12 offset-md-1">
<div class="medium-icon-tabs-light">
<div class='tabs tabs_animate mt-40'>
<ul class="tab-menu center-holder">
<li><a href="#tab-f-1"><i class="icon-browser5"></i>Website Development</a></li>
<li><a href="#tab-f-2"><i class="icon-smartphone3"></i>App Development</a></li>
<li><a href="#tab-f-3"><i class="icon-seo2"></i>Digital Marketing</a></li>
<li><a href="#tab-f-4"><i class="icon-server2"></i>IOT Internet of Things</a></li>
<li><a href="#tab-f-5"><i class="icon-analytics-52"></i>Blockchain Technology</a></li>
</ul>
<div id='tab-f-1' class="clearfix tab-body">
<div class="row mt-40">
<div class="col-md-6 col-sm-6 col-12">
<img src="/assets/media/services/website-500x501.png" alt="Website Development">
</div>
<div class="col-md-6 col-sm-6 col-12">
<div class="section-heading left-holder">
<h2 class="bold">Website Development</h2>
<div class="section-heading-line"></div>
</div>
<div class="text-content-big">
<p>A well-designed website or application will make you stand out from your competition by showcasing your brand personality and messaging. Whatever your reason for considering a Web design, you have results in mind. Increased sales conversions, better brand positioning, increased donations, increased engagement Or maybe your existing website just makes you cringe in</p>
<div class="mt-30">
<a class="primary-button button-sm" href="services\development\website-development.html">
Explore Website Development
</a>
</div>
</div>
</div>
</div>
</div>
<div id='tab-f-2' class="clearfix tab-body">
<div class="row mt-40">
<div class="col-md-6 col-sm-6 col-12">
<img src="/assets/media/services/mobile-app-500x462.png" alt="App Development">
</div>
<div class="col-md-6 col-sm-6 col-12">
<div class="section-heading left-holder">
<h2 class="bold">App Development</h2>
<div class="section-heading-line"></div>
</div>
<div class="text-content-big">
<p>At Revotic Engineering Pvt Ltd, we specialize in everything from web and mobile applications to cloud-based services we render customized, high quality and out-of-the-box apps that successfully lowers down an enterprise’s development expenses and offers an optimal apps solution with outstanding features and interface.</p>
<div class="mt-30">
<a class="primary-button button-sm" href="services\development\application-development.html">
Explore App Development
</a>
</div>
</div>
</div>
</div>
</div>
<div id='tab-f-3' class="clearfix tab-body">
<div class="row mt-40">
<div class="col-md-6 col-sm-6 col-12">
<img src="/assets/media/services/digital-marketing-500x387.png" alt="Digital Marketing">
</div>
<div class="col-md-6 col-sm-6 col-12">
<div class="section-heading left-holder">
<h2 class="bold">Digital Marketing</h2>
<div class="section-heading-line"></div>
</div>
<div class="text-content-big">
<p>We offer the best digital marketing solutions to help you grow your brand online, take control of the marketing efforts, and help improve your conversions, you have landed at the right place! Our digital marketing solution can help the brands strategically position themselves in the markets they compete.</p>
<div class="mt-30">
<a class="primary-button button-sm" href="services\digital-marketing\rapid-dm.html">
Explore Rapid Digital Marketing
</a>
</div>
</div>
</div>
</div>
</div>
<div id='tab-f-4' class="clearfix tab-body">
<div class="row mt-40">
<div class="col-md-6 col-sm-6 col-12">
<img src="/assets/media/services/iot.png" alt="IOT Internet of Things">
</div>
<div class="col-md-6 col-sm-6 col-12">
<div class="section-heading left-holder">
<h2 class="bold">IOT Internet of Things</h2>
<div class="section-heading-line"></div>
</div>
<div class="text-content-big">
<p>Right from our homes to small / big scale modern enterprises and with the technology catching up the pace, Internet of Things (IoT) as we all know has become an integral part of our everyday life. It connects everything and everyone, across any nook and corner in the globe. Connecting lives and people together, IoT is making everyone’s life simpler and smarter.</p>
<div class="mt-30">
<a class="primary-button button-sm" href="services\innovation\robotics-and-iot.html">
Explore Robotics & IOT
</a>
</div>
</div>
</div>
</div>
</div>
<div id='tab-f-5' class="clearfix tab-body">
<div class="row mt-40">
<div class="col-md-6 col-sm-6 col-12">
<img src="/assets/media/services/blockchain-500x405.png" alt="Blockchain Technology">
</div>
<div class="col-md-6 col-sm-6 col-12">
<div class="section-heading left-holder">
<h2 class="bold">Blockchain Technology</h2>
<div class="section-heading-line"></div>
</div>
<div class="text-content-big">
<p>Blockchain is the new cutting-edge technology which certainly has immense potential to transform our entire economy.We at Revotic engineering Pvt Ltd are helping clients experiment and experience blockchain network to improve performance, increase efficiency and reduce operation losses.</p>
<div class="mt-30">
<a class="primary-button button-sm" href="services\innovation\blockchain-technology.html">
Explore Blockchain
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Banner -->
<div class="section-block-parallax jarallax black-overlay-20" data-jarallax data-speed="0.6" style="background-image:url(/assets/media/bg1.jpg);">
<div class="container">
<div class="large-heading center-holder wow fadeIn animated" data-wow-delay=".1s">
<h2 class="white-color">We Provide Customised Solutions <br />Tailored To Fit Your Needs</h2>
<div class="section-heading-line"></div>
</div>
<div class="mt-25 center-holder wow fadeIn animated" data-wow-delay=".2s">
<a href="/contact-us.html" class="white-button button-md">Contact Us</a>
</div>
</div>
</div>
<div class="section-block-grey">
<div class="container">
<div class="row mt-50">
<div class="col-md-6 col-sm-6 col-12">
<img src="/assets/media/home2.png" alt="img">
</div>
<div class="col-md-6 col-sm-6 col-12">
<div class="pl-45-md">
<div class="section-heading left-holder">
<h3 class="bold">Robust Project Plan</h3>
<div class="section-heading-line"></div>
</div>
<div class="text-content">
<p>We create a comprehensive project plan after studying your brand or idea time-bound and your precise business needs. Our team follows a consultative and personalized consultative approach to your web design requirements.</p>
</div>
<ul class="primary-list">
<li><i class="fa fa-check-circle"></i>Understanding Business</li>
<li><i class="fa fa-check-circle"></i>Understanding Requirement</li>
<li><i class="fa fa-check-circle"></i>Providing Quality Services</li>
<li><i class="fa fa-check-circle"></i>Improving ROI</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="section-block-bg">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 col-12">
<div class="section-heading left-holder mt-20">
<h3 class="bold">We are on the Top</h3>
<div class="section-heading-line"></div>
</div>
<div class="text-content">
<p>At REVOtic Engineering Pvt Ltd, we combine creativity and functionality in the web applications to bring effective web designs and graphically appealing at an optimal costs. We design gadget-friendly and web apps which are responsive and adjustable layout. Our Team professionals, have a extensive industry knowledge and years of experience, we will ensure that your business reaches to the next level and obtains new level of success.</p>
</div>
<div class="mt-15"><a href="/about.html" class="primary-button button-sm">Learn More</a></div>
</div>
<div class="col-md-6 col-sm-6 col-12">
<div class="pl-45-md">
<div id="accordion2" role="tablist">
<div class="card card-white">
<div class="card-header card-header-white" role="tab" id="headingwh1">
<h5 class="mb-0">
<a class="collapsed" data-toggle="collapse" href="#collapsewh1" aria-expanded="true" aria-controls="collapsewh1"> 01. Investment Advisor</a>
</h5>
</div>
<div id="collapsewh1" class="collapse" role="tabpanel" aria-labelledby="headingwh1" data-parent="#accordion2">
<div class="card-body card-body-white">
<p>Our Team Advisors will provide you with independent and custom-tailored investment analysis. We Help our clients take advantage latest technology while minimizing their investment budget.</p>
</div>
</div>
</div>
<div class="card card-white">
<div class="card-header card-header-white" role="tab" id="headingwh2">
<h5 class="mb-0">
<a class="collapsed" data-toggle="collapse" href="#collapsewh2" aria-expanded="false" aria-controls="collapsewh2"> 02. Cost-Effective Resources</a>
</h5>
</div>
<div id="collapsewh2" class="collapse" role="tabpanel" aria-labelledby="headingwh2" data-parent="#accordion2">
<div class="card-body card-body-white">
<p>We provide cutting edge IT solutions and services at lowest prices. Our application maintenance fees are designed to wrap up all of our services related to your application into one convenient payment. Including hosting, domain, subscription renewals. With our subscription plan you can have us make changes to your site throughout the year. Subscription also includes several hours of maintenance, which we do in order to keep your website and applications, information up-to-date and to add new content to help increase traffic and improve user experience. You can choose maintenance fees after the project completion.</p>
</div>
</div>
</div>
<div class="card card-white">
<div class="card-header card-header-white" role="tab" id="headingwh3">
<h5 class="mb-0">
<a class="collapsed" data-toggle="collapse" href="#collapsewh3" aria-expanded="false" aria-controls="collapsewh3"> 03. Professional Approach </a>
</h5>
</div>
<div id="collapsewh3" class="collapse" role="tabpanel" aria-labelledby="headingwh3" data-parent="#accordion2">
<div class="card-body card-body-white">
<p>At REVOtic Engineering Pvt Ltd our experienced, dynamic, niche-specific and talent-rich teams will assist you and provide you with exceptional results. You will have full flexibility on your business solution and services we provide. We create a mutual understanding of the human side of the equation and build our user products satisfying in every service and end product we provide.</p>
</div>
</div>
</div>
<div class="card card-white">
<div class="card-header card-header-white" role="tab" id="headingwh4">
<h5 class="mb-0">
<a class="collapsed" data-toggle="collapse" href="#collapsewh4" aria-expanded="false" aria-controls="collapsewh4"> 04. A Leap into the future </a>
</h5>
</div>
<div id="collapsewh4" class="collapse" role="tabpanel" aria-labelledby="headingwh4" data-parent="#accordion2">
<div class="card-body card-body-white">
<p>At REVOtic Engineering Pvt Ltd the latest technological innovations, digital strategies, development methods, and industrial standard tools, to give you a distinct competitive advantage of your product. Our talent pool is unmatched. We’re not bound to a particular style of programming language, design, framework or hosting infrastructure. We move ahead of tritonal technologies and create our own standards to shape the future and your brand.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section-block-parallax" data-jarallax data-speed="0.6" style="background-image:url(/assets/media/bg2.jpg);">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6 col-12">
<div class="countup-block">
<i class="icon-goal2"></i>
<h4 class="countup">50 </h4><span>+</span>
<h5>Projects Completed</h5>
</div>
</div>
<div class="col-md-3 col-sm-6 col-12">
<div class="countup-block">
<i class="icon-user-13"></i>
<h4 class="countup">20 </h4><span>+</span>
<h5>Satisfied Clients</h5>
</div>
</div>
<div class="col-md-3 col-sm-6 col-12">
<div class="countup-block">
<i class="icon-trophy"></i>
<h4 class="countup">100 </h4><span>+</span>
<h5>Appreciations Received</h5>
</div>
</div>
<div class="col-md-3 col-sm-6 col-12">
<div class="countup-block">
<i class="icon-sprout"></i>
<h4 class="countup">10 </h4><span>+</span>
<h5>Brand Build</h5>
</div>
</div>
</div>
</div>
</div>
<div class="section-block-bg right-position" style="background-image:url(/assets/media/homebg3.jpg);">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-10 col-12 offset-md-6">
<div class="section-heading left-holder wow fadeIn animated" data-wow-delay=".1s">
<h3 class="bold">Timely project completion, services and maintenance, <span class="italic libre-baskerville primary-color">We value your time.</span></h3>
<div class="section-heading-line"></div>
</div>
<div class="text-content-big mt-10 wow fadeIn animated" data-wow-delay=".15s">
<p>Our team always delivers a high-end custom build solutions and services on or before the specified time. We do whats possible and promises what can be done to avoid conflict during the work. We won't misguide our clients and provide services on time. We believe, to create long term relationship, than doing false business just to make profit.</p>
</div>
<div class="mt-25 wow fadeIn animated" data-wow-delay=".2s">
<ul class="primary-list">
<li><i class="fa fa-check-square"></i>Research and blueprint creation</li>
<li><i class="fa fa-check-square"></i>Proper estimation of project deliverable dates</li>
<li><i class="fa fa-check-square"></i>Free consultancy for our clients</li>
</ul>
</div>
<div class="mt-30">
<a href="/contact-us.html" class="dark-button button-sm wow fadeIn animated" data-wow-delay=".3s">Contact Us</a></div>
</div>
</div>
</div>
</div>
<div class="section-block-bg">
<div class="container">
<div class="section-heading center-holder">
<h4 class="bold">Our <span class="italic libre-baskerville primary-color">Clients</span></h4>
<div class="section-heading-line"></div>
</div>
<div class="owl-carousel owl-theme customizable-carousel" data-loop="true" data-items="4" data-md-items="4" data-sm-items="3" data-xs-items="2" data-space="80" data-autoplay="true" data-autospeed="4000" data-nav-dots="false" data-nav-arrows="false">
<div class="item"> <img class="rounded-border mt-50 mb-50" src="/assets/media/client/endereum.png" alt="Endereum"> </div>
<div class="item"> <img class="rounded-border mt-50 mb-50" src="/assets/media/client/myicoplatform.png" alt="myicoplatform"> </div>
<div class="item"> <img class="rounded-border mt-50 mb-50" src="/assets/media/client/stellar.png" alt="stellar"> </div>
<div class="item"> <img class="rounded-border mt-50 mb-50" src="/assets/media/client/rtcit.png" alt="rtcit"> </div>
<div class="item"> <img class="rounded-border mt-50 mb-50" src="/assets/media/client/kushals.png" alt="tanaakshi"> </div>
</div>
</div>
</div>
<div class="section-block-parallax jarallax black-overlay-70" data-jarallax data-speed="0.6" style="background-image:url(/assets/media/homebg1.jpg);">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12 col-12">
<div class="section-heading white-color left-holder wow fadeIn animated" data-wow-delay=".1s">
<h2 class="bold">Get answers and advices from Professional Consultants.</h2>
<div class="section-heading-line"></div>
</div>
<div class="mt-0">
<div class="contact-icon-box-sm wow fadeIn animated" data-wow-delay=".1s" data-wow-duration="1.5s"><i class="icon-question"></i>
<h4>Direct line numbers</h4>
<h5>+91 89514 15895</h5>
</div>
<div class="contact-icon-box-sm wow fadeIn animated" data-wow-delay=".2s" data-wow-duration="1.5s"><i class="icon-earth-globe"></i>
<h4>Our Locations</h4>
<h5>Sector - 8, Dwarka, New Delhi, India. Pin - 110077</h5>
</div>
<div class="contact-icon-box-sm wow fadeIn animated" data-wow-delay=".3s" data-wow-duration="1.5s"><i class="icon-email"></i>
<h4>Our Email</h4>
<h5><a href="mailto:social@revoticengineering.com" class="__cf_email__" style="color: #fff;" data-cfemail="0e7d616d676f624e7c6b78617a676d6b606967606b6b7c676069206d6163">social@revoticengineering.com</a></h5>
</div>
</div>
</div>
<div class="col-md-5 col-sm-12 col-12 offset-md-1 wow fadeIn animated" data-wow-delay=".3s" data-wow-duration="1.5s">
<div class="contact-form-md white-background">
<h5 class="center-holder">Let's talk about your Business.</h5>
<form id="talkAboutBusinessForm" class="mt-30">
<input id="form_id" class="hidden diabled" disabled hidden value="ftrzz202105141621023936" />
<input id="connect_key" class="hidden diabled" disabled hidden value="" />
<input type="text" name="name" id="full_name_field" placeholder="Your Name">
<input type="email" name="email" id="email_field" placeholder="Your Email" required>
<input type="text" id="phone_field" placeholder="Phone">
<textarea name="message" id="message_field" placeholder="Your Message"></textarea>
<div class="captcha col-md-8 col-sm-8 col-xs-12 p-0">
<img src="" id="captcha" />
</div>
<div class="input-group col-md-12 col-sm-12 col-xs-12 p-0">
<input id="capthca_field" type="text" placeholder="Enter Captcha" required />
</div>
<button type="submit" id="send_message_action-button" class="primary-button button-sm">Send Message</button>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Banner -->
<div class="section-block-parallax jarallax" data-jarallax data-speed="0.6">
<div class="container">
<div class="large-heading center-holder wow fadeIn animated" data-wow-delay=".1s">
<h2 class="black-color">We Provide Customised Solutions <br />Tailored To Fit Your Needs</h2>
<div class="section-heading-line"></div>
</div>
<div class="mt-25 center-holder wow fadeIn animated" data-wow-delay=".2s">
<a href="/contact-us.html" class="primary-button button-md">Contact Us</a>
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer-style-1">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6 col-12">
<img src="/assets/media/logo/revotic-engineering-mono-light-logo-medium.png" />
</div>
<div class="col-md-4 col-sm-6 col-12">
<h3>REVOtic Engineering Pvt Ltd</h3>
<div class="mt-20">
<p>We help to maximize your business objectives by offering your customers an interactive, engaging and valuable experience.</p>
</div>
<ul class="footer-style-1-social-links">
<li><a href="https://www.facebook.com/REVOtic" target="_blank"><i class="fab fa-facebook-square"></i></a></li>
<li><a href="https://www.linkedin.com/company/revotic" target="_blank"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://twitter.com/REVOtic" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://github.com/REVOtic" target="_blank"><i class="fab fa-github"></i></a></li>
<li><a href="https://medium.com/revotic" target="_blank"><i class="fab fa-medium"></i></a></li>
<li><a href="www.youtube.com/user/RevoticEngineering" target="_blank"><i class="fab fa-youtube"></i></a></li>
<li><a href="https://www.instagram.com/revoticengineering" target="_blank"><i class="fab fa-instagram"></i></a></li>
</ul>
</div>
<div class="col-md-3 col-sm-6 col-12">
<h3>Quick Links</h3>
<ul class="footer-style-1-links">
<li><a href="/about.html">About Us</a></li>
<li><a href="/team.html">Our Team</a></li>
<li><a href="/contact-us.html">Contact Us</a></li>
<li><a href="/join-us.html">Join Us</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-6 col-12">
<h3>Business</h3>
<ul class="footer-style-1-links">
<li><a href="/services.html">All Services</a></li>
<li><a href="/payment.html">Make Payment</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-style-1-bar">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 col-12">
<h5>REVOtic Engineering Pvt Ltd © 2021. All Rights Reserved.</h5>
</div>
<div class="col-md-6 col-sm-6 col-12">
<ul class="footer-style-1-bar-links">
<li><a href="/privacy-policy.html">Privacy</a></li>
<li><a href="/terms.html">Terms</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer><a href="#" class="scroll-to-top"><i class="fas fa-chevron-up"></i></a>
<!-- Js Scripts -->
<script type='text/javascript' src='/assets/js/jquery.min.js?ver=1.0' id='jQuery-js'></script>
<script type='text/javascript' src='/assets/js/bootstrap.min.js?ver=1.0' id='bootstrap-js'></script>
<script type='text/javascript' src='/assets/js/bootstrap.bundle.min.js?ver=1.0' id='bootstrap.bundle-js'></script>
<script type='text/javascript' src='/assets/js/plugins.js?ver=1.0' id='plugins-js'></script>
<script type='text/javascript' src='/assets/js/jquery.form.min.js?ver=1.0' id='jquery-form-2-js'></script>
<script type='text/javascript' src='/assets/js/navigation.js?ver=1.0' id='navigation-js'></script>
<script type='text/javascript' src='/assets/js/navigation.fixed.js?ver=1.0' id='navigation_fixed-js'></script>
<script type='text/javascript' src='/assets/js/main.js?ver=1.0' id='main-js'></script>
<script type='text/javascript' src='/assets/js/custom.js?ver=1.0' id='custom-js'></script>
<script>
$("#talkAboutBusinessForm").on("submit", function(e){
e.preventDefault();
var connect_key = $("#connect_key").val();
var full_name = $("#full_name_field").val();
var email = $("#email_field").val();
var phone = $("#phone_field").val();
var message = $("#message_field").val();
var captcha = $("#captcha_field").val();
$.ajax({
type: "POST",
url: "https://smtpapp.revoticengineering.com/api/external/submit-form/",
data: {
"full_name": full_name,
"email": email,
"phone": phone,
"message": message,
"connect_key": connect_key,
"captcha": captcha
}
}).done(function(response){
console.log(response);
});
});
function renderRevoAjaxForm(){
$.ajax({
type: "POST",
url: "https://smtpapp.revoticengineering.com/api/external/get-form/",
data: {
form_id: $("#form_id").val()
}
}).done(function(response){
if(response.status){
$("#connect_key").val(response.result.connect_key);
$("#captcha").attr("src", "data:image/png;base64," + response.result.captcha);
}
});
}
window.addEventListener("load", () => {
renderRevoAjaxForm();
});
</script>
</body>
</html>