-
Notifications
You must be signed in to change notification settings - Fork 2
/
discussion.html
830 lines (747 loc) · 40.3 KB
/
discussion.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>PISB | DISCUSSION FORUM</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, minimum-scale=1">
<!-- Bootstrap v4.3.1 -->
<link rel="stylesheet" href="./common/css/bootstrap.min.css">
<!-- Font Awesome (keep both the versions) -->
<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">
<!-- 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">
<!--web team popup -->
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.css'>
<!-- custom css -->
<!-- custom css1 -->
<link rel="stylesheet" href="./Discussion-Forum/assets/css/login.css">
<link rel="stylesheet" href="./Discussion-Forum/assets/css/mainQuetion.css">
<link rel="stylesheet" href="./Discussion-Forum/assets/css/popup modal.css">
<link rel="stylesheet" href="./Discussion-Forum/assets/css/askQuestion.css">
<link rel="stylesheet" href="./Discussion-Forum/assets/css/mediaq-top.css">
<link rel="stylesheet" href="./Discussion-Forum/assets/css/mediaQueriesMainQue.css">
<!-- FONTS -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap"
rel="stylesheet">
<link type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet">
</head>
<body>
<!-- preloader -->
<div class="loader-wrapper" style="color: rgb(100, 132, 180);">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<div class="cell">
<div class="fadeImg">
<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>
<!-- lOGIN MODAL -->
<div class="container login-modal">
<div class="overlay" id="popup0">
<div class="form-box">
<a class="close" href="#"><i class="fa fa-times" aria-hidden="true"></i></a>
<div class="button-box">
<div id="btn"></div>
<button type="button" class="toggle-btn" onclick="login()" >Log In</button>
<!-- <button type="button" class="toggle-btn" onclick="register()">Sign Up</button> -->
<a class="toggle-btn" href="./register.html">Sign Up</a>
</div>
<form id="login" class="input-area">
<label><i class="fa fa-user" aria-hidden="true"></i>Email Id<input type="email" id="email" class="input-field"
required></label>
<label style="margin-top:0.8vw"></label><i class="fa fa-lock" aria-hidden="true"></i> Password<input id="pass"
type="password" class="input-field" required>
<input type="checkbox" class="check-box"><span>Remember Me</span>
<button id="logInBtn" type="submit" class="submit-btn">Log In</button>
</form>
<!-- <form id="register" class="input-group">
<label><i class="fa fa-user" aria-hidden="true"></i> Username<input type="text" class="input-field"
required></label>
<label><i class="fa fa-envelope" aria-hidden="true" style="font-size: 14px;"></i> Email<input
type="email" class="input-field" required></label>
<label><i class="fa fa-lock" aria-hidden="true"></i> Password<input type="Password"
class="input-field" required></label>
<label><i class="fa fa-lock" aria-hidden="true"></i> Confirm Password<input type="Password"
class="input-field" required>
</label>
<button type="submit" class="submit-button">Sign Up</button>
</form> -->
</div>
</div>
</div>
<!-- MAIN CONTENT -->
<div class="container-fluid main-cntnr">
<div class="row top-sec-row d-flex justify-content-center align-items-center">
<div class="col-12 col-md-4 brdr">
<div class="search-box d-flex justify-content-center align-items-center">
<input class="search-txt" type="text" name="" placeholder="Type to search ...">
<button class="btn btn-prsimary search-btn d-flex justify-content-center align-items-center">
<i class="fa fa-search" aria-hidden="true"></i>
</button>
</div>
</div>
<div class="col-4 col-md-3 brdr d-flex align-items-center justify-content-center pll-0">
<div class="dropdown domains d-flex justify-content-center align-items-center">
<a class="domains-drop dropdown-toggle d-flex justify-content-center align-items-center text-align-center "
href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
<span class="qwe">Domains</span>
</a>
<div class="dropdown-menu animate slideIn" aria-labelledby="navbarDropdown">
<a class="domains-drop-ops dropdown-item" href="#"><span>Machine Learning </span></a>
<a class="domains-drop-ops dropdown-item" href="#"><span>Artificial Intelligence</span></a>
<a class="domains-drop-ops dropdown-item" href="#"><span>Competitive Programming</span></a>
<a class="domains-drop-ops dropdown-item" href="#"><span>App Development</span></a>
<a class="domains-drop-ops dropdown-item" href="#"><span>Web Development</span></a>
<a class="domains-drop-ops dropdown-item" href="#"><span>Iot & Robotics</span></a>
<a class="domains-drop-ops dropdown-item" href="#"><span>Digital Design</span></a>
</div>
</div>
<script>
document.querySelectorAll(".domains-drop-ops.dropdown-item").forEach((option) => {
let text = option.innerHTML;
option.addEventListener("click", function () {
document.querySelector(".domains-drop").innerHTML = text;
})
})
</script>
</div>
<div class="col-4 col-md-2 brdr d-flex align-items-center justify-content-center text-align-center">
<a href="#" class="trend">
<p> Trending
<i class="fas fa-bolt"></i>
</p>
</a>
</div>
<div class="col-4 col-md-3 brdr d-flex align-items-center justify-content-center text-align-center">
<a data-toggle="collapse" href="#que1" role="button" aria-expanded="false"
aria-controls="collapseExample" class="ask">
<p> Ask a question
<i class="fa fa-plus-square" aria-hidden="true"></i>
</p>
</a>
</div>
</div>
<div class="row ">
<div class="col-md brdr"></div>
<div class="col-md-9 brdr">
<div class="collapse" id="que1">
<div class="row askQuestion">
<div class="col brdr"></div>
<form method="POST" action="" enctype="multipart/form-data" class="col-9 brdr">
<div class="row category ">
<div class="dropdown0 brdr domains col-4">
<a class="p1 drop domains-drop hidden ask-q dropdown-toggle d-flex justify-content-center align-items-center text-align-center "
href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
<span class="qwe">Domains</span>
</a>
<div class="dropdown-menu animate slideIn" aria-labelledby="navbarDropdown">
<a class="domains-drop-ops dropdown-item ask-q" href="#"><span>Machine
Learning
</span></a>
<a class="domains-drop-ops dropdown-item ask-q" href="#"><span>Artificial
Intelligence</span></a>
<a class="domains-drop-ops dropdown-item ask-q" href="#"><span>Competitive
Programming</span></a>
<a class="domains-drop-ops dropdown-item ask-q" href="#"><span>App
Development</span></a>
<a class="domains-drop-ops dropdown-item ask-q" href="#"><span>Web
Development</span></a>
<a class="domains-drop-ops dropdown-item ask-q" href="#"><span>Iot &
Robotics</span></a>
<a class="domains-drop-ops dropdown-item ask-q" href="#"><span>Digital
Design</span></a>
</div>
</div>
<script>
document.querySelectorAll(".domains-drop-ops.dropdown-item.ask-q").forEach((
option) => {
let text = option.innerHTML;
option.addEventListener("click", function () {
document.querySelector(".domains-drop.ask-q").innerHTML =
text;
})
})
</script>
<div class="col-4 bet"></div>
<div class="col-4 d-flex add-img-wrap">
<!-- <span class="image-icon"></span> -->
<button class="btn btn-primary add-img">
<i style="margin:auto 4px ;" class="fa fa-image fa-lg"></i>
Add Image
</button>
<input class="custom-file-input" title="upload new files" type="file" id="images"
name="images" accept="images/*" multiple>
</div>
</div>
<div class="row brdr d-flex justify-content-center align-items-center">
<input type="text" name="title" id="title" class="title-text brdr" placeholder="Title">
</div>
<div class="row d-flex justify-content-center align-items-center">
<textarea type="text" name="title" id="title" class="title-description"
placeholder="Description"></textarea>
</div>
<div class="row d-flex justify-content-center align-items-center">
<button type="submit" class="btn btn-primary submit">POST</button>
</div>
</form>
<div class="col brdr"></div>
</div>
</div>
</div>
<div class="col-md brdr"></div>
</div>
</div>
<style>
/* Other styles for the page not related to the animated dropdown */
</style>
<div class="container-fluid">
<div class="row d-flex justify-content-center align-items-center">
<div class="quetion col-12 col-md-8">
<div class="recent-q">Recent Questions </div>
<a href="./question.html" class="row d-flex">
<div class="col-2 col-md-2 quetion-box d-flex align-items-center">
<div>
<img src="./Discussion-Forum/assets/img/male_avatar-512.png" alt="Profile Image"
class="profileimg">
</div>
<div class="author d-flex justify-item-center">
<span>Author Name</span>
</div>
<div class="third-box left">
<div class="domain">
<span>Artificial Intelligence</span>
</div>
</div>
</div>
<div class="col col-md-8 p-0">
<div class="que-box">
<div class="que-title">
<p>
What are the best Python projects to do while learning the math for machine
learning?
</p>
</div>
<div class="que-description">
<p>
I am very interested in machine learning and want to learn it in the future. As I
want to actually understand what is happening underneath the hood Please tell me
what you think. It will really help me!
</p>
</div>
<div class="reply">
<ul class="thumbnails">
<li class="list-item"><i class="fa fa-thumbs-up fa-lg"> </i> 23</li>
<li class="list-item"><i class="fa fa-thumbs-down fa-lg"> </i> 10</li>
<li class="list-item"><i class="fa fa-reply fa-lg"></i> 10</li>
<li class="list-item time" style="right:0"><em>12h ago</em></li>
</ul>
</div>
</div>
</div>
<div class="col-0 col-md-2 third-box-wrap">
<div class="third-box align-itemss-center justify-scontent-center">
<div class="domain">
<span>Artificial Intelligence</span>
</div>
</div>
</div>
</a>
<a href="./question.html" class="row d-flex">
<div class="col-2 col-md-2 quetion-box d-flex align-items-center">
<div>
<img src="./Discussion-Forum/assets/img/male_avatar-512.png" alt="Profile Image"
class="profileimg">
</div>
<div class="author d-flex justify-item-center">
<span>Author Name</span>
</div>
<div class="third-box left">
<div class="domain">
<span>Artificial Intelligence</span>
</div>
</div>
</div>
<div class="col col-md-8 p-0">
<div class="que-box">
<div class="que-title">
<p>
What are the best Python projects to do while learning the math for machine
learning?
</p>
</div>
<div class="que-description">
<p>
I am very interested in machine learning and want to learn it in the future. As I
want to actually understand what is happening underneath the hood Please tell me
what you think. It will really help me!
</p>
</div>
<div class="reply">
<ul class="thumbnails">
<li class="list-item"><i class="fa fa-thumbs-up fa-lg"> </i> 23</li>
<li class="list-item"><i class="fa fa-thumbs-down fa-lg"> </i> 10</li>
<li class="list-item"><i class="fa fa-reply fa-lg"></i> 10</li>
<li class="list-item time" style="right:0"><em>12h ago</em></li>
</ul>
</div>
</div>
</div>
<div class="col-0 col-md-2 third-box-wrap">
<div class="third-box align-itemss-center justify-scontent-center">
<div class="domain">
<span>Artificial Intelligence</span>
</div>
</div>
</div>
</a>
<a href="./question.html" class="row d-flex">
<div class="col-2 col-md-2 quetion-box d-flex align-items-center">
<div>
<img src="./Discussion-Forum/assets/img/male_avatar-512.png" alt="Profile Image"
class="profileimg">
</div>
<div class="author d-flex justify-item-center">
<span>Author Name</span>
</div>
<div class="third-box left">
<div class="domain">
<span>Artificial Intelligence</span>
</div>
</div>
</div>
<div class="col col-md-8 p-0">
<div class="que-box">
<div class="que-title">
<p>
What are the best Python projects to do while learning the math for machine
learning?
</p>
</div>
<div class="que-description">
<p>
I am very interested in machine learning and want to learn it in the future. As I
want to actually understand what is happening underneath the hood Please tell me
what you think. It will really help me!
</p>
</div>
<div class="reply">
<ul class="thumbnails">
<li class="list-item"><i class="fa fa-thumbs-up fa-lg"> </i> 23</li>
<li class="list-item"><i class="fa fa-thumbs-down fa-lg"> </i> 10</li>
<li class="list-item"><i class="fa fa-reply fa-lg"></i> 10</li>
<li class="list-item time" style="right:0"><em>12h ago</em></li>
</ul>
</div>
</div>
</div>
<div class="col-0 col-md-2 third-box-wrap">
<div class="third-box align-itemss-center justify-scontent-center">
<div class="domain">
<span>Artificial Intelligence</span>
</div>
</div>
</div>
</a>
<a href="./question.html" class="row d-flex">
<div class="col-2 col-md-2 quetion-box d-flex align-items-center">
<div>
<img src="./Discussion-Forum/assets/img/male_avatar-512.png" alt="Profile Image"
class="profileimg">
</div>
<div class="author d-flex justify-item-center">
<span>Author Name</span>
</div>
<div class="third-box left">
<div class="domain">
<span>Artificial Intelligence</span>
</div>
</div>
</div>
<div class="col col-md-8 p-0">
<div class="que-box">
<div class="que-title">
<p>
What are the best Python projects to do while learning the math for machine
learning?
</p>
</div>
<div class="que-description">
<p>
I am very interested in machine learning and want to learn it in the future. As I
want to actually understand what is happening underneath the hood Please tell me
what you think. It will really help me!
</p>
</div>
<div class="reply">
<ul class="thumbnails">
<li class="list-item"><i class="fa fa-thumbs-up fa-lg"> </i> 23</li>
<li class="list-item"><i class="fa fa-thumbs-down fa-lg"> </i> 10</li>
<li class="list-item"><i class="fa fa-reply fa-lg"></i> 10</li>
<li class="list-item time" style="right:0"><em>12h ago</em></li>
</ul>
</div>
</div>
</div>
<div class="col-0 col-md-2 third-box-wrap">
<div class="third-box align-itemss-center justify-scontent-center">
<div class="domain">
<span>Artificial Intelligence</span>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<!--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-->
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/7.17.2/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.17.2/firebase-database.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://www.gstatic.com/firebasejs/7.17.2/firebase-analytics.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.17.2/firebase-auth.js"></script>
<!-- <script src="https://www.gstatic.com/firebasejs/7.17.2/firebase-firestore.js"></script> -->
<script>
// Your web app's Firebase configuration
var firebaseConfig = {
apiKey: "AIzaSyAqZg4mfT-olnnXrbACYwfSUKLXbilu05M",
authDomain: "pisb-register.firebaseapp.com",
databaseURL: "https://pisb-register.firebaseio.com",
projectId: "pisb-register",
storageBucket: "pisb-register.appspot.com",
messagingSenderId: "567975996062",
appId: "1:567975996062:web:76df9477c9480119ac298f",
measurementId: "G-RN568ZZ7KQ"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
// firebase.firestore();
</script>
<script src="./Discussion-Forum/assets/js/register.js"></script>
<!-- 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>
<!-- 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>
<script>
document.querySelectorAll(".que-description p").forEach(function (p) {
var text = p.textContent;
if (text.length > 275) {
text = text.slice(0, 275);
p.textContent = text + "..."
}
console.log(p)
})
</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>
<!-- custom js -->
<script src="./Discussion-Forum/assets/js/login.js"></script>
</body>
</html>