-
Notifications
You must be signed in to change notification settings - Fork 2
/
aboutUs.html
791 lines (715 loc) · 36.5 KB
/
aboutUs.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>PISB | About Us</title>
<link rel="icon" type="image/png" href="./Domains-Page/assets/img/logos/title-logo.png">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap -->
<link rel="stylesheet" href="./common/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- AOS -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css">
<!-- preloader -->
<link rel="stylesheet" href="./common/preloader/preloader.css">
<!-- navbar -->
<link rel="stylesheet" href="./common/navbar/nav.css">
<!-- Go to Top -->
<link rel="stylesheet" href="./common/scrollToTop/scroll.css">
<!-- footer -->
<link rel="stylesheet" href="./common/footer/footer.css">
<!-- popup -->
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.css'>
<!-- custom css -->
<link rel="stylesheet" type="text/css" href="./About-Us/css/base.css">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap"
rel="stylesheet">
</head>
<body>
<!-- preloader -->
<div class="loader-wrapper ">
<div class="container-fluid ">
<div class="row" style="height: 100vh;">
<div class="col d-flex align-items-center justify-content-center">
<div class="cell ">
<div class="fadeImg d-flex justify-content-center align-items-center" style="height: 50vh;">
<img src="./common/preloader/img/t6.png">
<img style="display:none;" src="./common/preloader/img/t1.png">
<img style="display:none;" src="./common/preloader/img/t2.png">
<img style="display:none;" src="./common/preloader/img/t3.png">
<img style="display:none;" src="./common/preloader/img/t4.png">
<img style="display:none;" src="./common/preloader/img/t5.png">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- navbar -->
<nav class="navbar fixed-top navbar-expand-xl ">
<a class="navbar-brand" href="./index.html"><img id="navlogo" src="./common/navbar/pisb.png"></a>
<button class="navbar-toggler navbar-dark" type="button" data-toggle="collapse" data-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon "></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link " id="link-1a" href="./aboutUs.html">About Us</a>
<span class=" dropdown-toggle" href="#" id="link-1b" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
</span>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="./aboutUs.html#ieee-div">IEEE</a>
<a class="dropdown-item" href="./aboutUs.html#pisb-div">PISB</a>
<a class="dropdown-item" href="./aboutUs.html#ping-div">P.I.N.G.</a>
<a class="dropdown-item" href="./aboutUs.html#wie-div">WIE</a>
<!-- <a class="dropdown-item" href="../About-Us/aboutUs.html#csi-div">CSI</a> -->
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link " id="link-1a" href="./events.html">Events</a>
<span class="nav-link dropdown-toggle" href="#" id="link-1b" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
</span>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="./events.html#credenz">Credenz</a>
<a class="dropdown-item" href="./events.html#ctd">CTD</a>
<a class="dropdown-item" href="./events.html#seminar">Seminars</a>
<a class="dropdown-item" href="./events.html#sig">SIGs</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link " id="link-1a" href="./achievements.html">Achievements</a>
<span class="nav-link dropdown-toggle" href="#" id="link-1b" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
</span>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="./achievements.html#awards-div">Awards</a>
<a class="dropdown-item" href="./achievements.html#projects-div">Projects</a>
<a class="dropdown-item" href="./achievements.html#hackathons-div">Hackathons</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link " id="link-1a" href="./team24.html">Our Team</a>
<span class="nav-link dropdown-toggle" href="#" id="link-1b" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
</span>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="./team24.html">Team 2023-2024</a>
<a class="dropdown-item" href="./team23.html">Team 2022-2023</a>
<a class="dropdown-item" href="./team22.html">Team 2021-2022</a>
<a class="dropdown-item" href="./team21.html">Team 2020-2021</a>
<a class="dropdown-item" href="./team20.html">Team 2019-2020</a>
<a class="dropdown-item" href="./team19.html">Team 2018-2019</a>
<a class="dropdown-item" href="./team18.html">Team 2017-2018</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="./domains.html">Domains</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./ping.html">P.I.N.G.</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./gallery.html">Gallery</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="./discussion.html">Discussion Forum</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="./aboutUs.html#contact-us-div">Contact
us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./register.html">Register</a>
</li>
</ul>
</div>
</nav>
<!-- top button -->
<a id="button1"></a>
<!-- main content -->
<main>
<div class="container-fluid">
<!-- TITLE -->
<div class="row d-flex justify-content-center" id="heading">
<div class="col-12 parallax d-flex align-items-center justify-content-center">
<h2 class="Effect ">ABOUT US
<br>
<span class="type"></span>
</h2>
</div>
</div>
<section id="aboutus">
<!-- <div class="row">
<div class="col-sm-12">
<h2 class="text-center msg">Message From Branch Mentor </h2>
</div>
<div class="col-12 ">
<div class="img-wrap d-flex justify-content-center">
<img src="./About-Us/img/rajesh_sir.jpeg" alt="">
</div>
<h4 class=" d-flex justify-content-center">Dr. Rajesh Ingle</h4>
</div>
<div class="col-sm-12 cont para">
<p>Dear all,<br>
It gives me immense pleasure to write this message for the new website of PICT IEEE Student Branch (PISB).
It is a great contribution by PICT IEEE Student Branch, which provides an opportunity for all, including
student members, to showcase their talent, views and further strengthen IEEE activities. PISB has always
been a platform for all the students to learn and polish their skills in various fields. The students,
faculty and professionals alike have always aimed to enhance the awareness of technical developments and
trends among all its members.
</p>
<p>
It is a great pleasure to serve PISB as a Counsellor. It is a really interesting, valuable and great
learning experience to work at various levels in IEEE. As a counsellor at PICT IEEE Student Branch; as a
Chair, Conference Committee at IEEE Pune Section; Vice Chair, IEEE India Council, IEEE Region 10 Students
Activity Coordinator; and Member, MGA SAC, I am thankful to all the members of PICT IEEE Student Branch
for their active support. In January 2018, I had an opportunity to attend IEEE Region 10 meeting at
Yangon, Myanmar. I also got an opportunity to participate in IEEE Region 10 Annual General meeting which
was held at Berjaya Langkawi Resort, Malaysia on 3th & 4th March. I also had an opportunity to organize
R10 Sywl Congress at Bali, Inodnesia, 30th August to 2nd September, 2018.
</p>
<p>
I would also like to mention the strong support from Mr R.S. Kothavale, Managing Trustee, SCTR; Mr Swastik
Sirsikar, Secretary, SCTR; Dr P.T. Kulkarni, Principal PICT and all the students who worked at this level.
We try our level best to create an environment where students keep updating themselves with the emerging
trends, technology and innovations. At PISB, many events are conducted throughout the year and widely
appreciated by students, acclaimed academicians and industry professionals alike. The events include IEEE
Day, workshops, Special Interest Group (SIG) activities, Credenz and Credenz Tech Dayz.
</p>
<p>As branch counselor it makes me truly ecstatic to witness the substantial progress made by the members
every year and PISB's role in the advancement of scientific knowledge and progressive ideas. I thank all
the members for their contribution and interest. On behalf of IEEE R10 & IEEE Pune Section, I wish PISB
all the success.
</p>
<p>
Prof. Dr. Rajesh Ingle<br>
IEEE R10 (Asia Pacific) Student Activities Chair<br>
Vice Chair, IEEE India Council<br>
Dean and Professor, PICT
</p>
</div>
</div> -->
<!-- <div class="row">
<div class="col-sm-12">
<h2 class="text-center msg">Message From Branch Counsellor </h2>
</div>
<div class="col-12 imglink">
<div class="img-wrap d-flex justify-content-center">
<img src="./About-Us/img/buchade_sir.jpg" alt="">
</div>
<h4 class=" d-flex justify-content-center">Dr. Amar Buchade</h4>
</div>
<div class="col-sm-12 cont para">
<p>Dear all,<br>
It gives me immense pleasure to serve PICT IEEE Student Branch (STB18461) as a Branch Counsellor. As a
member of IEEE Pune Section, I got a chance to contribute towards PISB activities since 2006. I am
thankful to all the fellow members of PISB for their active support and their commendable efforts.
</p>
<p>
As a secretary of IEEE Pune Section, I realized the benefits of IEEE which make every member technically
current and competitive. IEEE is also known as the world's largest technical professional organization.
We, at IEEE provide tools for members to build a network of valuable professionals across the
industry/academia and sharpen their leadership skills.
</p>
<p>
PISB provides a platform for students to get more insightful knowledge into the technical world through
many activities conducted by its members. At PISB, the events are conducted throughout the year which are
Credenz and Credenz Tech Dayz (CTD), which are widely appreciated by students, acclaimed academicians and
industry professionals.
</p>
<p>I feel proud to share the achievements of our student branch in the past. PISB has recently earned an
award as an outstanding branch in IEEE Pune Section.This was possible only due to the active involvement
by the students in various disciplines and their commendable efforts. We, at PISB will continue to involve
students in their technical interests and further strengthen IEEE activities.
</p>
<p>
Prof. Dr. Amar Buchade<br>
Secretary, IEEE Pune Section<br>
Professor, PICT<br>
</p>
</div>
</div> -->
</section>
<section>
<div class="container-fluid">
<div class="row row-width">
<div class="col-12">
<h1 class="head" id="ieee-div" style="text-align: center;">Institute of Electrical and Electronics
Engineers (IEEE)</h1>
<div class="row d-flex justify-content-center">
<div class="col-md-7 grid">
<p data-aos="zoom-in" data-aos-duration="1000">
<!-- <span style="text-align: center;" class="head">IEEE</span> <br> -->
The Institute of Electrical and Electronics Engineering (IEEE) is an International organization,
which has been the nexus for propagating scientific expertise among people all over the globe.
IEEE continues to attract students, faculty and professionals from various fields all around
the world and is committed to incorporating diversity in thoughts which is essential for scientific
development. IEEE serves as a hub to many engineering students and faculty members for expressing
their technical acuity to the world and has always been at the forefront of the technical
revolution.
</p>
<div class="bttn-cont">
<a class="bttn" text-align="center" href="https://pict.edu/ieee/" target="_blank">
Read More
<span class="line-1"></span>
<span class="line-2"></span>
<span class="line-3"></span>
<span class="line-4"></span></a>
</div>
</div>
<div class="col-md-4 d-flex justify-content-center align-items-center " data-aos="zoom-in"
data-aos-duration="1000">
<img class="team-photo d-flex justify-content-center" src="./About-Us/img/ieee.jpg">
</div>
</div>
</div>
</div>
<div class="row row-width">
<div class="col-12">
<h1 class="head" id="pisb-div" style="text-align: center;">PICT IEEE Student Branch (PISB)</h1>
<div class="row d-flex justify-content-center ">
<div class="col-md-4 d-flex justify-content-center align-items-center " data-aos="zoom-in"
data-aos-duration="1000">
<img class="team-photo d-flex justify-content-center" src="./Home/img/se-te.jpg">
</div>
<div class="col-md-7 grid">
<p data-aos="zoom-in" data-aos-duration="1000">
<!-- <span style="text-align: center;" class="head">PISB</span> <br> -->
PICT IEEE Student Branch (PISB) was established in the year 1988 with an aim of inculcating a
sense of technical awareness amongst its student members.
PISB aims to escalate the knowledge and trends in the diverse fields of technologies
amongst its members. PISB upholds two major events every year -
Credenz and Credenz Tech Dayz with the first one being conducted in odd semester and the
latter one in even semester. PISB is also marked by its Women in Engineering (WIE) chapter,
an initiative for empowerment of women.
</p>
<br>
<div class="bttn-cont">
<a class="bttn" text-align="center" href="http://pictieee.in/" target="_blank">
Read More
<span class="line-1"></span>
<span class="line-2"></span>
<span class="line-3"></span>
<span class="line-4"></span></a>
</div>
</div>
</div>
</div>
</div>
<div class="row row-width">
<div class="col-12 ">
<h1 class="head" id="ping-div" style="text-align: center;">PICT IEEE Newsletter Group (P.I.N.G.)</h1>
<div class="row d-flex justify-content-center ">
<div class="col-md-7 grid">
<p data-aos="zoom-in" data-aos-duration="1000">
<!-- <span style="text-align: center;" class="head">PING</span> <br> -->
P.I.N.G. (PICT IEEE Newsletter Group) is the official technical magazine of PISB published twice a
year.
P.I.N.G. serves as a platform for individuals to portray their technical ingenuity. It highlights
articles
on cutting-edge technologies from technocrats all around the globe including students,
industrialists
and
faculty members. It also features interviews of distinguished personalities in various technical
domains.
P.I.N.G. aims at keeping its readers up to date on recent developments in technology and helps them
extrapolate their perceptions to contemporary ideas of modernisation.
With the imminent Issue 16.1, be ready to get PING'd!
</p>
<div class="bttn-cont">
<a class="bttn" text-align="center" href="ping.html"
target="_blank">
Read More
<span class="line-1"></span>
<span class="line-2"></span>
<span class="line-3"></span>
<span class="line-4"></span></a>
</div>
</div>
<div class="col-md-4 d-flex justify-content-center align-items-center " data-aos="zoom-in"
data-aos-duration="1000">
<img class="team-photo d-flex justify-content-center" src="./About-Us/img/ping.jpg">
</div>
</div>
</div>
</div>
<div class="row row-width">
<div class="col-12">
<h1 class="head" id="wie-div" style="text-align: center;">Women In Engineering (WIE)</h1>
<div class="row d-flex justify-content-center">
<div class="col-md-4 d-flex justify-content-center align-items-center " data-aos="zoom-in"
data-aos-duration="1000">
<img class="team-photo d-flex justify-content-center" src="./About-Us/img/DSC00683.jpg">
</div>
<div class="col-md-7 grid">
<p data-aos="zoom-in" data-aos-duration="1000">
<!-- <span style="text-align: center;" class="head">WIE</span> <br> -->
PISB Women In Engineering (WIE) with an objective of starting an active Pune WIE chapter aims to
facilitate the global recruitment and retention of women in technical disciplines.
The Group has consistently conducted workshops and seminars for spreading technical literacy, where
people can learn, inspire and grow.
With the guidance of the WIE Pune Chapter, PISB WIE members have visited various rural areas,
teaching
excursion to orphanages and several activities conducted to increase girls' participation.
</p>
<div class="bttn-cont">
<a class="bttn" text-align="center" href="https://pict.edu/ieee/" target="_blank">
Read More
<span class="line-1"></span>
<span class="line-2"></span>
<span class="line-3"></span>
<span class="line-4"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="container-fluid ">
<div class="row d-flex justify-content-center">
<div class="col-12 d-flex align-items-center justify-content-center" data-aos="zoom-in" data-aos-duration="1000"
id="cheading">
Contact Us
</div>
</div>
</div>
<div class="container-fluid" id="contact-us-div">
<div class="row justify-content-center align-items-center ContactUs ">
<div class="col-10 col-md-3 pict-addr" data-aos="zoom-in" data-aos-duration="1000">
<div class="row">
<div class="col-12 col-md-12 address" style="text-align: center">
<strong> SCTR'S Pune Institute of Computer Technology</strong><br><br>
Survey No. 27, Near Trimurti Chowk, Bharati Vidyapeeth Campus, Dhankawadi, Pune, Maharashtra 411043
</div>
</div>
<div class="row">
<div class="col-12 col-md-12 emailid d-flex justify-content-center ">
<a href="mailto:[email protected]" style="color: #334c71;"><i
class="fa fa-envelope"> </i>[email protected]</a>
</div>
</div>
</div>
<div class="col-10 col-md-3 getin ">
<div>
<span class="d-flex justify-content-center title">Get in touch</span>
<hr class="hr-line">
</div>
<form action="" method="" class="" style="margin: 2vw 0;" id="contact-form">
<div class="form-field">
<label for="fullname">
<i class="fas fa-user col-2"></i>
<input id="sendname" type="text" class="fullname col-10" name="fullname" placeholder="Name" required
autofoucus>
</label>
</div>
<div class="form-field">
<label for="email">
<i class="fas fa-envelope col-2 "></i>
<input id="sendemail" type="email" class="email col-10" name="email" placeholder="Email"
required></label>
</div>
<div class="form-field">
<label for="message">
<i class="fa fa-pencil col-2 "></i>
<textarea id="sendmessage" type="message" class="message col-10" name="message"
placeholder="Message here..." required rows="14"></textarea></label>
</div>
<div class="form-field " style="margin-top: 0.75vw;">
<input id="sendmail" type="submit" name="submit" style="display: flex; align-self:flex-end"
class="btn submit" value="Send">
</div>
</form>
</div>
<div class="col-10 col-md-3 pict-addr" data-aos="zoom-in" data-aos-duration="1000">
<div class="row gmap-addr">
<div class="col-11 follow d-flex justify-content-center ">
<a href="https://www.facebook.com/pisbcredenz/"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/company/pisbieee/"><i class="fa fa-twitter"></i></a>
<a href="https://www.instagram.com/pictieee/"><i class="fa fa-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCd6__nibgqccgP-M2GBKxGw"><i class="fa fa-youtube"></i></a>
</div>
</div>
<div class="row gmap-addr">
<div class="col-12 map-addr">
<iframe id="gmap"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3784.5781099900314!2d73.84863831471971!3d18.457454987445765!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMTjCsDI3JzI2LjgiTiA3M8KwNTEnMDMuMCJF!5e0!3m2!1sen!2sin!4v1591626932593!5m2!1sen!2sin"
width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false"
tabindex="0"></iframe>
</div>
</div>
</div>
<!-- <div class="col-10 col-md-3 d-flex justify-content-center map-icons">
<div class="row d-flex">
<div class="col-12 map-addr">
<iframe id="gmap"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3784.5781099900314!2d73.84863831471971!3d18.457454987445765!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMTjCsDI3JzI2LjgiTiA3M8KwNTEnMDMuMCJF!5e0!3m2!1sen!2sin!4v1591626932593!5m2!1sen!2sin"
width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false"
tabindex="0"></iframe>
</div>
</div>
<div class="row d-flex">
<div class="col-12 brdr ">
</div>
</div> -->
</div>
</div>
</div>
</main>
<!--footer-->
<footer class="new_footer_area bg_color" id="footer">
<div class="new_footer_top">
<div class="footer_bg"></div>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="f_widget company_widget wow fadeInLeft in-left" data-wow-delay="0.2s"
style="visibility: visible; animation-delay: 0.2s; animation-name: fadeInLeft;">
<br>
<br>
<img class="logo-footer" src="./common/footer/ieeelogo.png" alt="logo-footer"
data-at2x="assets/img/logo.png">
<img class="logo-footer" src="./common/footer/pisb.png" alt="logo-footer" data-at2x="assets/img/logo.png">
<form action="#" class="f_subscribe_two mailchimp" method="post" novalidate="true" _lpchecked="1">
<p>PICT IEEE Student Branch aims to inspire innovation in various technological fields
and to help breach boundaries with every new idea.</p>
</form>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="f_widget company_widget wow fadeInLeft in-left" data-wow-delay="0.6s"
style="visibility: visible; animation-delay: 0.6s; animation-name: fadeInLeft;">
<br>
<br>
<h3 class="f-title f_600 t_color f_size_18">Get in Touch</h3>
<p>Don’t miss out on any updates on new Hackathons and competitions!</p>
<!--<form action="#" class="f_subscribe_two mailchimp" method="post" novalidate="true"
_lpchecked="1">
<input type="text" name="EMAIL" class="form-control memail" placeholder="Email">
<button class="btn btn_get btn_get_two" type="submit">Submit</button>
<p class="mchimp-errmessage" style="display: none;"></p>
<p class="mchimp-sucmessage" style="display: none;"></p>
</form>-->
<div style="text-align: left;"><i style="font-size: 15px; color:white"
class="fas fa-envelope"></i> <a style="color:white" href="mailto:[email protected]"
target="blank">[email protected]</a></div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="f_widget about-widget pl_70 wow fadeInLeft in-left" data-wow-delay="1s"
style="visibility: visible; animation-delay: 1s; animation-name:fadeInLeft;">
<br>
<br>
<h3 class="f-title f_600 t_color f_size_18">Follow Us</h3>
<div class="footericon">
<ul class="social-network social-circle">
<li><a class="icoLinkedin" href="https://www.linkedin.com/company/pisbieee/" title="Linkedin"
target="blank"><i class="fab fa-linkedin-in"></i></a></li>
<!--<li><a class="icoTwitter" href="" title="Twitter"><i class="fa fa-twitter"></i></a></li>-->
<li><a class="icoYoutube" href="https://www.youtube.com/channel/UCd6__nibgqccgP-M2GBKxGw"
target="blank" title="YouTube"><i class="fab fa-youtube"></i></a>
</li>
<!--<li><a class="icoQuora" href="" title="Quora"><i class="fa fa-quora"></i></a></li>-->
<li><a class="icoFacebook" href="https://www.facebook.com/pisbcredenz/" title="Facebook"
target="blank"><i class="fab fa-facebook"></i></a></li>
<li><a class="icoInstagram" href="https://www.instagram.com/pictieee/" title="Instagram"
target="blank"><i class="fab fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer_bottom">
<p class="mb-0 f_400">© PICT IEEE STUDENT BRANCH | </p>
<div class="box">
<a class="buttonp" href="#popup1">WEB TEAM</a>
</div>
<div id="popup1" class="overlay">
<div class="popup">
<br>
<br>
<h2>WEB TEAM 2020</h2>
<a class="close" href="#footer">×</a>
<div class="contentp">
<div class="demo">
<div class="conatiner">
<div class="row">
<div id="testimonial-slider" class="owl-carousel">
<div class="web_card_1">
<div class="web_team_card1"></div>
<p class="description">
AJAY KADAM
</p>
<div class="effect varrius">
<div class="button_lin">
<a href="https://www.linkedin.com/in/ajay-kadam-512255177" class="in" target="blank"><i
class="fa fa-linkedin" aria-hidden="true" style="left: 0;"></i></a>
</div>
</div>
</div>
<div class="web_card_1" id="dab">
<div class="web_team_card2"></div>
<p class="description">
BHUSHAN CHOUGULE
</p>
<div class="effect varrius" id="dab">
<div class="button_lin">
<a href="https://www.linkedin.com/in/bhushan-chougule-124667150" class="in" target="blank"><i
class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="web_card_1" id="dab">
<div class="web_team_card3"></div>
<p class="description">
APURVA USHIRE
</p>
<div class="effect varrius">
<div class="button_lin">
<a href="https://www.linkedin.com/in/apurva-ushire-9029791a1" class="in" target="blank"><i
class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="web_card_1" id="dab">
<div class="web_team_card4"></div>
<p class="description">
FATEMA KATAWALA
</p>
<div class="effect varrius" id="dab">
<div class="button_lin">
<a href="https://www.linkedin.com/in/fatema-katawala-2b99451a1/" target="blank" class="in"><i
class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="web_card_1" id="dab">
<div class="web_team_card5"></div>
<p class="description">
OMKAR DABIR
</p>
<div class="effect varrius">
<div class="button_lin">
<a href="https://www.linkedin.com/in/coderdabir" class="in" target="blank"><i
class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="web_card_1" id="dab">
<div class="web_team_card6"></div>
<p class="description">
ROHAN PAWAR
</p>
<div class="effect varrius">
<div class="button_lin">
<a href="https://www.linkedin.com/in/rohan-pawar-b52117173" class="in" target="blank"><i
class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="web_card_1" id="dab">
<div class="web_team_card7"></div>
<p class="description">
SHARLENE WADHWA
</p>
<div class="effect varrius">
<div class="button_lin">
<a href="https://www.linkedin.com/in/sharlene-wadhwa-111a3a193" class="in" target="blank"><i
class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="web_card_1" id="dab">
<div class="web_team_card8"></div>
<p class="description">
SHREYA DESHPANDE
</p>
<div class="effect varrius">
<div class="button_lin">
<a href="https://www.linkedin.com/in/shreya-deshpande-420297191" class="in" target="blank"><i
class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--footer end-->
<!-- essential js -->
<script src="./common/js/jquery.3.5.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="./common/js/bootstrap.min.js"></script>
<!-- AOS js -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!-- Scroll to top js -->
<script type="text/javascript" src="./common/scrollToTop/arrow.js"></script>
<!-- Preloader js -->
<script src="./common/preloader/preloader.js"> </script>
<script type="text/javascript">
$(window).on("load", function () {
$(".loader-wrapper").fadeOut("slow");
});
</script>
<!-- Typewriter js -->
<script src="./common/typewriter/typed.js"></script>
<script>
var typed = new Typed(".type", {
strings: [
"IEEE",
"PISB",
"P.I.N.G.",
"WIE"
],
typeSpeed: 120,
backSpeed: 120,
loop: true
});
</script>
<!-- Web team popup js -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.js'></script>
<script src="./common/popup/pop.js"></script>
<script>
$('document').ready(function () {
$('#sendmail').click(function () {
$.ajax({
url: 'http://sanket212000.pythonanywhere.com/send/',
method: "GET",
dataType: "json",
data: {
name: $('#sendname').val(),
email: $('#sendemail').val(),
message: $('#sendmessage').val(),
},
success: function (data) {
window.location = "../Domains-Page/domains.html";
},
error: function (XMLHttpRequest, textStatus, errorThrown) {
alert("Status: " + textStatus);
alert("Error: " + errorThrown);
}
});
});
});
</script>
</body>
</html>