-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
858 lines (761 loc) · 41.7 KB
/
index.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
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
850
851
852
853
854
855
856
857
858
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Squadron Design And Engineering Pvt Ltd</title>
<meta name="description" content="Free Bootstrap 4 Theme by ProBootstrap.com">
<meta name="keywords" content="free website templates, free bootstrap themes, free template, free bootstrap, free website template">
<style>
.pb_icon_v1
{font-size:90px;
}
#map {
height: 400px;
width: 50%;
}
</style>
<link href="https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600|Montserrat:200,300,400" rel="stylesheet">
<link rel="stylesheet" href="assets/css/bootstrap/bootstrap.css">
<link rel="stylesheet" href="assets/fonts/ionicons/css/ionicons.min.css">
<link rel="stylesheet" href="assets/fonts/law-icons/font/flaticon.css">
<link rel="stylesheet" href="assets/fonts/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/slick-theme.css">
<link rel="stylesheet" href="assets/css/helpers.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body data-spy="scroll" data-target="#pb-navbar" data-offset="200">
<nav class="navbar navbar-expand-lg navbar-dark pb_navbar pb_scrolled-light" id="pb-navbar">
<div class="container">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#probootstrap-navbar" aria-controls="probootstrap-navbar" aria-expanded="false" aria-label="Toggle navigation">
<span><i class="ion-navicon"></i></span>
</button>
<div class="collapse navbar-collapse" id="probootstrap-navbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="#section-home">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#section-about">About Us</a></li>
<li class="nav-item"><a class="nav-link" href="#section-practicing-areas">Courses</a></li>
<li class="nav-item"><a class="nav-link" href="#section-project-services">Projects and Services</a></li>
<li class="nav-item"><a class="nav-link" href="#section-placements">Placements</a></li>
<li class="nav-item"><a class="nav-link" href="#section-attorneys">Attorneys</a></li>
<li class="nav-item"><a class="nav-link" href="#section-why-us">Why Us</a></li>
<li class="nav-item"><a class="nav-link" href="#section-testimonials">Testimonials</a></li>
<li class="nav-item"><a class="nav-link" href="#section-contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- END nav -->
<section class="pb_cover_v1 text-left cover-bg-black cover-bg-opacity-4" style="background-image: url(assets/images/bg1.jpg)" id="section-home">
<div class="container">
<div class="row align-items-center justify-content-end">
<div class="col-md-6 order-md-1">
<h2 style="text-align:left"class="heading mb-3">Squadron Design and Engineering</h2>
<div class="sub-heading"><p class="mb-5">Laying foundation to your future</p>
<!-- <p><a href="#section-contact" role="button" class="btn smoothscroll pb_outline-light btn-xl pb_font-13 p-4 rounded-0 pb_letter-spacing-2">Free Consultation</a></p>-->
</div>
</div>
</div>
</div>
</section>
<!-- END section -->
<section class="pb_section pb_section_v1" data-section="about" id="section-about">
<div class="container">
<div class="row">
<div class="col-lg-5 pr-md-5 pr-sm-0">
<h2 class="mt-0 heading-border-top mb-3 font-weight-normal">Who We Are</h2>
<p style="width=700">Squadron Education is a Bangalore based Multimedia, Animation, Interior Design & CAD
Designing ( Interior, Architectural, Civil, Mechanical & Electrical ) institute providing job
oriented Courses in Graphic Designing, Interior Designing, Animation, AutoCAD, 3DS Max,
Revit, Catia, Solidworks and Diplomas etc . </p>
<p>Squadron education has initiated the business
with the task to fulfill the man power requirement . The institute has grown from strength
to strength in due course of time because of its intuitive teaching philosophy which is
modeled on theories and techniques, which builds a strong foundation in the students. The
course structure at Pisces education is marked by live projects, seminars and workshops
which are conducted by the experts from the industry.</p>
<p>We are powered by a team of both skilled and talented, determined and dedicated to using
only the best . We are quick to grasp our clients unique requirements. Our academy is also
backed by a team of professionals who are having a wide range of experience.
Squadron education also comprises a placement cell and enjoys placement tie ups with
many companies . Students get the placement benefits after the completion of the course .
Scores of students have been successfully placed with some reputed companies and honing
there skills .</p>
</div>
<div class="col-lg-7">
<div class="images">
<img class="img1 img-fluid" src="assets/images/large.jpg" alt="free Template">
<img class="img2" src="assets/images/ext.jpg" alt="free Template">
</div>
</div>
</div>
</div>
</section>
<!-- END section -->
<!--
<section class="pb_section bg-light">
<div class="container">
<div class="row">
<div class="col-md">
<div class="media pb_media_v2 d-block text-center mb-3">
<div class="icon border border-gray rounded-circle d-block mr-3 display-4 mx-auto mb-4"><i class="flaticon text-secondary flaticon-jury"></i></div>
<div class="media-body">
<h3 class="mt-0 pb_font-20">Group of Lawyers</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
</div>
</div>
</div>
<div class="col-md">
<div class="media pb_media_v2 d-block text-center mb-3">
<div class="icon border border-gray rounded-circle d-flex mr-3 display-4 mx-auto mb-4"><i class="flaticon text-secondary flaticon-law"></i></div>
<div class="media-body">
<h3 class="mt-0 pb_font-20">No One is Above The Law</h3>
<p>Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.</p>
</div>
</div>
</div>
<div class="col-md">
<div class="media pb_media_v2 d-block text-center mb-3">
<div class="icon border border-gray rounded-circle d-flex mr-3 display-4 mx-auto mb-4"><i class="flaticon text-secondary flaticon-courthouse"></i></div>
<div class="media-body">
<h3 class="mt-0 pb_font-20">Hall of Justice</h3>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END section -->
<!--
<section class="pb_sm_py_cover text-center cover-bg-black cover-bg-opacity-4" style="background-image: url(assets/images/1900x1200_img_3.jpg)">
<div class="container">
<div class="row align-items-center">
<div class="col-md-12">
<h2 class="heading mb-3">Free Consultation</h2>
<p class="sub-heading mb-5 pb_color-light-opacity-8">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#section-contact" role="button" class="btn smoothscroll pb_outline-light p-3 rounded-0 pb_font-13 pb_letter-spacing-2">Get Started</a></p>
</div>
</div>
</div>
</section>
<!-- END section -->
<!-- END section -->
<!--
<section class="pb_section">
<div class="multiple-items pb_slide_v1">
<div>
<a href="#" class="link-block">
<img src="assets/images/1900x1200_img_4.jpg" alt="" class="img-fluid">
<div class="slide-text">
<h2>Criminal Law</h2>
<p>Read More</p>
</div>
</a>
</div>
<div>
<a href="#" class="link-block">
<img src="assets/images/1900x1200_img_2.jpg" alt="" class="img-fluid">
<div class="slide-text">
<h2>Migration Law</h2>
<span>Read More</span>
</div>
</a>
</div>
<div>
<a href="#" class="link-block">
<img src="assets/images/1900x1200_img_3.jpg" alt="" class="img-fluid">
<div class="slide-text">
<h2>Civil Rights</h2>
<span>Read More</span>
</div>
</a>
</div>
<div>
<a href="#" class="link-block">
<img src="assets/images/1900x1200_img_4.jpg" alt="" class="img-fluid">
<div class="slide-text">
<h2>Property Law</h2>
<span>Read More</span>
</div>
</a>
</div>
<div>
<a href="#" class="link-block">
<img src="assets/images/1900x1200_img_1.jpg" alt="" class="img-fluid">
<div class="slide-text">
<h2>Civil Rights</h2>
<span>Read More</span>
</div>
</a>
</div>
<div>
<a href="#" class="link-block">
<img src="assets/images/1900x1200_img_2.jpg" alt="" class="img-fluid">
<div class="slide-text">
<h2>State Laws</h2>
<span>Read More</span>
</div>
</a>
</div>
<div>
<a href="#" class="link-block">
<img src="assets/images/1900x1200_img_3.jpg" alt="" class="img-fluid">
<div class="slide-text">
<h2>Immigration Laws</h2>
<span>Read More</span>
</div>
</a>
</div>
</div>
</section>
<!-- END section -->
<section class="pb_section pb_bg-half" data-section="practicing-areas" id="section-practicing-areas">
<div class="container">
<div class="row justify-content-md-center text-center mb-5">
<div class="col-lg-7">
<h2 align="center" class="mt-0 heading-border-top font-weight-normal">Courses</h2>
<p >The courses we offer are job oriented training programs which are well planned keeping in
eye the industry requirements and future prospects. Although we have best resources to
cater best results, we believe that it is not only money or manpower but a team effort
which can make any organization to reach new hights. </p>
<p>So each and everyone who is part
of Squadron is important to us. We have top level Faculties and dedicated placement cell
but our student is also an important part of the organization. Every student has the freedom
to discuss and learn. We always take care that right student choose right course according
to his academic background so that we can provide him/her better career opportunities and
can become reason behind their success. We have grown into a mature institution with
global reputation, imparting high quality education and training. It has been playing a
pioneering role in professionalizing Education through its different training programs.</p></div>
</div>
<div class="row">
<div class="col-md-12">
<div class="single-item pb_slide_v2">
<div>
<div class="d-lg-flex d-md-block slide_content">
<div class="pb_content-media" style="background-image: url(assets/images/im-500266075.jpg);"></div>
<div class="slide_content-text text-center">
<div class="pb_icon_v1"><i class="ion-jet"></i></div>
<a href="aero.html" class="font-weight-normal mt-0 mb-4">Aeronautical</a>
<!--<div class="item">
<a data-toggle="collapse" data-parent="#exampleAccordion" href="#exampleAccordion4" aria-expanded="false" aria-controls="exampleAccordion4" class="pb_font-18">course name</a>
<div id="exampleAccordion4" class="collapse" role="tabpanel">
<p>course details</p>
</div>
</div>
<div class="item">
<a data-toggle="collapse" data-parent="#exampleAccordion" href="#exampleAccordion4" aria-expanded="false" aria-controls="exampleAccordion4" class="pb_font-18">course name</a>
<div id="exampleAccordion4" class="collapse" role="tabpanel">
<p>course details</p>
</div>
</div>
<div class="item">
<a data-toggle="collapse" data-parent="#exampleAccordion" href="#exampleAccordion4" aria-expanded="false" aria-controls="exampleAccordion4" class="pb_font-18">course name</a>
<div id="exampleAccordion4" class="collapse" role="tabpanel">
<p>course details</p>
</div>
</div>
-->
</div>
</div>
</div>
<div>
<div class="d-lg-flex d-md-block slide_content">
<div class="pb_content-media" style="background-image: url(assets/images/39905751-civil-engineering-wallpapers.jpg);"></div>
<div class="slide_content-text text-center">
<div class="pb_icon_v1"><i class="ion-settings"></i></div>
<a href="civil.html" class="font-weight-normal mt-0 mb-4">Civil</a>
<!-- <div class="item">
<a data-toggle="collapse" data-parent="#exampleAccordion" href="#exampleAccordion4" aria-expanded="false" aria-controls="exampleAccordion4" class="pb_font-18">course name</a>
<div id="exampleAccordion4" class="collapse" role="tabpanel">
<p>course details</p>
</div>
</div>
</div>
</div>
</div>
<div>
<div class="d-lg-flex d-md-block slide_content">
<div class="pb_content-media" style="background-image: url(assets/images/69868513-matrix-wallpapers.jpg);"></div>
<div class="slide_content-text text-center">
<div class="pb_icon_v1"><i class="flaticon text-primary flaticon-computer-security"></i></div>
<h3 class="font-weight-normal mt-0 mb-4">Computer Science</h3>
<div class="item">
<a data-toggle="collapse" data-parent="#exampleAccordion" href="#exampleAccordion4" aria-expanded="false" aria-controls="exampleAccordion4" class="pb_font-18">course name</a>
<div id="exampleAccordion4" class="collapse" role="tabpanel">
<p>course details</p>
</div>
</div>-->
</div>
</div>
</div>
<div>
<div class="d-lg-flex d-md-block slide_content">
<div class="pb_content-media" style="background-image: url(assets/images/69868513-matrix-wallpapers.jpg);"></div>
<div class="slide_content-text text-center">
<div class="pb_icon_v1"><i class=" ion-laptop"></i></div>
<a href="cs.html" class="ion-md-desktop">Computer Science</a>
<!-- <div class="item">
<a data-toggle="collapse" data-parent="#exampleAccordion" href="#exampleAccordion4" aria-expanded="false" aria-controls="exampleAccordion4" class="pb_font-18">course name</a>
<div id="exampleAccordion4" class="collapse" role="tabpanel">
<p>course details</p>
</div>
</div>
</div>
</div>
</div>
<div>
<div class="d-lg-flex d-md-block slide_content">
<div class="pb_content-media" style="background-image: url(assets/images/bb4bdf0d37ac844ffacdac4c6a90c3dd--architecture-details-architecture-models.jpg);"></div>
<div class="slide_content-text text-center">
<div class="pb_icon_v1"><i class="flaticon text-primary flaticon-jury"></i></div>
<h3 class="font-weight-normal mt-0 mb-4">Architecture</h3>
<div class="item">
<a data-toggle="collapse" data-parent="#exampleAccordion" href="#exampleAccordion4" aria-expanded="false" aria-controls="exampleAccordion4" class="pb_font-18">course name</a>
<div id="exampleAccordion4" class="collapse" role="tabpanel">
<p>course details</p>
</div>
</div>-->
</div>
</div>
</div>
<div>
<div class="d-lg-flex d-md-block slide_content">
<div class="pb_content-media" style="background-image: url(assets/images/aurora-returns-2017-concept-car-3d-model-low-poly-max.jpg);"></div>
<div class="slide_content-text text-center">
<div class="pb_icon_v1"><i class="ion-android-car"></i></div>
<a href="mech.html" class="font-weight-normal mt-0 mb-4">Mechanical</a>
<!-- <div class="item">
<a data-toggle="collapse" data-parent="#exampleAccordion" href="#exampleAccordion4" aria-expanded="false" aria-controls="exampleAccordion4" class="pb_font-18">course name</a>
<div id="exampleAccordion4" class="collapse" role="tabpanel">
<p>course details</p>
</div>
</div>
</div>
</div>
</div>
<div>
<div class="d-lg-flex d-md-block slide_content">
<div class="pb_content-media" style="background-image: url(assets/images/bb4bdf0d37ac844ffacdac4c6a90c3dd--architecture-details-architecture-models.jpg);"></div>
<div class="slide_content-text text-center">
<div class="pb_icon_v1"><i class="flaticon text-primary flaticon-jury"></i></div>
<h3 class="font-weight-normal mt-0 mb-4">Architecture</h3>
<div class="item">
<a data-toggle="collapse" data-parent="#exampleAccordion" href="#exampleAccordion4" aria-expanded="false" aria-controls="exampleAccordion4" class="pb_font-18">course name</a>
<div id="exampleAccordion4" class="collapse" role="tabpanel">
<p>course details</p>
</div>
</div>-->
</div>
</div>
</div> <div>
<div class="d-lg-flex d-md-block slide_content">
<div class="pb_content-media" style="background-image: url(assets/images/bb4bdf0d37ac844ffacdac4c6a90c3dd--architecture-details-architecture-models.jpg);"></div>
<div class="slide_content-text text-center">
<div class="pb_icon_v1"><i class="flaticon text-primary flaticon-courthouse"></i></div>
<a href="arch.html" class="font-weight-normal mt-0 mb-4">Architecture</a>
<!-- <div class="item">
<a data-toggle="collapse" data-parent="#exampleAccordion" href="#exampleAccordion4" aria-expanded="false" aria-controls="exampleAccordion4" class="pb_font-18">course name</a>
<div id="exampleAccordion4" class="collapse" role="tabpanel">
<p>course details</p>
</div>
</div>
</div>
</div>
</div>
<div>
<div class="d-lg-flex d-md-block slide_content">
<div class="pb_content-media" style="background-image: url(assets/images/bb4bdf0d37ac844ffacdac4c6a90c3dd--architecture-details-architecture-models.jpg);"></div>
<div class="slide_content-text text-center">
<div class="pb_icon_v1"><i class="flaticon text-primary flaticon-jury"></i></div>
<h3 class="font-weight-normal mt-0 mb-4">Architecture</h3>
<div class="item">
<a data-toggle="collapse" data-parent="#exampleAccordion" href="#exampleAccordion4" aria-expanded="false" aria-controls="exampleAccordion4" class="pb_font-18">course name</a>
<div id="exampleAccordion4" class="collapse" role="tabpanel">
<p>course details</p>
</div>
</div>-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END section -->
<section class="pb_section" data-section="project-services" id="section-project-services">
<div class="container">
<div class="row justify-content-md-center text-center mb-5">
<div class="col-lg-7">
<h2 class="mt-0 heading-border-top font-weight-normal">Projects and Services</h2>
<p>SQUADRON is a leading academic project solution providing company in Bangalore, INDIA. We Provide Final Year academic Projects for all branches of Engineering, Diploma and M-Tech Students All the projects are developed according to IEEE Standards. We offer academic projects at various levels ranging from graduates to masters (Diploma, BE, M. Tech, MCA, M. Sc, BCA (CS/IT)).</p>
<p>As a part of our vision to provide hands-on experience to the students we invite them from the stream of Aeronautical,Electronics, Electricals, Instrumentation, Computer Science, Information Science and Mechanical final year engineering students to carry out their academic project works at our institute.
</p><p>WE CURRENTLY OFFER LATEST PROJECTS IN THE FOLLOWING AREAS:WE CURRENTLY OFFER LATEST PROJECTS IN THE FOLLOWING AREAS: </p>
<p> <ul align="left">
<li> EMBEDDED PROJECTS</li>
<li>SOFTWARE PROJECTS</li>
<li>MECHANICAL PROJECTS</li>
<li>TELECOM PROJECTS</li>
<li>ELECTRICAL PROJECTS</li>
<li>INFORMATION TECHNOLOGY</li>
<li>BIO MEDICAL / MEDICAL ELECTRONICS</li>
<li>AERONAUTICAL PROJECTS</li></ul>
</p>
</div>
</div>
</div>
</section>
<!--End Section-->
<section class="pb_section" data-section="why-us" id="section-placements">
<div "class="container">
<div class="row justify-content-md-center text-center mb-5">
<div class="col-lg-7">
<h2 class="mt-0 heading-border-top font-weight-normal">Placements</h2>
<p style="width=700">The Training & Placement Department of Squadron has been in the forefront of activities, bringing corporate close to the campus and encouraging them to establish facilities to cater to the needs of the students. It plays a pivotal role in counseling and guiding the students for their successful career, which is a crucial interface between the stages of completion of academic program of the students and their entry into the job market. It's aim is to provide career guidance and placement opportunities to all students. Training and Placement Department arranges and coordinates various programs that aim at moulding the students so as to meet the industry expectations in their career building and in turn bring laurels to the parent institution. The department sincerely believes in imparting comprehensive training to the students to face the challenges of the dynamic and demanding job market and build a successful career for themselves. Special SKILL ENHANCEMENT TRAINING PROGRAMS have been customized for students so as to meet the industry requirement.
</p>
</div>
</div>
</div>
</section>
<section class="pb_section bg-light bg-image with-overlay" data-section="attorneys" id="section-attorneys" style="background-image: url(assets/images/1900x1200_img_2.jpg)">
<div class="container">
<div class="row justify-content-md-center text-center mb-5">
<div class="col-lg-7">
<h2 class="mt-0 heading-border-top light font-weight-normal text-white">Founders</h2>
<p class="text-white">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.</p>
</div>
</div>
<div class="row">
<div class="col-md">
<div class="card text-center pb_card_v1 mb-4">
<img class="card-img-top rounded-circle w-50 mx-auto" src="assets/images/square_img_5.jpg" alt="Card image cap">
<div class="card-body">
<h4 class="card-title mt-0 mb-2">Richard Wilson</h4>
<h6 class="card-subtitle mb-2">Family Lawyer</h6>
<p><a href="#">Read Full Bio</a></p>
</div>
</div>
</div>
<div class="col-md">
<div class="card text-center pb_card_v1 mb-4">
<img class="card-img-top rounded-circle w-50 mx-auto" src="assets/images/square_img_5.jpg" alt="Card image cap">
<div class="card-body">
<h4 class="card-title mt-0 mb-2">Steve White</h4>
<h6 class="card-subtitle mb-2">Financial Lawyer</h6>
<p><a href="#">Read Full Bio</a></p>
</div>
</div>
</div>
<div class="col-md">
<div class="card text-center pb_card_v1 mb-4">
<img class="card-img-top rounded-circle w-50 mx-auto" src="assets/images/square_img_5.jpg" alt="Card image cap">
<div class="card-body">
<h4 class="card-title mt-0 mb-2">Ryan David</h4>
<h6 class="card-subtitle mb-2">Business Lawyer</h6>
<p><a href="#">Read Full Bio</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="pb_section" data-section="why-us" id="section-why-us">
<div class="container">
<div class="row justify-content-md-center text-center mb-5">
<div class="col-lg-7">
<h2 class="mt-0 heading-border-top font-weight-normal">Why Us</h2>
<p></p>
</div>
</div>
<!-- <div class="row">
<div class="col-lg-7">
<div class="images right">
<img class="img1 img-fluid" src="assets/images/revit-collaborative-bim-tablet-mobile-1540x800.jpg" alt="free Template">
<img class="img2" src="assets/images/800x500_img_1.jpg" alt="free Template">
</div>
</div>-->
<div class="col-lg-5 pl-md-5 pl-sm-0">
<div id="exampleAccordion" class="pb_accordion" data-children=".item">
<div class="item">
<a data-toggle="collapse" data-parent="#exampleAccordion" href="#exampleAccordion1" aria-expanded="true" aria-controls="exampleAccordion1" class="pb_font-18">Why Study at Squadron?</a>
<div id="exampleAccordion1" class="collapse show" role="tabpanel">
<p>Squadron gives you a platform to execute your creative visualization. With expert faculty and facilities,
nurtures your ideas and portrays them on a commercial canvas. Apart from the application learning we
also teach you the complete art of visual communication, and allows you to fly with your aesthetic.</p>
</div>
</div>
<div class="item">
<a data-toggle="collapse" data-parent="#exampleAccordion" href="#exampleAccordion2" aria-expanded="false" aria-controls="exampleAccordion2" class="pb_font-18">What Courses and Programs are Available?</a>
<div id="exampleAccordion2" class="collapse" role="tabpanel">
<p>Squadron has various courses and programs for you. We also provide the customized training solution
to the professionals in the field. You can take up an individual course or embark on a Certificate
program in Multimedia, Animation, Interior, Architectural, Civil & Mechanical Designing field. Our
curriculum is constantly expanding to adapt to the fast-evolving field of design.</p>
</div>
</div>
<div class="item">
<a data-toggle="collapse" data-parent="#exampleAccordion" href="#exampleAccordion3" aria-expanded="false" aria-controls="exampleAccordion3" class="pb_font-18">How Will I Benefit?</a>
<div id="exampleAccordion3" class="collapse" role="tabpanel">
<p>You'll build a foundation in design concepts, learn through hands-on projects, get critiques from
experienced designers, build portfolio projects to show prospective employers, and add credentials to
your resume. And, you'll earn a certificate from probably the only Professional institute.</p>
</div>
</div>
<div class="item">
<a data-toggle="collapse" data-parent="#exampleAccordion" href="#exampleAccordion4" aria-expanded="false" aria-controls="exampleAccordion4" class="pb_font-18">Who Teaches at Squadron?</a>
<div id="exampleAccordion4" class="collapse" role="tabpanel">
<p>Courses are developed and instructed by a Faculty of industry-leading experts who share a passion for
teaching. They bring together decades of professional and teaching experience to deliver excellent
courses and instructional methods.
</p>
</div>
</div>
<div class="item">
<a data-toggle="collapse" data-parent="#exampleAccordion" href="#exampleAccordion5" aria-expanded="false" aria-controls="exampleAccordion5" class="pb_font-18">Who studies at Squadron?</a>
<div id="exampleAccordion5" class="collapse" role="tabpanel">
<p>People like you, come and join our different variety of courses, they meet, exchange ideas and learn
together. Students range from absolute beginners to professionals to veteran designers updating their
skill sets. The only pre-requisite to join any Pisces course, is the flair to design and innovate new ideas.
The ideal qualification to join any of the programme is 10+2 or graduation.</p>
</div>
</div>
<div class="item">
<a data-toggle="collapse" data-parent="#exampleAccordion" href="#exampleAccordion6" aria-expanded="false" aria-controls="exampleAccordion6" class="pb_font-18">What makes Squadron different?</a>
<div id="exampleAccordion6" class="collapse" role="tabpanel">
<p>Well, our training module is 100% hands on, industry oriented. That is why, our curriculum has been
designed with future requirements of industry in mind and that's not all. We regularly update and revise
our module not only to keep abreast of latest changes happening in the industry but also to provide our
participants with the latest and up-to- date skill inputs. Our course is a unique fusion of theory and
practical industrial requirement, which gives our students an advantage anywhere in the world. So, if
you have got the inherent belief in yourself and wish to reach the top in the field of creative Interior &
Architectural design, do rely on us.</p>
</div>
</div>
<div class="item">
<a data-toggle="collapse" data-parent="#exampleAccordion" href="#exampleAccordion7" aria-expanded="false" aria-controls="exampleAccordion7" class="pb_font-18">Facilities</a>
<div id="exampleAccordion7" class="collapse" role="tabpanel">
<p>
<ul>
<li> One computer: One student</li>
<li> Maximum Instructor to Student Ratio 1:6 (optimally 1:4)</li>
<li> Sessions: Each session will be of 2 hour for normal track and 4 hours for fast track</li>
<li> Timings: Between 7.00 a.m. to 9.00 p.m.</li>
<li> No extra charges/refund for more/less time taken to complete the course.</li>
<li> track courses offered to suit student’s convenience.</li>
<li> Unlimited practice hours.</li>
<li> Reasonable fees as compared to the other centers.</li>
<li> Dedicated Quality and Student welfare in-charge.</li>
<li> Internet facility for all students at no additional cost.</li>
<li> Content wise instruction, hence no monthly & yearly bounded courses.</li>
<li> Certificates & Diplomas are issued on practical project submission and theory exams.</li>
<li> Quality Job Placements assured on Local, National & International level.</li>
<li> 100% practical teaching through presentations, no boring boards and writing notes.</li>
</ul>
</p>
</div>
</div>
<div class="item">
<a data-toggle="collapse" data-parent="#exampleAccordion" href="#exampleAccordion8" aria-expanded="false" aria-controls="exampleAccordion8" class="pb_font-18">Lab Facilities</a>
<div id="exampleAccordion8" class="collapse" role="tabpanel">
<p>
Squadron provides students a sheer learning experience. Our air-conditioned and fully power backed up
labs equipped with state of the art working conditions are the mark of industry standards we set for
others.
Lab:
<ul>
<li> High end systems. </li>
<li> Number of Tutorial CD's containing projects, tutorials and asset files.</li> </p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="pb_section pb_testimonial_v1" data-section="testimonials" id="section-testimonials">
<div class="container">
<div class="row justify-content-md-center text-center mb-5">
<div class="col-lg-7">
<h2 class="mt-0 heading-border-top font-weight-normal">Happy Customers</h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.</p>
</div>
</div>
<div class="row justify-content-md-center">
<div class="col-md-10 col-sm-12 mb-5">
<div class="single-item-no-arrow pb_slide_v1">
<div>
<div class="media">
<img class="d-flex img-fluid rounded-circle mb-sm-5" src="assets/images/square_img_5.jpg" alt="Generic placeholder image">
<div class="media-body pl-md-5 pl-sm-0">
<blockquote>
<p>“Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.”</p>
<p class="pb_author"><cite class="text-uppercase">John Smith</cite> Designer</p>
</blockquote>
</div>
</div>
</div>
<div>
<div class="media">
<img class="d-flex img-fluid rounded-circle mb-sm-5" src="assets/images/square_img_5.jpg" alt="Generic placeholder image">
<div class="media-body pl-md-5 pl-sm-0">
<blockquote>
<p>“A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.”</p>
<p class="pb_author"><cite class="text-uppercase">John Smith</cite> Designer</p>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END section -->
<section class="pb_section" data-section="contact" id="section-contact">
<div class="container">
<div class="row justify-content-md-center text-center mb-5">
<div class="col-lg-7">
<h2 class="mt-0 heading-border-top font-weight-normal">Get In Touch</h2>
</div>
</div>
<div class="row">
<div class="col-md-8 pr-md-5 pr-sm-0 mb-4">
<form method="post" name="myemailform" action="form-to-email.php">
<div class="row">
<div class="col-md">
<div class="form-group">
<label for="name">Name</label>
<input type="text" class="form-control p-3 rounded-0" name="name" id="name">
</div>
</div>
<div class="col-md">
<div class="form-group">
<label for="email">Email</label>
<input type="text" class="form-control p-3 rounded-0" name="email" id="email">
</div>
</div>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea cols="30" rows="10" class="form-control p-3 rounded-0" name="message" id="message"></textarea>
</div>
<div class="form-group">
<input type="submit" name='submit' onclick="conf()" class="btn pb_outline-dark pb_font-13 pb_letter-spacing-2 p-3 rounded-0" align="center"value="Send Enquiry">
</div>
<div id="map"></div>
</form>
<script type="text/javascript">
function conf()
{
alert("Thanks for your enquiry");
}
</script>
<script language="JavaScript">
// Code for validating the form
// Visit http://www.javascript-coder.com/html-form/javascript-form-validation.phtml
// additionally added code
var frmvalidator = new Validator("myemailform");
frmvalidator.addValidation("name","req","Please provide your name");
frmvalidator.addValidation("email","req","Please provide your email");
frmvalidator.addValidation("email","email","Please enter a valid email address");
</script>
</div>
<div class="col-md-4">
<ul class="pb_contact_details_v1">
<li>
<span class="text-uppercase">Email</span>
</li>
<li>
<span class="text-uppercase">Phone</span>
+91 9611385890
</li>
<li>
<span class="text-uppercase">Phone</span>
+91 7019705730
</li>
<li>
<span class="text-uppercase">Address</span>
#415,Maruthi Layout<br>
Near Anjenaya Swamy Temple,Belthur <br>
Kadugodi,Bangalore-560067
</li>
</ul>
</div>
</div>
</div>
</section>
<section>
<div id="map"></div>
<script>
function initMap() {
var uluru = {lat: 13.002297, lng: 77.756529};
var map = new google.maps.Map(document.getElementById('map'), {
zoom: 17,
center: uluru
});
var marker = new google.maps.Marker({
position: uluru,
map: map
});
}
</script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap">
</script>
</section>
<!-- END section -->
<footer class="pb_footer bg-light" role="contentinfo">
<div class="container">
<div class="row text-center">
<div class="col">
<ul class="list-inline">
<li class="list-inline-item"><a href="#" class="p-2"><i class="fa fa-facebook"></i></a></li>
<li class="list-inline-item"><a href="#" class="p-2"><i class="fa fa-twitter"></i></a></li>
<li class="list-inline-item"><a href="#" class="p-2"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col text-center">
<p class="pb_font-14">© 2017 <a href="https://themewagon.com/themes/free-bootstrap-4-law-firm-template-download/">Law</a>. Designed by <a rel="nofollow" href="https://probootstrap.com/" target="_blank">ProBootstrap</a>
<br/> Distributed by <a href="https://themewagon.com" target="_blank">Themewagon</a> Demo Images: <a rel="nofollow" href="https://unsplash.com/" target="_blank">Unsplash</a></p>
</div>
</div>
</div>
</footer>
<!-- loader -->
<div id="pb_loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#FDA04F"/></svg></div>
<!--<script>
var myCenter=new google.maps.LatLng(12.967768,77.657183);
function initialize()
{
var mapProp = {
center:myCenter,
zoom:16,
mapTypeId:google.maps.MapTypeId.ROADMAP
};
var map=new google.maps.Map(document.getElementById("googleMap"),mapProp);
var marker=new google.maps.Marker({
position:myCenter,
});
marker.setMap(map);
}
</script>-->
</script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDijZiC_QH04M2qRgIthuj94rSo5RsW6Hc&callback=initMap">
</script>
<script src="assets/js/jquery.min.js"></script>
<script language="JavaScript" src="scripts/gen_validatorv31.js" type="text/javascript"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/slick.min.js"></script>
<script src="assets/js/jquery.waypoints.min.js"></script>
<script src="assets/js/jquery.easing.1.3.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>