-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevelopers.html
More file actions
701 lines (663 loc) · 33 KB
/
developers.html
File metadata and controls
701 lines (663 loc) · 33 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
<!DOCTYPE html>
<html>
<head>
<!-- Basic -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Site Metas -->
<link rel="shortcut icon" href="./images/logo.png" type="image/x-icon">
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Explorer</title>
<!-- programming language logo -->
<link href="https://languages.abranhe.com/logos.css" rel="stylesheet">
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css">
<!-- bootstrap core css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<!-- fonts style -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,600,700&display=swap" rel="stylesheet" />
<!-- font awesome style -->
<link href="css/font-awesome.min.css" rel="stylesheet" />
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet" />
<!-- responsive style -->
<link href="css/responsive.css" rel="stylesheet" />
</head>
<body>
<div class="hero_area">
<!-- header section strats -->
<header class="header_section long_section px-0">
<nav class="navbar navbar-expand-lg custom_nav-container ">
<a href="index.html" style="display: flex; justify-content: center; align-items: center;">
<img src="./images/explorer.png" class="logo" alt=""> <span
style="text-decoration: none; color: black; font-size: x-large; font-weight: bolder; margin-top: 5px;">Developers</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class=""> </span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<div class="d-flex mx-auto flex-column flex-lg-row align-items-center">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="./index.html#home">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./index.html#service">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./index.html#about">About</a>
</li>
<!--
<li class="nav-item">
<a class="nav-link" href="#blog">Blog</a>
</li>
-->
<li class="nav-item">
<a class="nav-link" href="./index.html#contact">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./developers.html#developer">Developers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./projects.html#project">Projects</a>
</li>
</ul>
</div>
<div class="quote_btn-container">
<a href="#">
<span>
Get Connection
</span>
<i class="fa fa-user" aria-hidden="true"></i>
</a>
</div>
</div>
</nav>
</header>
<!-- end header section -->
<!-- slider section -->
<section class="slider_section long_section" id="home">
<div id="customCarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="container ">
<div class="row">
<div class="col-md-5">
<div class="detail-box">
<h1>
Empowering Your Code, Accelerating Your Vision
</h1>
<p>
At <b>Explorer</b>, we streamline development to help you code smarter and
deliver
faster. With tools for every stage, we bridge the gap between ideas and
execution, empowering your vision to become reality.
</p>
<div class="btn-box">
<a href="" class="btn1">
Contact Us
</a>
<a href="" class="btn2">
About Us
</a>
</div>
</div>
</div>
<div class="col-md-7">
<div class="img-box">
<img src="images/slider1.gif" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container ">
<div class="row">
<div class="col-md-5">
<div class="detail-box">
<h1>
Innovate, Build, and Deliver with Confidence
</h1>
<p>
With <b>Explorer</b>, innovation becomes seamless. Our platform supports
every step
of development, helping you build, test, and deploy confidently. From
startups to enterprises, we enable you to deliver quality software on time,
every time.
</p>
<div class="btn-box">
<a href="" class="btn1">
Contact Us
</a>
<a href="" class="btn2">
About Us
</a>
</div>
</div>
</div>
<div class="col-md-7">
<div class="img-box">
<img src="images/slider2.gif" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container ">
<div class="row">
<div class="col-md-5">
<div class="detail-box">
<h1>
Code Smarter, Launch Faster, Scale Seamlessly
</h1>
<p>
At <b>Explorer</b>, we optimize your workflow to ensure clean coding, fast
deployments, and effortless scaling. From launching new features to
expanding infrastructure, we make development seamless at every step.
</p>
<div class="btn-box">
<a href="" class="btn1">
Contact Us
</a>
<a href="" class="btn2">
About Us
</a>
</div>
</div>
</div>
<div class="col-md-7">
<div class="img-box">
<img src="images/slider3.gif" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container ">
<div class="row">
<div class="col-md-5">
<div class="detail-box">
<h1>
Write Once, Deploy Everywhere—Simplified Development
</h1>
<p>
<b>Explorer</b> makes cross-platform development effortless. Our platform
enables
you to write once and deploy across multiple environments, saving time while
ensuring smooth performance everywhere.
</p>
<div class="btn-box">
<a href="" class="btn1">
Contact Us
</a>
<a href="" class="btn2">
About Us
</a>
</div>
</div>
</div>
<div class="col-md-7">
<div class="img-box">
<img src="images/slider4.gif" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container ">
<div class="row">
<div class="col-md-5">
<div class="detail-box">
<h1>
Streamlined Solutions for Every Development Challenge
</h1>
<p>
At <b>Explorer</b>, we offer agile tools to overcome any software challenge.
Whether you’re building, testing, or scaling, our platform ensures smooth,
productive workflows, so you can focus on creating solutions that matter.
</p>
<div class="btn-box">
<a href="" class="btn1">
Contact Us
</a>
<a href="" class="btn2">
About Us
</a>
</div>
</div>
</div>
<div class="col-md-7">
<div class="img-box">
<img src="images/slider5.gif" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container ">
<div class="row">
<div class="col-md-5">
<div class="detail-box">
<h1>
Your Partner in Crafting the Future of Software
</h1>
<p>
<b>Explorer</b> collaborates with developers to bring software
ideas to life. With expert support and scalable solutions, we help shape
future-ready technologies and unlock new opportunities together.
</p>
<div class="btn-box">
<a href="" class="btn1">
Contact Us
</a>
<a href="" class="btn2">
About Us
</a>
</div>
</div>
</div>
<div class="col-md-7">
<div class="img-box">
<img src="images/slider6.gif" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<ol class="carousel-indicators">
<li data-target="#customCarousel" data-slide-to="0" class="active"></li>
<li data-target="#customCarousel" data-slide-to="1"></li>
<li data-target="#customCarousel" data-slide-to="2"></li>
<li data-target="#customCarousel" data-slide-to="3"></li>
<li data-target="#customCarousel" data-slide-to="4"></li>
<li data-target="#customCarousel" data-slide-to="5"></li>
</ol>
</div>
</section>
<!-- end slider section -->
</div>
<!-- service section -->
<section class="service_section layout_padding" id="developer">
<div class="container">
<div class="heading_container">
<h2>
Our Developers
</h2>
<p>
At <b>Explorer</b>, we specialize in creating sleek, engaging websites tailored to showcase
individuals and
businesses. Whether you're building a personal portfolio or a company representation site, our
solutions highlight your strengths and identity. From intuitive design to seamless functionality, we
ensure your online presence stands out, leaving a lasting impression on your audience.
</p>
</div>
<div class="developer-cards row">
<div class="developer-card">
<div class="social-icons">
<a href="https://mearjuntripathi.me" target="_blank"><i class="uil uil-globe"></i></a>
<a href="https://x.com/mearjuntripathi" target="_blank"><i class="uil uil-twitter"></i></a>
<a href="https://github.com/mearjuntripathi" target="_blank"><i class="uil uil-github"></i></a>
<a href="https://linkedin.com/in/mearjuntripathi" target="_blank"><i class="uil uil-linkedin"></i></a>
</div>
<img src="https://www.mearjuntripathi.me/static/media/my-avatar.03f4a69c6efdbb315df2.png"
alt="Arjun Tripathi">
<h3>Arjun Tripathi</h3>
<p>Full Stack Developer</p>
<!-- <p class="experience">1+ Years at Explorer</p> -->
</div>
<div class="developer-card">
<div class="social-icons">
<a href="https://facebook.com" target="_blank"><i class="uil uil-facebook-f"></i></a>
<a href="https://twitter.com" target="_blank"><i class="uil uil-twitter"></i></a>
<a href="https://instagram.com" target="_blank"><i class="uil uil-instagram"></i></a>
<a href="https://linkedin.com" target="_blank"><i class="uil uil-linkedin"></i></a>
</div>
<img src="https://media.licdn.com/dms/image/v2/D5603AQHljdIBxmBenA/profile-displayphoto-shrink_200_200/B56ZOX140CGcAc-/0/1733419307831?e=1749081600&v=beta&t=pztYbZZjazJLX5zF4Qkr1znK4I5kq54oj-uPj6KJkiI"
alt="Rahul Durgapal">
<h3>Rahul Durgapal</h3>
<p>Backend Developer</p>
<!-- <p class="experience">3 Years at Explorer</p> -->
</div>
</div>
</div>
</section>
<!-- end service section -->
<!-- about section -->
<section class="about_section layout_padding long_section" id="about">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="img-box">
<img src="images/explorer.png" alt="">
</div>
</div>
<div class="col-md-6">
<div class="detail-box">
<div class="heading_container">
<h2>
About Us
</h2>
</div>
<p>
At <b>Explorer</b>, we specialize in creating sleek, engaging websites tailored to showcase
individuals and businesses. Whether you're building a personal portfolio or a company
representation site, our solutions highlight your strengths and identity. From intuitive
design to seamless functionality, we ensure your online presence stands out, leaving a
lasting impression on your audience.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- end about section -->
<!-- blog section
<section class="blog_section layout_padding" id="blog">
<div class="container">
<div class="heading_container">
<h2>
Latest Blog
</h2>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 mx-auto">
<div class="box">
<div class="img-box">
<img src="images/b1.jpg" alt="">
</div>
<div class="detail-box">
<h5>
Look even slightly believable. If you are
</h5>
<p>
alteration in some form, by injected humour, or randomised words which don't look even slightly
believable.
</p>
<a href="">
Read More
</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mx-auto">
<div class="box">
<div class="img-box">
<img src="images/b2.jpg" alt="">
</div>
<div class="detail-box">
<h5>
Anything embarrassing hidden in the middle
</h5>
<p>
alteration in some form, by injected humour, or randomised words which don't look even slightly
believable.
</p>
<a href="">
Read More
</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mx-auto">
<div class="box">
<div class="img-box">
<img src="images/b3.jpg" alt="">
</div>
<div class="detail-box">
<h5>
Molestias magni natus dolores odio commodi. Quaerat!
</h5>
<p>
alteration in some form, by injected humour, or randomised words which don't look even slightly
believable.
</p>
<a href="">
Read More
</a>
</div>
</div>
</div>
</div>
</div>
</section>
client section -->
<section class="client_section layout_padding-bottom">
<div class="container">
<div class="heading_container">
<h2>
Testimonial
</h2>
</div>
<div id="carouselExample2Controls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-md-11 col-lg-10 mx-auto">
<div class="box">
<div class="img-box">
<img src="https://dineshranaenterprises.in/assets/images/icon.png"
alt="Dinesh Rana Enterprises" />
</div>
<div class="detail-box">
<div class="name">
<i class="fa fa-quote-left" aria-hidden="true"></i>
<h6>Dinesh Rana Enterprises</h6>
</div>
<p>
Working with Explorer has been an absolute delight. Their expertise in
website design, SEO, and customer-centric solutions gave us a scalable
online presence. We are grateful for their commitment to delivering
excellence.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-md-11 col-lg-10 mx-auto">
<div class="box">
<div class="img-box">
<img src="https://akhushah.github.io/img/profile.jpg" alt="Akhilesh Shah" />
</div>
<div class="detail-box">
<div class="name">
<i class="fa fa-quote-left" aria-hidden="true"></i>
<h6>Akhilesh Shah</h6>
</div>
<p>
Explorer crafted a portfolio that perfectly showcases who I am in a
beautiful and professional way. I’m truly impressed with the design and its
effectiveness. Thank you, Explorer!
</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-md-11 col-lg-10 mx-auto">
<div class="box">
<div class="img-box">
<img src="https://i1.rgstatic.net/ii/profile.image/419308149723138-1476982261651_Q512/Mahipal-Singh-Sankhla.jpg"
alt="Mahipal Singh Sankhla" />
</div>
<div class="detail-box">
<div class="name">
<i class="fa fa-quote-left" aria-hidden="true"></i>
<h6>Mahipal Singh Sankhla</h6>
</div>
<p>
Explorer’s work exceeded my expectations! With their help, I now have a
portfolio that reflects my expertise and skills, making it easy to connect
with colleagues and students. Thank you, Explorer, for adding value to my
professional journey.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel_btn-container">
<a class="carousel-control-prev" href="#carouselExample2Controls" role="button" data-slide="prev">
<i class="fa fa-long-arrow-left" aria-hidden="true"></i>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExample2Controls" role="button" data-slide="next">
<i class="fa fa-long-arrow-right" aria-hidden="true"></i>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</section>
<!-- end client section -->
<!-- contact section -->
<section class="contact_section long_section" id="contact">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="form_container">
<div class="heading_container">
<h2>
Contact Us
</h2>
</div>
<form action="">
<div>
<input type="text" placeholder="Your Name" />
</div>
<div>
<input type="text" placeholder="Phone Number" />
</div>
<div>
<input type="email" placeholder="Email" />
</div>
<div>
<input type="text" class="message-box" placeholder="Message" />
</div>
<div class="btn_box">
<button>
SEND
</button>
</div>
</form>
</div>
</div>
<div class="col-md-6">
<div class="map_container">
<div class="map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d115351.07041238906!2d82.89509657344361!3d25.380667153334695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x398e2d006c5bd367%3A0xab00e1c823666690!2sBaidehi%20Institute%20of%20Information%20Technology%20Bada%20Lalpur%20Centre!5e0!3m2!1sen!2sin!4v1714231600403!5m2!1sen!2sin"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end contact section -->
<!-- info section -->
<section class="info_section long_section">
<div class="container">
<div class="contact_nav">
<a href="">
<i class="fa fa-phone" aria-hidden="true"></i>
<span>
Call : +91 123455678990
</span>
</a>
<a href="">
<i class="fa fa-envelope" aria-hidden="true"></i>
<span>
Email : demo@gmail.com
</span>
</a>
<a href="https://maps.app.goo.gl/f9yViY5dsC7jadbY9">
<i class="fa fa-map-marker" aria-hidden="true"></i>
<span>
Location
</span>
</a>
</div>
<div class="info_top">
<div class="row" style="justify-content: space-between;">
<div class="col-sm-6 col-md-4 col-lg-2">
<div class="info_links">
<h4>
QUICK LINKS
</h4>
<div class="info_links_menu">
<a class="" href="#index">Home <span class="sr-only">(current)</span></a>
<a class="" href="#about"> About</a>
<a class="" href="#service">service</a>
<!-- <a class="" href="#blog">Blog</a> -->
<a class="" href="#contact">Contact Us</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="info_form">
<h4>
SIGN UP TO OUR NEWSLETTER
</h4>
<form action="">
<input type="text" placeholder="Enter Your Email" />
<button type="submit">
Subscribe
</button>
</form>
<div class="social_box">
<a href="">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href="">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
<a href="">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end info_section -->
<!-- footer section -->
<footer class="footer_section">
<div class="container">
<p>
© <span id="displayYear"></span> All Rights Reserved By
<a href="https://explorer-app.github.io/" target="_blank">explorer</a>
</p>
</div>
</footer>
<!-- footer section -->
<!-- jQery -->
<script src="js/jquery-3.4.1.min.js"></script>
<!-- bootstrap js -->
<script src="js/bootstrap.js"></script>
<!-- custom js -->
<script src="js/custom.js"></script>
</body>
</html>