-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
625 lines (544 loc) · 30.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="REGex Startup Services">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Title -->
<title>REGEX Startup Services</title>
<!-- Favicon -->
<link rel="icon" href="./img/core-img/favicon.ico">
<!-- Core Stylesheet -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div class="wrapper">
<div class="cssload-loader"></div>
</div>
</div>
<!-- ***** Top Search Area Start ***** -->
<div class="top-search-area">
<!-- Search Modal -->
<div class="modal fade" id="searchModal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-body">
<!-- Close Button -->
<button type="button" class="btn close-btn" data-dismiss="modal"><i class="fa fa-times"></i></button>
<!-- Form -->
<form action="index.html" method="post">
<input type="search" name="top-search-bar" class="form-control" placeholder="Search and hit enter...">
<button type="submit">Search</button>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- ***** Top Search Area End ***** -->
<!-- ***** Header Area Start ***** -->
<header class="header-area">
<!-- Main Header Start -->
<div class="main-header-area">
<div class="classy-nav-container breakpoint-off">
<!-- Classy Menu -->
<nav class="classy-navbar justify-content-between" id="uzaNav">
<!-- Logo -->
<a class="nav-brand" href="index.html"><img class="logo-regex" style="" src="./img/bg-img/regex_logo.png"> </a>
<!-- Navbar Toggler -->
<div class="classy-navbar-toggler">
<span class="navbarToggler"><span></span><span></span><span></span></span>
</div>
<!-- Menu -->
<div class="classy-menu">
<!-- Menu Close Button -->
<div class="classycloseIcon">
<div class="cross-wrap"><span class="top"></span><span class="bottom"></span></div>
</div>
<!-- Nav Start -->
<div class="classynav">
<ul id="nav">
<li><a href="./index.html">Home</a></li>
<li><a href="./services.html">Services</a></li>
<li class="current-item"><a href="./about.html">About</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
<!-- Get A Quote -->
<div class="get-a-quote ml-4 mr-3">
<a href="#" class="btn uza-btn">Get A Quote</a>
</div>
<!-- Login / Register -->
<!--<div class="login-register-btn mx-3">
<a href="#">Login <span>/ Register</span></a>
</div> -->
<!-- Search Icon -->
<!--<div class="search-icon" data-toggle="modal" data-target="#searchModal">
<i class="icon_search"></i>
</div> -->
</div>
<!-- Nav End -->
</div>
</nav>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<!-- ***** Breadcrumb Area Start ***** -->
<div class="breadcrumb-area">
<div class="container h-100">
<div class="row h-100 align-items-end">
<div class="col-12">
<div class="breadcumb--con">
<h2 class="title">About </h2>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/"><i class="fa fa-home"></i> Home</a></li>
<li class="breadcrumb-item active" aria-current="page">About</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
<!-- Background Curve -->
<div class="breadcrumb-bg-curve">
<img src="./img/core-img/curve-5.png" alt="">
</div>
</div>
<!-- ***** Breadcrumb Area End ***** -->
<div class="text-center m-auto col-8 col-sm-auto col-md-8 col-lg-8">
<h4 class="display-4 text-info m-auto col-sm-auto">About Us</h4><br><br>
<p> Regex start-up services is devised to bring an extra edge to information technology. We are a group of young, experienced and enthusiastic people, working together to deliver quality services. Our office is based in Jaipur as well as in Udaipur.We
work to bring your imagination into reality.Our brand is an amalgamation of technique, creativity and modern learnings. </p>
<p> We are the synonym of perfection in playing with codes and jargons. We provide wide range of services like training in multiple technical skills i.e.LINUX, PYTHON related technologies (BIGDATA , DJANGO , ML etc),CLOUD COMPUTING andother languages.Our
teammates have successfully provided training in various renowned colleges like Poornima College(Jaipur), VIT, PIET ,JECRC ,JIET(Jodhpur) ,M.K College ,K. K. Wagh Institute(Nashik) and manymore. </p>
<p> We are also open to take projects on website designing, android and iOS app development and many more. We strongly believe that business grows by supporting each other, that’s why we are keenly searching for different start-ups to collaborate
with us so that we can support and grow with them. </p>
</div>
<!-- ***** About Us Area Start ***** -->
<section class="uza-about-us-area section-padding-80">
<div class="container">
<div class="row align-items-center">
<!-- About Thumbnail -->
<div class="col-12 col-lg-6">
<div class="about-us-thumbnail mb-80">
<img src="./img/bg-img/2.jpg" alt="">
<!-- Video Area -->
<div class="uza-video-area hi-icon-effect-8">
<a href="/" class="hi-icon video-play-btn"><i class="fa fa-play" aria-hidden="true"></i></a>
</div>
</div>
</div>
<!-- About Us Content -->
<div class="col-12 col-lg-6">
<div class="section-heading mb-5">
<h2 class="display-1">Our Mission</h2>
</div>
<div class="about-us-content mb-80">
<div class="about-tab-area">
<ul class="nav nav-tabs mb-50" id="mona_modelTab" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="tab1" data-toggle="tab" href="#tab-1" role="tab" aria-controls="tab-1" aria-selected="true"> #1 </a>
</li>
<li class="nav-item">
<a class="nav-link" id="tab2" data-toggle="tab" href="#tab-2" role="tab" aria-controls="tab-2" aria-selected="false"> #2 </a>
</li>
<li class="nav-item">
<a class="nav-link" id="tab3" data-toggle="tab" href="#tab-3" role="tab" aria-controls="tab-3" aria-selected="false"> #3 </a>
</li>
<li class="nav-item">
<a class="nav-link" id="tab3" data-toggle="tab" href="#tab-4" role="tab" aria-controls="tab-4" aria-selected="false"> #4 </a>
</li>
<li class="nav-item">
<a class="nav-link" id="tab3" data-toggle="tab" href="#tab-5" role="tab" aria-controls="tab-5" aria-selected="false"> #5 </a>
</li>
</ul>
</div>
<!-- Mona Tab Content -->
<div class="about-tab-content">
<div class="tab-content" id="mona_modelTabContent">
<div class="tab-pane fade show active" id="tab-1" role="tabpanel" aria-labelledby="tab1">
<!-- Tab Content Text -->
<div class="tab-content-text">
<p>To educate our student and trainees about new technologies.
</p>
<p>
We see technology moving much faster than any enterprise, it’s our goal to make sure our students are well aware and educated.
</p>
<a href="#" class="btn uza-btn mt-30">Get In Touch</a>
</div>
</div>
<div class="tab-pane fade" id="tab-2" role="tabpanel" aria-labelledby="tab2">
<!-- Tab Content Text -->
<div class="tab-content-text">
<p> Delivering valuable services to our clients.
</p>
<p>
True innovators are never satisfied, so to stay ahead of the competition and to deliver values to our clients, we are continuously working on developing our services.
</p>
<a href="#" class="btn uza-btn mt-30">Get In Touch</a>
</div>
</div>
<div class="tab-pane fade" id="tab-3" role="tabpanel" aria-labelledby="tab3">
<!-- Tab Content Text -->
<div class="tab-content-text">
<p>Prepare for upcoming technical sector changes</p>
<p>
As different technologies are coming up with new algorithms and challenges so in order to overcome these challenges, we are always ready to accept changes in technical sectors.</p>
<a href="#" class="btn uza-btn mt-30">Get In Touch</a>
</div>
</div>
<div class="tab-pane fade" id="tab-4" role="tabpanel" aria-labelledby="tab4">
<!-- Tab Content Text -->
<div class="tab-content-text">
<p>
Improve existing products rather than chasing new.
</p>
<p>
Companies are running after mastering new skills and products but we firmly believe in improving and expertizing existing skills rather than chasing new.
</p><a href="#" class="btn uza-btn mt-30">Get In Touch</a>
</div>
</div>
<div class="tab-pane fade" id="tab-5" role="tabpanel" aria-labelledby="tab5">
<!-- Tab Content Text -->
<div class="tab-content-text">
<p>To join hands with different start-up companies</p>
<p>
We are always open to collaborate with different start-up companies to collaborate with them and providing a strong and reliable technical power.
</p>
<a href="#" class="btn uza-btn mt-30">Get In Touch</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About Background Pattern -->
<div class="about-bg-pattern">
<img src="./img/core-img/curve-2.png" alt="">
</div>
</section>
<!-- ***** About Us Area End ***** -->
<!-- ***** Why Choose Us Area Start ***** -->
<section class="uza-why-choose-us-area">
<div class="container">
<div class="row align-items-center">
<!-- Choose Us Content -->
<div class="col-12 col-lg-6">
<div class="choose-us-content mb-80">
<div class="section-heading mb-4">
<h2>Why Choose Us</h2>
<p>We’re Your Partner in Your Success</p>
</div>
<ul>
<li><i class="fa fa-check" aria-hidden="true"></i> Distinctive Experts That Provide Effortless Expertise</li>
<li><i class="fa fa-check" aria-hidden="true"></i> Enriched Outcomes Enabled By Experienced Professionals</li>
<li><i class="fa fa-check" aria-hidden="true"></i> Wide-Ranging Thoughts Bread Exceptional Ideas</li>
<li><i class="fa fa-check" aria-hidden="true"></i> Generating Best Results Through Open Communication</li>
<li><i class="fa fa-check" aria-hidden="true"></i> Extensive Marketing Research Generates Valuable Insights</li>
<li><i class="fa fa-check" aria-hidden="true"></i> We are Results-Driven, Oriented, We deliver results</li>
</ul>
</div>
</div>
<!-- Choose Us Thumbnail -->
<div class="col-12 col-lg-6">
<div class="choose-us-thumbnail mb-80">
<img class="w-100" src="img/bg-img/22.jpg" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- ***** Why Choose Us Area End ***** -->
<!-- ***** Team Member Area Start ***** -->
<section class="uza-portfolio-area section-padding-80">
<div class="container">
<div class="row">
<!-- Section Heading -->
<div class="col-12">
<div class="section-heading text-center">
<h2>Our Templates</h2>
<p>We stay on top of our industry by being experts in yours.</p>
</div>
</div>
</div>
</div>
<style>
</style>
<div class="container-fluid">
<div class="row">
<!-- Team Member Slides -->
<div class="team-sildes owl-carousel">
<!-- Single Team Slide -->
<div class="single-team-slide slider">
<img src="./img/bg-img/regex_template5.PNG" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect">
<h6>Dashboard Template</h6>
<h4><a href="http://regexss.pythonanywhere.com/" target="_blank"><strong>Visit Live Template</strong></a></h4>
<p>This an admin dashboard template , one can manage and see visual data here.</p>
</div>
</div>
<!-- Single Team Slide -->
<div class="single-team-slide slider">
<img src="./img/bg-img/regex_template1.jpeg" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect" style="height:610px;">
<h6>ANDROID Template</h6>
<h4>Food App (Home)</h4>
<p>This is an welcome page of an android forr order app.</p>
</div>
</div>
<!-- Single Team Slide -->
<div class="single-team-slide slider">
<img src="./img/bg-img/regex_template6.png" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect">
<h6>Countdown Template</h6>
<h4><a href="https://regexss.github.io/countdown/" target="_blank"><strong>Visit Live Template</strong></a></h4>
<p>This is a countdown template.</p>
<p>This is a countdown template.</p>
</div>
</div>
<!-- Single Team Slide -->
<div class="single-team-slide slider">
<img src="./img/bg-img/regex_template2.jpeg" height="600px" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect" style="height:610px;">
<h6>ANDROID TEMPLATE</h6>
<h4>Discount Page</h4>
<p>Simple UI for Discount section of an android app</p>
</div>
</div>
<!-- Single Team Slide -->
<div class="single-team-slide slider">
<img src="./img/bg-img/REGEX-ecommerce.PNG" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect">
<h6>E-Commerce Website Template</h6>
<h4><a href="https://regexss.github.io/ecommerce-template/" target="_blank"><strong>Visit Live Template</strong></a></h4>
<p>This is an fresh ready to go e-commerce website template.</p>
</div>
<!-- Social Info -->
</div>
<!-- Single Team Slide -->
<div class="single-team-slide slider">
<img src="./img/bg-img/regex_template3.jpeg" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect" style="height:610px;">
<h6>ANDROID TEMPLATE</h6>
<h4>Cart Page</h4>
<p>Cart Page for an android based food delivery application</p>
</div>
<!-- Social Info -->
</div>
<!-- Single Team Slide -->
<div class="single-team-slide slider">
<img src="./img/bg-img/REGEX-Contact.PNG" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect">
<h6>Contact Form Template</h6>
<h4><a href="https://regexss.github.io/contact-form/" target="_blank"><strong>Visit Live Template</strong></a></h4>
<p>An modern looking CSS contact form to impress your customers.</p>
</div>
<!-- Social Info -->
</div>
<div class="single-team-slide slider">
<img src="./img/bg-img/regex_template4.jpeg" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect" style="height:610px;">
<h6>ANDROID TEMPLATE</h6>
<h4>Product Page</h4>
<p>Products page for an food ordering app like swiggy , zomato. </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Border -->
<div class="container">
<div class="border-line mt-80"></div>
</div>
<!-- ***** Team Member Area End ***** -->
<!-- ***** CTA Area Start ***** -->
<div class="uza-cta-area">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-lg-8">
<div class="cta-content mb-80">
<h2>Interested in working with us?</h2>
<h6>Hit the button below or give us a call!</h6>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="cta-content mb-80">
<div class="call-now-btn">
<a href="#"><span>Call us now:</span> (+91) 888-938-9757</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ***** CTA Area End ***** -->
<!-- ***** Client Feedback Area Start ***** -->
<!-- ***** Client Feedback Area End ***** -->
<!-- ***** Cool Facts Area Start ***** -->
<div class="uza-cf-area section-padding-80-0">
<div class="container">
<div class="row">
<!-- Single Cool Facts Area -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-cf-area d-flex align-items-center mb-80">
<h2><span class="counter">20</span></h2>
<div class="cf-text">
<h6>Projects<br>Completed</h6>
</div>
<div class="bg-icon"><i class="icon_piechart"></i></div>
</div>
</div>
<!-- Single Cool Facts Area -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-cf-area d-flex align-items-center mb-80">
<h2><span class="counter">8000</span></h2>
<div class="cf-text">
<h6>Trained<br>Students</h6>
</div>
<div class="bg-icon"><i class="icon_heart_alt"></i></div>
</div>
</div>
<!-- Single Cool Facts Area -->
<div class="col-12 col-sm-6 col-lg-4">
<div class="single-cf-area d-flex align-items-center mb-80">
<h2><span class="counter">15</span></h2>
<div class="cf-text">
<h6>Team<br>members</h6>
</div>
<div class="bg-icon"><i class="icon_profile"></i></div>
</div>
</div>
</div>
</div>
</div>
<!-- ***** Cool Facts Area End ***** -->
<!-- ***** Newsletter Area Start ***** -->
<section class="uza-newsletter-area">
<div class="container">
<div class="row align-items-center justify-content-between">
<!-- Newsletter Content -->
<!-- <div class="col-12 col-md-6 col-lg-6">
<div class="nl-content mb-80">
<h2>Subscribe to our Newsletter</h2>
<p>Subscribe our newsletter gor get notification about new updates, etc...</p>
</div>
</div> -->
<!-- Newsletter Form -->
<div class="col-12 col-md-6 col-lg-5">
<div class="nl-form mb-80">
<form action="#" method="post">
<input type="email" name="nl-email" value="" placeholder="Your Email">
<button type="submit">Subscribe</button>
</form>
</div>
</div>
</div>
<!-- Border Bottom -->
<div class="border-line"></div>
</div>
</section>
<!-- ***** Newsletter Area End ***** -->
<!-- ***** Footer Area Start ***** -->
<footer class="footer-area section-padding-80-0">
<div class="container">
<div class="row justify-content-between">
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget mb-80">
<!-- Widget Title -->
<h4 class="widget-title">Contact Us</h4>
<!-- Footer Content -->
<div class="footer-content mb-15">
<h3>(+91) 888-938-9757</h3>
<h3>(+91) 800-558-0219</h3>
<p>Jaipur , Rajasthan , India <br> [email protected] </p>
</div>
<p class="mb-0">Mon - Sat: 09:00 Hrs - 20:00 Hrs <br> Closed on Sunday</p>
</div>
</div>
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget mb-80">
<!-- Widget Title -->
<h4 class="widget-title">Quick Link</h4>
<!-- Nav -->
<nav>
<ul class="our-link">
<li>
<a href="/about.html" ">About Us</a></li>
<li><a href="/contact.html ">Contact Us</a></li>
<li><a href="/services.html ">Our Services</a></li>
</ul>
</nav>
</div>
</div>
<!-- Single Footer Widget -->
<div class=" col-12 col-sm-6 col-lg-3 ">
<div class=" single-footer-widget mb-80 ">
<!-- Widget Title -->
<h4 class=" widget-title ">Resources</h4>
<!-- Nav -->
<nav>
<ul class=" our-link ">
<li><a href=" # ">Customer Support</a></li>
<li><a href=" # ">Privacy</a></li>
<li><a href=" # ">Media & Press</a></li>
<li><a href=" # ">Our Team</a></li>
<li><a href=" # ">Contact</a></li>
</ul>
</nav>
</div>
</div>
<!-- Single Footer Widget -->
<div class=" col-12 col-sm-6 col-lg-3 ">
<div class=" single-footer-widget mb-80 ">
<!-- Widget Title -->
<h4 class=" widget-title ">About Us</h4>
<p>We are the best in what we do</p>
<!-- Copywrite Text -->
<div class=" copywrite-text mb-30 ">
<p>© Copyright 2018
<a href=" # "></a>.</p>
</div>
<!-- Social Info -->
<div class=" footer-social-info ">
<a href=" # " class=" facebook " data-toggle=" tooltip " data-placement=" top " title=" Facebook "><i class=" fa fa-facebook "></i></a>
<a href=" # " class=" twitter " data-toggle=" tooltip " data-placement=" top " title=" Twitter "><i class=" fa fa-twitter "></i></a>
<a href=" # " class=" pinterest " data-toggle=" tooltip " data-placement=" top " title=" Pinterest "><i class=" fa fa-pinterest "></i></a>
<a href=" # " class=" instagram " data-toggle=" tooltip " data-placement=" top " title=" Instagram "><i class=" fa fa-instagram "></i></a>
<a href=" # " class=" youtube " data-toggle=" tooltip " data-placement=" top " title=" YouTube "><i class=" fa fa-youtube-play "></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- ***** Footer Area End ***** -->
<!-- ******* All JS Files ******* -->
<!-- jQuery js -->
<script src="js/jquery.min.js "></script>
<!-- Popper js -->
<script src="js/popper.min.js "></script>
<!-- Bootstrap js -->
<script src="js/bootstrap.min.js "></script>
<!-- All js -->
<script src="js/uza.bundle.js "></script>
<!-- Active js -->
<script src="js/default-assets/active.js "></script>
</body>
</html>