-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
849 lines (766 loc) · 51.4 KB
/
index.html
File metadata and controls
849 lines (766 loc) · 51.4 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
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> InternVision Tech</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="img/internvision.png" type="img/x-icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Saira:wght@500;600;700&display=swap" rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<header>
<div id="scrollIndicatorContainer">
<div id="scrollIndicator"></div>
</div>
</header>
</head>
<body>
<!-- Spinner Start -->
<div id="spinner" class="show position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
<div class="spinner-grow text-primary" role="status"></div>
</div>
<!-- Spinner End -->
<!-- Navbar Start -->
<div class="container-fluid bg-primary">
<div class="container">
<nav class="navbar navbar-dark navbar-expand-lg py-0">
<!-- Social Media Links -->
<div class="d-flex align-items-center">
<a href="https://www.linkedin.com/internvisiontech"
class="social-icon btn btn-sm-square rounded-circle me-2">
<i class="fab fa-linkedin-in text-primary"></i>
</a>
<a href="https://www.twitter.com/internvisiontech"
class="social-icon btn btn-sm-square rounded-circle me-2">
<i class="fab fa-twitter text-primary"></i>
</a>
<a href="https://www.instagram.com/internvisiontech"
class="social-icon btn btn-sm-square rounded-circle me-3">
<i class="fab fa-instagram text-primary"></i>
</a>
</div>
<!-- Brand Name -->
<a href="index.html" class="navbar-brand ms-3">
<h1 class="text-white fw-bold d-block">
InternVision<span class="text-secondary">Tech</span>
</h1>
</a>
<!-- Navbar Toggler -->
<button type="button" class="navbar-toggler me-0" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapsible Menu -->
<div class="collapse navbar-collapse bg-transparent" id="navbarCollapse">
<div class="navbar-nav ms-auto mx-xl-auto p-0">
<a href="index.html" class="nav-item nav-link active text-secondary">Home</a>
<a href="diploma.html" class="nav-item nav-link">Diploma</a>
<a href="bebtech.html" class="nav-item nav-link">BE/B.Tech</a>
<a href="project.html" class="nav-item nav-link">Projects</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown"></a>
<div class="dropdown-menu rounded">
<a href="blog.html" class="dropdown-item">Our Blog</a>
<a href="industrial.html" class="dropdown-item">Industrial Training</a>
<a href="internship.html" class="dropdown-item">Internships</a>
<a href="feedback.html" class="dropdown-item">Student Feedbacks</a>
</div>
</div>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
</div>
<!-- Phone Section -->
<div class="d-none d-xl-flex flex-shrink-0">
<div id="phone-tada" class="d-flex align-items-center justify-content-center me-4">
<a href="tel:+0123456789" target="_blank" class="position-relative animated tada infinite">
<i class="fa fa-phone-alt text-white fa-2x"></i>
<div class="position-absolute" style="top: -7px; left: 20px;">
<span><i class="fa fa-comment-dots text-secondary"></i></span>
</div>
</a>
</div>
<div class="d-flex flex-column pe-4 border-end">
<a class="text-secondary" href="mailto:internvisiontech1@gmail.com" target="_blank">Email: internvisiontech2@gmail.com</a>
<a class="text-secondary" href="" target="_blank">Call: +91 9518500778 </a>
</div>
</div>
<div class="text-secondary" >
<a class="text-primary" href="contact.html"> Login </a>
</div>
</nav>
</div>
</div>
<!-- Navbar End -->
<!-- Carousel Start -->
<div class="container-fluid page-header py-7 px-0">
<div id="carouselId" class="carousel slide" data-bs-ride="carousel">
<ol class="carousel-indicators">
<li data-bs-target="#carouselId" data-bs-slide-to="0" class="active" aria-current="true" aria-label="First slide"></li>
<li data-bs-target="#carouselId" data-bs-slide-to="1" aria-label="Second slide"></li>
<li data-bs-target="#carouselId" data-bs-slide-to="2" aria-label="Third slide"></li>
<li data-bs-target="#carouselId" data-bs-slide-to="3" aria-label="Fourth slide"></li>
<li data-bs-target="#carouselId" data-bs-slide-to="4" aria-label="Fifth slide"></li>
<li data-bs-target="#carouselId" data-bs-slide-to="5" aria-label="Sixth slide"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<img src="img/appdevelopment.jpeg" class="img-fluid" alt="First slide">
<div class="carousel-caption">
<div class="container carousel-content">
<h6 class="text-secondary h4 animated fadeInUp">Best IT Solutions</h6>
<h1 class="text-white display-1 mb-4 animated fadeInRight">Mobile App Development</h1>
<p class="mb-4 text-white fs-5 animated fadeInDown">Empowering future tech leaders with hands-on internships in backend, frontend, and full-stack development.</p>
<a href="https://forms.gle/hpffvSXHhCtS91jC6" class="me-2"><button type="button" class="px-4 py-sm-3 px-sm-5 btn btn-primary rounded-pill carousel-content-btn1 animated fadeInLeft">Apply Now</button></a>
<a href="contact.html" class="ms-2"><button type="button" class="px-4 py-sm-3 px-sm-5 btn btn-primary rounded-pill carousel-content-btn2 animated fadeInRight">Contact Us</button></a>
</div>
</div>
</div>
<div class="carousel-item">
<img src="img/webdevelopment.jpeg" class="img-fluid" alt="Second slide">
<div class="carousel-caption">
<div class="container carousel-content">
<h6 class="text-secondary h4 animated fadeInUp">Best IT Solutions</h6>
<h1 class="text-white display-1 mb-4 animated fadeInLeft">Web Development</h1>
<p class="mb-4 text-white fs-5 animated fadeInDown">Empowering Future Tech leaders with hands-on Internships in Backend, Frontend, and Full-Stack Development.</p>
<a href="https://forms.gle/hpffvSXHhCtS91jC6" class="me-2"><button type="button" class="px-4 py-sm-3 px-sm-5 btn btn-primary rounded-pill carousel-content-btn1 animated fadeInLeft">Apply Now</button></a>
<a href="contact.html" class="ms-2"><button type="button" class="px-4 py-sm-3 px-sm-5 btn btn-primary rounded-pill carousel-content-btn2 animated fadeInRight">Contact Us</button></a>
</div>
</div>
</div>
<div class="carousel-item">
<img src="img/cybersecurity.jpeg" class="img-fluid" alt="Third slide">
<div class="carousel-caption">
<div class="container carousel-content">
<h6 class="text-secondary h4 animated fadeInUp">Best IT Solutions</h6>
<h1 class="text-white display-1 mb-4 animated fadeInLeft">Cyber Security</h1>
<p class="mb-4 text-white fs-5 animated fadeInDown">Empowering Future Tech leaders with hands-on Internships in Backend, Frontend, and Full-Stack Development.</p>
<a href="https://forms.gle/hpffvSXHhCtS91jC6" class="me-2"><button type="button" class="px-4 py-sm-3 px-sm-5 btn btn-primary rounded-pill carousel-content-btn1 animated fadeInLeft">Apply Now</button></a>
<a href="contact.html" class="ms-2"><button type="button" class="px-4 py-sm-3 px-sm-5 btn btn-primary rounded-pill carousel-content-btn2 animated fadeInRight">Contact Us</button></a>
</div>
</div>
</div>
<div class="carousel-item">
<img src="img/datascience.jpg" class="img-fluid" alt="Fourth slide">
<div class="carousel-caption">
<div class="container carousel-content">
<h6 class="text-secondary h4 animated fadeInUp">Best IT Solutions</h6>
<h1 class="text-white display-1 mb-4 animated fadeInLeft">Data Science </h1>
<p class="mb-4 text-white fs-5 animated fadeInDown">Empowering Future Tech leaders with hands-on Internships in Backend, Frontend, and Full-Stack Development.</p>
<a href="https://forms.gle/hpffvSXHhCtS91jC6" class="me-2"><button type="button" class="px-4 py-sm-3 px-sm-5 btn btn-primary rounded-pill carousel-content-btn1 animated fadeInLeft">Apply Now</button></a>
<a href="contact.html" class="ms-2"><button type="button" class="px-4 py-sm-3 px-sm-5 btn btn-primary rounded-pill carousel-content-btn2 animated fadeInRight">Contact Us</button></a>
</div>
</div>
</div>
<div class="carousel-item">
<img src="img/cloudcomputing.jpeg" class="img-fluid" alt="Fifth slide">
<div class="carousel-caption">
<div class="container carousel-content">
<h6 class="text-secondary h4 animated fadeInUp">Best IT Solutions</h6>
<h1 class="text-white display-1 mb-4 animated fadeInLeft">Cloud Computing</h1>
<p class="mb-4 text-white fs-5 animated fadeInDown">Empowering Future Tech leaders with hands-on Internships in Backend, Frontend, and Full-Stack Development.</p>
<a href="https://forms.gle/hpffvSXHhCtS91jC6" class="me-2"><button type="button" class="px-4 py-sm-3 px-sm-5 btn btn-primary rounded-pill carousel-content-btn1 animated fadeInLeft">Apply Now</button></a>
<a href="contact.html" class="ms-2"><button type="button" class="px-4 py-sm-3 px-sm-5 btn btn-primary rounded-pill carousel-content-btn2 animated fadeInRight">Contact Us</button></a>
</div>
</div>
</div>
<div class="carousel-item">
<img src="img/aiml.jpeg" class="img-fluid" alt="Sixth slide">
<div class="carousel-caption">
<div class="container carousel-content">
<h6 class="text-secondary h4 animated fadeInUp">Best IT Solutions</h6>
<h1 class="text-white display-1 mb-4 animated fadeInLeft">AI & Machine Learning</h1>
<p class="mb-4 text-white fs-5 animated fadeInDown">Empowering Future Tech leaders with hands-on Internships in Backend, Frontend, and Full-Stack Development.</p>
<a href="https://forms.gle/hpffvSXHhCtS91jC6" class="me-2"><button type="button" class="px-4 py-sm-3 px-sm-5 btn btn-primary rounded-pill carousel-content-btn1 animated fadeInLeft">Apply Now</button></a>
<a href="contact.html" class="ms-2"><button type="button" class="px-4 py-sm-3 px-sm-5 btn btn-primary rounded-pill carousel-content-btn2 animated fadeInRight">Contact Us</button></a>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselId" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselId" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<!-- Carousel End -->
<!-- Fact Start -->
<div class="container-fluid bg-secondary py-2">
<div class="container">
<div class="row">
<div class="col-lg-3 wow fadeIn" data-wow-delay=".1s">
<div class="d-flex counter">
<h1 class="me-3 text-primary counter-value">99</h1>
<h5 class="text-white mt-1">Successfully got Internship</h5>
</div>
</div>
<div class="col-lg-3 wow fadeIn" data-wow-delay=".3s">
<div class="d-flex counter">
<h1 class="me-3 text-primary counter-value">25</h1>
<h5 class="text-white mt-1">Student boosted their Resume </h5>
</div>
</div>
<div class="col-lg-3 wow fadeIn" data-wow-delay=".5s">
<div class="d-flex counter">
<h1 class="me-3 text-primary counter-value">120</h1>
<h5 class="text-white mt-1"> Students who love InternVisionTech </h5>
</div>
</div>
<div class="col-lg-3 wow fadeIn" data-wow-delay=".7s">
<div class="d-flex counter">
<h1 class="me-3 text-primary counter-value">45</h1>
<h5 class="text-white mt-1">Stars reviews given by satisfied Students</h5>
</div>
</div>
</div>
</div>
</div>
<!-- Fact End -->
<!-- About Start -->
<div class="container-fluid py-5 my-5">
<div class="container pt-5">
<div class="row g-5">
<!-- About Us Section -->
<div class="col-lg-7 wow fadeIn" data-wow-delay=".5s">
<h5 class="text-primary">About Us</h5>
<h1 class="mb-4">About InternVision Tech Agency </h1>
<p>At InternVision Tech, we are dedicated to shaping the next generation of tech innovators. Our mission is to provide students with exceptional internship opportunities across various domains, including backend development, frontend development, and full-stack development.</p>
<p>Who We Are: InternVision Tech is a forward-thinking company committed to bridging the gap between academic learning and practical experience. We partner with educational institutions and industry leaders to offer internships that are both challenging and rewarding, ensuring that students gain the hands-on experience needed to excel in their careers.</p>
<p class="mb-4">Career Development: Gain the skills, knowledge, and connections you need to launch a successful career in tech. Our internships are designed to provide you with a competitive edge in the job market.</p>
<a href="diploma.html" class="btn btn-secondary rounded-pill px-5 py-3 text-white">More Details</a>
</div>
<!-- Mission and Vision Section -->
<div class="col-lg-5 wow fadeIn" data-wow-delay=".7s">
<h1 class="mb-4">Our Mission</h1>
<p>Software development is an iterative process, and the mission includes continually improving software solutions. This entails gathering feedback, identifying areas for enhancement, and implementing updates to make the software more efficient, user-friendly, and reliable. Continuous improvement also involves staying up to date with the latest technologies, tools, and industry trends.</p>
<h1 class="mb-4">Our Vision</h1>
<p>The vision of software development is to create innovative solutions that push the boundaries of technology. This involves leveraging emerging technologies, exploring new ideas, and developing software that brings novel approaches to solving problems and improving the lives of users.</p>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Services Start -->
<div class="container-fluid services py-5 mb-5">
<div class="container">
<div class="text-center mx-auto pb-5 wow fadeIn" data-wow-delay=".3s" style="max-width: 600px;">
<h5 class="text-primary">Our Services</h5>
<h1>Services Built Specifically For Your Business</h1>
</div>
<div class="row g-5">
<div class="col-md-6 col-lg-4 wow fadeIn" data-wow-delay=".3s">
<div class="services-item bg-light h-100 d-flex flex-column">
<div class="p-4 text-center flex-grow-1">
<i class="fa fa-code fa-7x mb-4 text-primary"></i>
<h4 class="mb-3">Web Design</h4>
<p>We build websites and web applications. Today, every business should have a website. No matter how small or large your business, having a website is a must-have at this time. Having a website helps you maintain your online presence.</p>
</div>
<a href="https://forms.gle/EjbyrXJ2mVXtKvKc8" class="btn btn-secondary text-white px-5 py-3 rounded-pill mt-auto align-self-center">Apply Now</a>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeIn" data-wow-delay=".5s">
<div class="services-item bg-light h-100 d-flex flex-column">
<div class="p-4 text-center flex-grow-1">
<i class="fa fa-file-code fa-7x mb-4 text-primary"></i>
<h4 class="mb-3">Web Development</h4>
<p>Our web development internship provides practical work experience and an introduction to crafting and enhancing web-based systems. Join our award-winning innovation team and kickstart your journey to success in a supportive environment.</p>
</div>
<a href="https://forms.gle/EjbyrXJ2mVXtKvKc8" class="btn btn-secondary text-white px-5 py-3 rounded-pill mt-auto align-self-center">Apply Now</a>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeIn" data-wow-delay=".7s">
<div class="services-item bg-light h-100 d-flex flex-column">
<div class="p-4 text-center flex-grow-1">
<i class="fa fa-external-link-alt fa-7x mb-4 text-primary"></i>
<h4 class="mb-3">UI/UX Design</h4>
<p>Gain mastery in UI/UX Design from the comfort of your home. Enroll in our intensive 4-week internship, where you'll acquire knowledge in web application development and deployment.</p>
</div>
<a href="https://forms.gle/EjbyrXJ2mVXtKvKc8" class="btn btn-secondary text-white px-5 py-3 rounded-pill mt-auto align-self-center">Apply Now</a>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeIn" data-wow-delay=".3s">
<div class="services-item bg-light h-100 d-flex flex-column">
<div class="p-4 text-center flex-grow-1">
<i class="fas fa-brain fa-7x mb-4 text-primary"></i>
<h4 class="mb-3">Machine Learning</h4>
<p>Gain mastery in Machine Learning from the comfort of your home. Enroll in our intensive 4-week internship to establish a strong foundation for your career in this exciting field.</p>
</div>
<a href="https://forms.gle/EjbyrXJ2mVXtKvKc8" class="btn btn-secondary text-white px-5 py-3 rounded-pill mt-auto align-self-center">Apply Now</a>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeIn" data-wow-delay=".5s">
<div class="services-item bg-light h-100 d-flex flex-column">
<div class="p-4 text-center flex-grow-1">
<i class="fa fa-envelope-open fa-7x mb-4 text-primary"></i>
<h4 class="mb-3">Data Science</h4>
<p>Remote Data Science Internships are a unique chance to gain experience while remaining immersed in one of the top organizations in the field.</p>
</div>
<a href="https://forms.gle/EjbyrXJ2mVXtKvKc8" class="btn btn-secondary text-white px-5 py-3 rounded-pill mt-auto align-self-center">Apply Now</a>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeIn" data-wow-delay=".7s">
<div class="services-item bg-light h-100 d-flex flex-column">
<div class="p-4 text-center flex-grow-1">
<i class="fas fa-laptop fa-7x mb-4 text-primary"></i>
<h4 class="mb-3">Android Development</h4>
<p>Android, the user-friendly open-source operating system, has transformed how we access internet applications. At InternVision Tech, we offer the ideal starting point for your app development journey.</p>
</div>
<a href="https://forms.gle/EjbyrXJ2mVXtKvKc8" class="btn btn-secondary text-white px-5 py-3 rounded-pill mt-auto align-self-center">Apply Now</a>
</div>
</div>
</div>
</div>
<style>
.services-item {
transition: transform 0.3s ease, box-shadow 0.3s ease;
border-radius: 8px;
}
.services-item:hover {
transform: scale(1.05);
box-shadow: 0 9px 20px rgba(0, 0, 0, 0.2);
}
</style>
</div>
<!-- Services End -->
<!-- Project Start -->
<div class="container-fluid project py-5 mb-5">
<div class="container">
<div class="text-center mx-auto pb-5 wow fadeIn" data-wow-delay=".3s" style="max-width: 600px;">
<h5 class="text-primary">Our Project</h5>
<h1>Our Recently Completed Projects</h1>
</div>
<div class="row g-5">
<div class="col-md-6 col-lg-4 wow fadeIn" data-wow-delay=".3s">
<div class="project-item">
<div class="project-img">
<img src="img/project-1.jpg" class="img-fluid w-100 rounded" alt="">
<div class="project-content">
<a href="project.html" class="text-center">
<h4 class="text-secondary">Web design</h4>
<p class="m-0 text-white">Web Analysis</p>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeIn" data-wow-delay=".5s">
<div class="project-item">
<div class="project-img">
<img src="img/project-2.jpg" class="img-fluid w-100 rounded" alt="">
<div class="project-content">
<a href="project.html" class="text-center">
<h4 class="text-secondary">Cyber Security</h4>
<p class="m-0 text-white">Cyber Security Core</p>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeIn" data-wow-delay=".7s">
<div class="project-item">
<div class="project-img">
<img src="img/project-3.jpg" class="img-fluid w-100 rounded" alt="">
<div class="project-content">
<a href="project.html" class="text-center">
<h4 class="text-secondary">Mobile Info</h4>
<p class="m-0 text-white">Upcomming Phone</p>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeIn" data-wow-delay=".3s">
<div class="project-item">
<div class="project-img">
<img src="img/project-4.jpg" class="img-fluid w-100 rounded" alt="">
<div class="project-content">
<a href="project.html" class="text-center">
<h4 class="text-secondary">Web Development</h4>
<p class="m-0 text-white">Web Analysis</p>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeIn" data-wow-delay=".5s">
<div class="project-item">
<div class="project-img">
<img src="img/project-5.jpg" class="img-fluid w-100 rounded" alt="">
<div class="project-content">
<a href="project.html" class="text-center">
<h4 class="text-secondary">Digital Marketing</h4>
<p class="m-0 text-white">Marketing Analysis</p>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeIn" data-wow-delay=".7s">
<div class="project-item">
<div class="project-img">
<img src="img/project-6.jpg" class="img-fluid w-100 rounded" alt="">
<div class="project-content">
<a href="project.html" class="text-center">
<h4 class="text-secondary">Data Science</h4>
<p class="m-0 text-white">Data Analysis</p>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<style>
.project-item {
transition: transform 0.3s ease, opacity 0.3s ease;
}
.project-item img {
transition: transform 0.3s ease;
}
.project-item:hover img {
transform: scale(1.1);
}
.project-content {
transition: opacity 0.3s ease;
}
.project-item:hover .project-content {
opacity: 1;
}
.hover-opacity {
opacity: 0;
}
</style>
</div>
<!-- Project End -->
<!-- Blog Start -->
<div class="container-fluid blog py-5 mb-5">
<style>
/* Ensure all images have a fixed height and maintain aspect ratio */
.blog-item img {
height: 250px; /* Adjust height as needed */
object-fit: cover; /* Ensures the image fits without distortion */
width: 100%; /* Ensures full width for consistency */
border-top-left-radius: 8px; /* Matches the rounded corners of the block */
border-top-right-radius: 8px;
}
/* Maintain consistent height for blog items */
.blog-item {
min-height: 500px; /* Adjust this value as needed for your design */
display: flex;
flex-direction: column;
justify-content: space-between;
}
/* Adjust blog-content to align uniformly */
.blog-content {
padding: 15px;
text-align: center;
flex-grow: 1; /* Ensures content grows to fill available space */
display: flex;
flex-direction: column;
justify-content: space-between;
}
/* Ensure buttons and comment sections align */
.blog-coment, .blog-coments {
height: auto;
}
.blog-btn {
margin-top: -75px;
}
@media (max-width: 768px) {
/* Adjust image size for smaller screens */
.blog-item img {
height: 200px; /* Adjust for smaller screens */
}
/* Reduce the height of the blog item on smaller screens */
.blog-item {
min-height: auto;
}
/* Adjust padding in blog content for mobile */
.blog-content {
padding: 10px;
}
/* Adjust position of social icons on small screens */
.blog-btn-icon {
position: relative;
padding-left: 0;
}
}
</style>
<div class="container">
<div class="text-center mx-auto pb-5 wow fadeIn" data-wow-delay=".3s" style="max-width: 600px;">
<h5 class="text-primary">Our Students</h5>
<h1>Why You Should choose Us</h1>
<section class="spacer" style="margin-bottom: 50px;"> <!-- Adds white space below this section -->
</section>
<style>
.spacer {
height: 30px; /* Adjust the height for the desired white space */
background-color: transparent; /* Keeps it invisible */
}
</style>
</div>
<div class="row g-5 justify-content-center">
<div class="col-lg-6 col-xl-4 wow fadeIn" data-wow-delay=".3s">
<div class="blog-item position-relative bg-light rounded">
<span class="" style="top: -28px; right: 20px;"></span>
<div class="blog-btn d-flex justify-content-between position-relative px-3" style="margin-top: -75px;">
<div class="blog-icon btn btn-secondary px-3 rounded-pill my-auto">
<a href="blog.html" class="btn text-white">Read More</a>
</div>
<div class="blog-btn-icon btn btn-secondary px-4 py-3 rounded-pill ">
<div class="blog-icon-1">
<p class="text-white px-2">Follow us<i class="fa fa-arrow-right ms-3"></i></p>
</div>
<div class="blog-icon-2">
<a href="https://www.linkedin.com/internvision-ech" class="btn me-1"><i class="fab fa-linkedin-in text-white"></i></a>
<a href="https://www.twitter.com/internvisiontech" class="btn me-1"><i class="fab fa-twitter text-white"></i></a>
<a href="https://www.instagram.com/internvisiontech" class="btn me-1"><i class="fab fa-instagram text-white"></i></a>
</div>
</div>
</div>
<div class="blog-content text-center position-relative px-3" style="margin-top: -25px;">
<img src="img/admin.jpg" class="img-fluid rounded-circle border border-4 border-white mb-3" alt="">
<h5 class="">RAJ SUNIL KUKREJA</h5>
<span class="text-secondary">Web Development</span>
<p class="py-2">"The web design internship at Intervision Tech was an incredible learning experience. I gained hands-on exposure to modern tools like Figma and responsive design techniques. The mentorship provided by the team helped me improve my skills significantly, and I now feel confident in creating user-friendly websites."</p>
</div>
<div class="blog-coment d-flex justify-content-between px-4 py-2 border bg-primary rounded-bottom">
<a class="text-white"><small><i class="fas fa-share me-2 text-secondary"></i>54 Share</small></a>
<a class="text-white"><small><i class="fa fa-comments me-2 text-secondary"></i>25 Comments</small></a>
</div>
</div>
</div>
<div class="col-lg-6 col-xl-4 wow fadeIn" data-wow-delay=".5s">
<div class="blog-item position-relative bg-light rounded">
<span class="" style="top: -28px; right: 20px;"></span>
<div class="blog-btn d-flex justify-content-between position-relative px-3" style="margin-top: -75px;">
<div class="blog-icon btn btn-secondary px-3 rounded-pill my-auto">
<a href="blog.html" class="btn text-white ">Read More</a>
</div>
<div class="blog-btn-icon btn btn-secondary px-4 py-3 rounded-pill ">
<div class="blog-icon-1">
<p class="text-white px-2">Follow us<i class="fa fa-arrow-right ms-3"></i></p>
</div>
<div class="blog-icon-2">
<a href="https://www.linkedin.com/internvision-ech" class="btn me-1"><i class="fab fa-linkedin-in text-white"></i></a>
<a href="https://www.twitter.com/internvisiontech" class="btn me-1"><i class="fab fa-twitter text-white"></i></a>
<a href="https://www.instagram.com/internvisiontech" class="btn me-1"><i class="fab fa-instagram text-white"></i></a>
</div>
</div>
</div>
<div class="blog-content text-center position-relative px-3" style="margin-top: -25px;">
<img src="img/admin2.jpg" class="img-fluid rounded-circle border border-4 border-white mb-3" alt="">
<h5 class="">Prasad Sanjay Gondhali</h5>
<span class="text-secondary">Cyber Security</span>
<p class="py-2">"Interning in the cybersecurity domain at Intervision Tech was a game-changer for me. I learned to identify and mitigate vulnerabilities, work with penetration testing tools, and understand security protocols. The real-world projects and guidance from experts boosted my knowledge and passion for this field."</p>
</div>
<div class="blog-coment d-flex justify-content-between px-4 py-2 border bg-primary rounded-bottom">
<a class="text-white"><small><i class="fas fa-share me-2 text-secondary"></i>24 Share</small></a>
<a class="text-white"><small><i class="fa fa-comments me-2 text-secondary"></i>5 Comments</small></a>
</div>
</div>
</div>
<div class="col-lg-6 col-xl-4 wow fadeIn" data-wow-delay=".7s">
<div class="blog-item position-relative bg-light rounded">
<span class="" style="top: -28px; right: 20px;"></span>
<div class="blog-btn d-flex justify-content-between position-relative px-3" style="margin-top: -75px;">
<div class="blog-icon btn btn-secondary px-3 rounded-pill my-auto">
<a href="blog.html" class="btn text-white ">Read More</a>
</div>
<div class="blog-btn-icon btn btn-secondary px-4 py-3 rounded-pill ">
<div class="blog-icon-1">
<p class="text-white px-2">Follow us<i class="fa fa-arrow-right ms-3"></i></p>
</div>
<div class="blog-icon-2">
<a href="https://www.linkedin.com/internvision-ech" class="btn me-1"><i class="fab fa-linkedin-in text-white"></i></a>
<a href="https://www.twitter.com/internvisiontech" class="btn me-1"><i class="fab fa-twitter text-white"></i></a>
<a href="https://www.instagram.com/internvisiontech" class="btn me-1"><i class="fab fa-instagram text-white"></i></a>
</div>
</div>
</div>
<div class="blog-content text-center position-relative px-3" style="margin-top: -25px;">
<img src="img/admin1.jpg" class="img-fluid rounded-circle border border-4 border-white mb-3" alt="">
<h5 class="">Rahegaonkar Samruddhi Rites..</h5>
<span class="text-secondary">Mobile App Developmet</span>
<p class="py-2">"My internship in mobile app development at Intervision Tech was both challenging and rewarding. I worked on building interactive, user-centric apps and honed my skills in Flutter and Firebase. The supportive environment and focus on practical learning made this experience unforgettable."</p>
</div>
<div class="blog-coments d-flex justify-content-between px-4 py-2 border bg-primary rounded-bottom">
<a class="text-white"><small><i class="fas fa-share me-2 text-secondary"></i>34 Share</small></a>
<a class="text-white"><small><i class="fa fa-comments me-2 text-secondary"></i>5 Comments</small></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Blog End -->
<!-- Contact Start -->
<div class="container-fluid py-5 mb-5">
<div class="container">
<div class="text-center mx-auto pb-5 wow fadeIn" data-wow-delay=".3s" style="max-width: 600px;">
<h5 class="text-primary">Get In Touch</h5>
<h1 class="mb-3">Contact for any query</h1>
</div>
<div class="contact-detail position-relative p-5">
<div class="row g-5 mb-5 justify-content-center">
<div class="col-xl-4 col-lg-6 wow fadeIn" data-wow-delay=".3s">
<div class="d-flex bg-light p-3 rounded">
<div class="flex-shrink-0 btn-square bg-secondary rounded-circle" style="width: 64px; height: 64px;">
<i class="fas fa-map-marker-alt text-white"></i>
</div>
<div class="ms-3">
<h4 class="text-primary">Address</h4>
<a href="https://goo.gl/maps/Zd4BCynmTb98ivUJ6" target="_blank" class="h5">New Mumbai,INDIA</a>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-6 wow fadeIn" data-wow-delay=".5s">
<div class="d-flex bg-light p-3 rounded">
<div class="flex-shrink-0 btn-square bg-secondary rounded-circle" style="width: 64px; height: 64px;">
<i class="fa fa-phone text-white"></i>
</div>
<div class="ms-3">
<h4 class="text-primary">Call Us</h4>
<a class="h5" href="tel:+91 9518500778" target="_blank">+91 9518500778</a>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-6 wow fadeIn" data-wow-delay=".7s">
<div class="d-flex bg-light p-3 rounded">
<div class="flex-shrink-0 btn-square bg-secondary rounded-circle" style="width: 64px; height: 64px;">
<i class="fa fa-envelope text-white"></i>
</div>
<div class="ms-3">
<h4 class="text-primary">Email Us</h4>
<a class="h5" href="intervisiontech2@gmail.com" target="_blank">intervisiontech2@gmail.com</a>
</div>
</div>
</div>
</div>
<div class="row g-5">
<div class="col-lg-6 wow fadeIn" data-wow-delay=".5s">
<div class="p-5 rounded contact-form">
<div class="mb-4">
<input type="text" class="form-control border-0 py-3" placeholder="Your Name">
</div>
<div class="mb-4">
<input type="email" class="form-control border-0 py-3" placeholder="Your Email">
</div>
<div class="mb-4">
<input type="text" class="form-control border-0 py-3" placeholder="Domain">
</div>
<div class="mb-4">
<textarea class="w-100 form-control border-0 py-3" rows="6" cols="10" placeholder="Message"></textarea>
</div>
<div class="text-start">
<button class="btn bg-primary text-white py-3 px-5" type="button">Send Message</button>
</div>
</div>
</div>
<div class="col-lg-6 wow fadeIn" data-wow-delay=".3s">
<div class="p-5 h-100 rounded contact-map">
<iframe class="rounded w-100 h-100" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3025.4710403339755!2d-73.82241512404069!3d40.685622471397615!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c26749046ee14f%3A0xea672968476d962c!2s123rd%20St%2C%20Queens%2C%20NY%2C%20USA!5e0!3m2!1sen!2sbd!4v1686493221834!5m2!1sen!2sbd" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact End -->
<!-- Footer Start -->
<div class="container-fluid footer bg-dark wow fadeIn" data-wow-delay=".3s">
<div class="container pt-5 pb-4">
<div class="row g-5">
<div class="col-lg-3 col-md-6">
<a href="index.html">
<h1 class="text-white fw-bold d-block">InternVision<span class="text-secondary">Tech</span> </h1>
</a>
<p class="mt-4 text-light">The company itself is a very successful company. If you choose to do something that pleases the inventor, it will result in the rejection of the debt option .</p>
<div class="d-flex hightech-link">
<a href="https://www.twitter.com/internvisiontech" class="btn-light nav-fill btn btn-square rounded-circle me-2"><i class="fab fa-twitter text-primary"></i></a>
<a href="https://www.instagram.com/internvisiontech" class="btn-light nav-fill btn btn-square rounded-circle me-2"><i class="fab fa-instagram text-primary"></i></a>
<a href="https://www.linkedin.com/company/internvision-tech" class="btn-light nav-fill btn btn-square rounded-circle me-0"><i class="fab fa-linkedin-in text-primary"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6">
<a class="h3 text-secondary">Our Services</a>
<div class="mt-4 d-flex flex-column short-link">
<a href="internship.html" class="mb-2 text-white"><i class="fas fa-angle-right text-secondary me-2"></i>Internships</a>
<a href="industrial.html" class="mb-2 text-white"><i class="fas fa-angle-right text-secondary me-2"></i>Industrial Traning</a>
<a href="bebtech.html" class="mb-2 text-white"><i class="fas fa-angle-right text-secondary me-2"></i>BE B.Tech Services</a>
<a href="diploma.html" class="mb-2 text-white"><i class="fas fa-angle-right text-secondary me-2"></i>Diploma</a>
<a href="project.html" class="mb-2 text-white"><i class="fas fa-angle-right text-secondary me-2"></i>Our Projects</a>
<a href="blog.html" class="mb-2 text-white"><i class="fas fa-angle-right text-secondary me-2"></i>Latest Blog</a>
<a href="contact.html" class="mb-2 text-white"><i class="fas fa-angle-right text-secondary me-2"></i>Contact us</a>
</div>
</div>
<div class="col-lg-3 col-md-6">
<a class="h3 text-secondary">Help Link</a>
<div class="mt-4 d-flex flex-column help-link">
<a href="blog.html" class="mb-2 text-white"><i class="fas fa-angle-right text-secondary me-2"></i>Terms Of use</a>
<a href="blog.html" class="mb-2 text-white"><i class="fas fa-angle-right text-secondary me-2"></i>Privacy Policy</a>
<a href="blog.html" class="mb-2 text-white"><i class="fas fa-angle-right text-secondary me-2"></i>Helps</a>
<a href="blog.html" class="mb-2 text-white"><i class="fas fa-angle-right text-secondary me-2"></i>FQAs</a>
<a href="contact.html" class="mb-2 text-white"><i class="fas fa-angle-right text-secondary me-2"></i>Contact</a>
</div>
</div>
<div class="col-lg-3 col-md-6">
<a class="h3 text-secondary">Contact Us</a>
<div class="text-white mt-4 d-flex flex-column contact-link">
<a class="pb-3 text-light border-bottom border-primary"><i class="fas fa-map-marker-alt text-secondary me-2"></i> New Mumbai, INDIA</a>
<a class="py-3 text-light border-bottom border-primary"><i class="fas fa-phone-alt text-secondary me-2"></i> +91 9518500778</a>
<a class="py-3 text-light border-bottom border-primary"><i class="fas fa-envelope text-secondary me-2"></i> internvisiontech2@gmail.com</a>
</div>
</div>
</div>
<hr class="text-light mt-5 mb-4">
<div class="row">
<div class="col-md-6 text-center text-md-start">
<span class="text-light"> <a href="#" class="text-secondary"> <i class="fas fa-copyright text-secondary me-2"></i>InternVision Tech</a>, All right reserved.</span>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Chatbot Code -->
<div id="chatbot" style="display: none;">
<div id="chatbot-header">
<h3>Chatbot</h3>
<button id="close-chatbot">X</button>
</div>
<div id="chatbot-body">
<div id="messages"></div>
</div>
<div id="chatbot-footer">
<input type="text" id="user-input" placeholder="Enter your Query!!!"/>
<button id="send-button">Send</button>
</div>
</div>
<button id="open-chatbot">Chat</button>
<!-- JavaScript Libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>