-
Notifications
You must be signed in to change notification settings - Fork 6
/
guest_lectures.php
161 lines (144 loc) · 6.42 KB
/
guest_lectures.php
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
<!DOCTYPE html>
<html>
<head>
<title>guest-lectures</title>
<link rel="stylesheet" href="css/guest_lectures.css">
<style>.foo{
background-image:url('img/vinay.png');width:1330px;background-repeat:no-repeat;margin-left:15px; }</style>
</head>
<body>
<div class="container">
<?php
include 'topheader.php';
include 'css_include.php';
include 'navbar.php';
include 'metatags.php';
?>
<h2>GUESTS LECTURES</h2><br><br>
<img src="img/guest.jpg" width="1150px" height="300px"/>
<p style="padding:30px;">Since its inception in 1951, IIT Kharagpur has mentored some of the most eminent personalities in the history of the nation. The guest-lectures provide a medium for the alumni to give back to the institute by imparting their experience to the students and preparing them for the real world. The topics are spread all over - from personality development to department related technical lectures.<br>
The guest-lectures pave a way for interaction between the alumni and the current students. Having a large alumni base to learn from has always been an integral benefit of being a student of IIT Kharagpur and these lectures ensure exactly that. Moreover, this also provides the alumni with an opportunity to pitch their ideas or products to the student audience.<br>
IIT Kharagpur also organizes the Leadership Summit - an event where Kharagpur alumni who are reputed leaders in their respective fields come together on one platform and enthusiastically share the secrets to their success. This event is looked forward to by the students since it exposes them to a lot of a practical knowledge that can help them move up the corporate ladder with ease.<br>
guest-lectures form a very important part of the working of Students' Alumni Cell by bridging the gap between alumni and students and bringing them closer together. They allow alumni to stay in touch with their Alma Mater and bring the students up to date with what they can achieve if they set their minds to it.</p>
<div class="our_speakers">
<h2>Our Speakers</h2><br>
<br>
<!--<div class="speaker_images">
<div class="img" style="background-color:#ffcc99" >
<img src="img/guest-lecture/s1.jpg" >
<div class="name"> </div>
</div>
<div class="img" style="background-color:#9eceff">
<img src="img/guest-lecture/s2.jpg" >
<p class="name">Anshuman Mishra</p>
</div>
<div class="img" style="background-color:#ffcc99">
<img src="img/guest-lecture/s3.jpg" >
<p class="name">Anshuman Mishra</p>
</div>
<div class="img" style="background-color:#ff9966">
<img src="img/guest-lecture/s4.jpg" >
<p class="name">Anshuman Mishra</p>
</div>
<div class="img" style="background-color:#ffcc99">
<img src="img/guest-lecture/s5.jpg" >
<p class="name">Veerendra Jaitly</p>
</div>
<div class="img" style="background-color:£9eceff">
<img src="img/guest-lecture/s6.jpg" >
<p class="name">Anshuman Mishra</p>
</div>
<div class="img" style="background-color:#ffcc99">
<img src="img/guest-lecture/s7.jpg" >
<p class="name">Name</p>
</div>
<div class="img" style="background-color:£9eceff">
<img src="img/guest-lecture/s8.jpg" >
<p class="name">Name</p>
</div>
</div>-->
<div class="row">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
<li data-target="#myCarousel" data-slide-to="6"></li>
<li data-target="#myCarousel" data-slide-to="7"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="img/guest-lecture/Bedabrata.jpg" width="1150" />
</div>
<div class="item">
<img src="img/guest-lecture/chetan.jpg" width="1150" />
</div>
<div class="item">
<img src="img/guest-lecture/Manoj.jpg" width="1150" />
</div>
<div class="item">
<img src="img/guest-lecture/pradip.jpg" width="1150" />
</div>
<div class="item">
<img src="img/guest-lecture/rakesh.jpg" width="1150" />
</div>
<div class="item">
<img src="img/guest-lecture/veerendra.jpg" width="1150" />
</div>
<div class="item">
<img src="img/guest-lecture/venkatesh.jpg" width="1150" />
</div>
<div class="item">
<img src="img/guest-lecture/peter.jpg" width="1150" />
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<div class="videos">
<h2>Videos</h2><br>
<br>
<div class="vid">
<iframe class="frame" src="https://www.youtube.com/embed/gQ2AYloadeY" frameborder="0" allowfullscreen></iframe>
</div>
<div class="vid">
<iframe class="frame" src="https://www.youtube.com/embed/gQ2AYloadeY" frameborder="0" allowfullscreen></iframe>
</div>
<div class="vid">
<iframe class="frame" src="https://www.youtube.com/embed/gQ2AYloadeY" frameborder="0" allowfullscreen></iframe>
</div>
<div class="vid">
<iframe class="frame" src="https://www.youtube.com/embed/gQ2AYloadeY" frameborder="0" allowfullscreen></iframe>
<a href="archive.php">
<div class="vid_link">
View More
</div>
</a>
</div>
</div>
<?php
include 'js_include.php';
?>
</div>
<div class="foo">
<?php include 'spons-slider.php' ;?>
<?php include 'footer.php'; ?>
</div>
<script type="text/javascript" src="js/guest_lectures.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
</body>
</html>