-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathiiitdwdfinal.html
More file actions
621 lines (584 loc) · 20.8 KB
/
iiitdwdfinal.html
File metadata and controls
621 lines (584 loc) · 20.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-166050406-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-166050406-1");
</script>
<!-- Title of your page: add the name of your IIIT-->
<title>IIIT Dharwad Placements</title>
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.1.6/Chart.bundle.min.js"
></script>
<meta
content="This is IIIT Placement page of the community IIITians Network"
name="descriptison"
/>
<!--You have to update the name of your IIIT in both these lines -->
<meta content="IIITians Network - Placement" name="keywords" />
<!-- Favicons -->
<link href="img/logo/iiitian.png" rel="icon" />
<link href="img/logo/iiitian.png" rel="apple-touch-icon" />
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600&family=Roboto&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<!-- Vendor CSS Files -->
<link
href="assets/vendor/bootstrap/css/bootstrap.min.css"
rel="stylesheet"
/>
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet" />
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet" />
<link
href="assets/vendor/owl.carousel/assets/owl.carousel.min.css"
rel="stylesheet"
/>
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<!-- Animation for text -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Anton"
/>
<link rel="stylesheet" href="./style.css" />
<!-- Font awesome icons-->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<!-- Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
<link href="assets/css/custom.css" rel="stylesheet" />
<link href="assets/css/footer.css" rel="stylesheet" />
<link rel="stylesheet" href="assets/css/heading.css" type="text/css" />
<link href="custom.css" rel="stylesheet" />
<!-- Carousel files -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<!--================================== STUDENT's LIFE CSS FILES =======================================================-->
<link rel="stylesheet" type="text/css" href="assets/css/studentsLife.css" />
<!--================================== STUDENT's LIFE CSS FILE END =======================================================-->
<!--==================================Counter Up files ====================-->
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"> -->
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> -->
<script
src="https://code.jquery.com/jquery-1.12.4.min.js"
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
crossorigin="anonymous"
></script>
<!--==================================Counter Up files over ==============-->
<!--================= Loader Part start ===============-->
<style>
.no-js #loader {
display: none;
}
.js #loader {
display: block;
position: absolute;
left: 100px;
top: 0;
}
.se-pre-con {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url("./img/loader/loader.gif") center no-repeat #fff;
}
#myBtn {
position: fixed;
/* Fixed/sticky position */
bottom: 20px;
/* Place the button at the bottom of the page */
right: 0px;
/* Place the button 30px from the right */
z-index: 7;
/* Make sure it does not overlap */
border: none;
/* Remove borders */
outline: none;
/* Remove outline */
background-color: white;
/* Set a background color */
cursor: pointer;
/* Add a mouse pointer on hover */
padding: 15px;
/* Some padding */
border-radius: 10px;
/* Rounded corners */
font-size: 15px;
/* Increase font size */
height: 50px;
}
#arrow {
height: 40px;
widows: 40px;
float: right;
position: static;
}
h2 {
color: navy;
}
#info {
font-family: "Times New Roman", Times, serif;
font-size: medium;
color: black;
}
#char2 {
padding-top: 20px;
width: 50%;
float: right;
padding-top: 0px;
}
#chart1 {
width: 50%;
float: left;
}
</style>
<!-- =================== Loader part ended=================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container-fluid d-flex">
<div class="logo mr-auto">
<a href="index.html"
><img src="img/logo/iiitian.png" alt="" class="img-fluid"
/></a>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li><a href="https://iiitiansnetwork.com/">Home</a></li>
<li><a href="">Counselling</a></li>
<li><a href="">News</a></li>
<li class="drop-down">
<a href="">Login</a>
<ul>
<li><a href="#">Student</a></li>
<li><a href="#">Clubs</a></li>
<li class="drop-down">
<a href="#">Register</a>
<ul>
<li><a href="">Individual</a></li>
<li><a href="">Club</a></li>
<li><a href="">Non-IIIT Students</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="http://team.iiitiansnetwork.com/">Our Team</a></li>
<li class="drop-down" class="active"><a href="">All IIIT</a></li>
<li><a href="">Contact</a></li>
</ul>
</nav>
<!-- .nav-menu -->
</div>
</header>
<!-- End Header -->
<br /><br /><br /><br />
<div id="bar1">
<h2>
<strong><u>Placement statistics of IIIT-DWD|2019:</u></strong>
</h2>
<p id="info">
The Indian Institute of Information Technology Dharwad, recently
declared as the institute of national importance has brought down the
negotiation tables. Probability of the students getting placed is quite
impressive. Handpicked graduates are being paid reasonably. Both the
streams namely CSE and ECE, 2015 being the first opening batch of the
institute has given good progress till date.
</p>
<canvas id="mybarChart" height="100%"></canvas>
<script src="chart.js@2.8.0"></script>
<script>
var ctx = document.getElementById("mybarChart").getContext("2d");
var chart = new Chart(ctx, {
// The type of chart we want to create
type: "bar",
// The data for our dataset
data: {
labels: ["CSE", "ECE", "OVER-ALL"],
datasets: [
{
label: "Total registered students",
backgroundColor: "indigo",
borderWidth: "2px",
data: [20, 13, 33],
},
{
label: "Total students Placed",
backgroundColor: "navy",
borderColor: "black",
borderWidth: "2px",
data: [7, 3, 10],
},
{
label: "others",
backgroundColor: "rgb(65,105,225)",
borderWidth: "2px",
data: [13, 10, 23],
},
{
label: "Average salary LPA",
backgroundColor: "rgb(30,144,255)",
borderColor: "black",
borderWidth: "2px",
data: [5, 2, 4],
},
{
label: "Highest Salary",
backgroundColor: "rgb(0,191,255)",
borderColor: "black",
borderWidth: "2px",
data: [15, 10, 13],
},
],
},
// Configuration options go here
options: {
legend: {
position: "right",
},
},
});
</script>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script
src="jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script
src="popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"
></script>
<script
src="bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"
></script>
</div>
<div id="chart1">
<p>CSE</p>
<canvas id="myChart" height="100%"></canvas>
<script src="chart.js@2.8.0"></script>
<script>
var ctx = document.getElementById("myChart").getContext("2d");
var chart = new Chart(ctx, {
// The type of chart we want to create
type: "pie",
// The data for our dataset
data: {
labels: ["Percentage of students placed", "others"],
datasets: [
{
backgroundColor: ["rgb(0,0,0)", "rgb(0,191,255)"],
borderWidth: "2px",
data: [43, 57],
},
],
},
// Configuration options go here
options: {
legend: {
position: "right",
},
},
});
</script>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script
src="jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script
src="popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"
></script>
<script
src="bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"
></script>
</div>
<div id="char2">
<p>ECE</p>
<script src="chart.js@2.8.0"></script>
<canvas id="myChart2" height="100%"></canvas>
<script>
var ctxA = document.getElementById("myChart2").getContext("2d");
var charta = new Chart(ctxA, {
// The type of chart we want to create
type: "pie",
// The data for our dataset
data: {
labels: ["Percentage of students placed", "others"],
datasets: [
{
backgroundColor: ["rgb(25,25,112)", "rgb(112,128,144)"],
borderWidth: "2px",
data: [23, 77],
},
],
},
// Configuration options go here
options: {
legend: {
position: "right",
},
},
});
</script>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script
src="jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script
src="popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"
></script>
<script
src="bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"
></script>
<script>
mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction();
};
function scrollFunction() {
if (
document.body.scrollTop > 20 ||
document.documentElement.scrollTop > 20
) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0; // For Safari
document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
}
</script>
<button onclick="topFunction()" id="myBtn" title="Go to top">
<img id="arrow" src="toparrow.png" />
</button>
</div>
<br /><br /><br /><br />
<!-- ======= Footer ======= -->
<!-- No need to change anything in footer area -->
<footer id="footer">
<!--div class="footer-newsletter" data-aos="fade-up">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<h4>Join Our Community</h4>
<p>Help us in this idea for uniting all IIITs</p>
<form action="https://formspree.io/xeqrqzrv" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div-->
<div class="footer-top">
<div class="container">
<div class="row">
<div
class="col-lg-3 col-md-6 footer-contact"
data-aos="fade-up"
data-aos-delay="100"
>
<h3>IIITians Network</h3>
<p>
A never ending connection...<br /><br />
<strong>Email:</strong> iiitiansnetwork@gmail.com<br />
<strong>Hit Counter</strong><br /><a
href="https://www.freecounterstat.com"
title="web page counter"
><img
src="https://counter4.stat.ovh/private/freecounterstat.php?c=q51njpj681mn4e26d4epb3shwl24mt89"
border="0"
title="web page counter"
alt="web page counter" /></a
><br />
</p>
</div>
<div
class="col-lg-3 col-md-6 footer-links"
data-aos="fade-up"
data-aos-delay="200"
>
<h4>Useful Links</h4>
<ul>
<li>
<i class="bx bx-chevron-right"></i> <a href="#">Home</a>
</li>
<li>
<i class="bx bx-chevron-right"></i> <a href="#">News</a>
</li>
<li>
<i class="bx bx-chevron-right"></i> <a href="#">All IIIT</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="#">JEE Counselling</a>
</li>
<li>
<i class="bx bx-chevron-right"></i> <a href="#">Contact Us</a>
</li>
</ul>
</div>
<div
class="col-lg-3 col-md-6 footer-links"
data-aos="fade-up"
data-aos-delay="300"
>
<h4>Our Community</h4>
<ul>
<li>
<i class="bx bx-chevron-right"></i> <a href="#">Core Team</a>
</li>
<li>
<i class="bx bx-chevron-right"></i> <a href="#">Web Team</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="#">Design Team</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="#">Animation Team</a>
</li>
<li>
<i class="bx bx-chevron-right"></i> <a href="#">Management</a>
</li>
</ul>
</div>
<div
class="col-lg-3 col-md-6 footer-links"
data-aos="fade-up"
data-aos-delay="400"
>
<h4>Our Social Networks</h4>
<p>Follow us to stay connected with IIITs</p>
<div class="social-links mt-3">
<a
href="https://t.me/joinchat/PDoYWUnOdNYSULqc_Fmjxg"
class="telegram"
><i class="bx bxl-telegram"></i
></a>
<a
href="https://www.facebook.com/i.am.an.iiitian.community/"
class="facebook"
><i class="bx bxl-facebook"></i
></a>
<a
href="https://www.instagram.com/_i_am_an_iiitian/"
class="instagram"
><i class="bx bxl-instagram"></i
></a>
<a
href="https://www.linkedin.com/company/53184003"
class="linkedin"
><i class="bx bxl-linkedin"></i
></a>
<a
href="https://www.youtube.com/channel/UCFlPhj8XnKBWc1cNSC8IedA"
class="linkedin"
><i class="bx bxl-youtube"></i
></a>
</div>
<p>
<br />Content by <b>Vibhanshu Jain</b><br />
College ID: CS19B1027<br /><br />
<!--Institute Representative <b>Vibhanshu Jain</b-->
These students of IIIT Raichur have credits, authorities and the
responsibilities to manage this page.
</p>
</div>
</div>
</div>
</div>
<div class="container py-4">
<div class="copyright">
© Copyright <strong><span>IIITian Network</span></strong
>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/ -->
Powered by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer>
<!-- End Footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<!-- <script src="assets/vendor/jquery/jquery.min.js"></script> -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/js/jquery.counterup.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js"></script>
<script>
jQuery(document).ready(function ($) {
$(".counter").counterUp({
delay: 10,
time: 1000,
});
});
</script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!-- Custom JS files -->
<script src="assets/js/custom.js"></script>
</body>
</html>