-
Notifications
You must be signed in to change notification settings - Fork 0
/
leadership_summit.php
121 lines (107 loc) · 5.11 KB
/
leadership_summit.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
<html>
<head>
<link href="css/summit.css" rel="stylesheet" type="text/css">
<title>Students' Alumni Cell · IIT Kharagpur</title>
<?php include 'metatags.php'; ?>
<?php include 'css_include.php';?>
</head>
<body>
<div class="container">
<?php include 'topheader.php';?>
<?php include 'navbar.php' ;?>
<h2 style="text-align:center;">
LEADERSHIP SUMMIT
</h2>
<div class="row">
<img src="http://placehold.it/1150x300" >
</div>
<div class="row">
<p style="padding:5px;text-align:justify;">
The Students' Alumni Cell, IIT Kharagpur is a voluntary student body working under the aegis of the Office of Alumni Affairs and International Relations. It strives to bridge the gap between IIT Kharagpur and its esteemed alumni community.
Over the course of past few years, the Students' Alumni Cell has emerged as a key organ of the Office of Alumni Affairs and International Relations in executing its yearlong events and activities. The Students' Alumni Cell continuously endeavours to strengthen the relations of the alumni of this institute and their alma mater. Formed as and operating under the Dean, Alumni Affairs and International Relations, the Students' Alumni Cell has been instrumental in organising the Annual Alumni Meet, publishing the quarterly alumni newsletter (KGPian), the annual literary magazine (Yearnings of Yore) and the Annual Yearbook (Colours Of Life) and among other things like organising regular guest lectures by distinguished alumni in the campus. The Students' Alumni Cell also operates the Student - Alumni Mentorship Programme, My Imprint (Giving Back - Alumni contribution) and organises Alvida (the annual farewell dinner). We look forward to taking up more initiatives and organizing more such events to foster the bond between the institute and the alumni.
</p>
</div>
<div class="row">
<div class="col-lg-12 text-center blueLine"><h2>Our Speakers</h2></div>
</div>
<div class="row">
<div class="col">
<div class="col-md-6">
<div class="row bg-light" >
<div class="col-md-4"><div class="row"><img src="http://placehold.it/200x200"></div></div>
<div class="col-md-8">
<h3>Abc... Singh</h3>
<h4>CEO abc</h4>
<p>If your actions inspire others to dream more, learn more, do more and become more, you are a leader.
</p>
</div>
</div>
</div>
</div>
<div class=" col-md-6 ">
<div class="row bg-light" >
<div class="col-md-4"><div class="row"><img src="http://placehold.it/200x200"></div></div>
<div class="col-md-8">
<h3>Xyz singh</h3>
<h4>CEO xyz</h4>
<p>If your actions inspire others to dream more, learn more, do more and become more, you are a leader. </p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col">
<div class="col-md-6">
<div class="row bg-light" >
<div class="col-md-4"><div class="row"><img src="http://placehold.it/200x200"></div></div>
<div class="col-md-8">
<h3>Abc... Singh</h3>
<h4>CEO abc</h4>
<p>If your actions inspire others to dream more, learn more, do more and become more, you are a leader.
</p>
</div>
</div>
</div>
</div>
<div class=" col-md-6 ">
<div class="row bg-light" >
<div class="col-md-4"><div class="row"><img src="http://placehold.it/200x200"></div></div>
<div class="col-md-8">
<h3>Xyz singh</h3>
<h4>CEO xyz</h4>
<p>If your actions inspire others to dream more, learn more, do more and become more, you are a leader. </p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col">
<div class="col-md-6">
<div class="row bg-light" >
<div class="col-md-4"><div class="row"><img src="http://placehold.it/200x200"></div></div>
<div class="col-md-8">
<h3>Abc... Singh</h3>
<h4>CEO abc</h4>
<p>If your actions inspire others to dream more, learn more, do more and become more, you are a leader.
</p>
</div>
</div>
</div>
</div>
<div class=" col-md-6 ">
<div class="row bg-light" >
<div class="col-md-4"><div class="row"><img src="http://placehold.it/200x200"></div></div>
<div class="col-md-8">
<h3>Xyz singh</h3>
<h4>CEO xyz</h4>
<p>If your actions inspire others to dream more, learn more, do more and become more, you are a leader. </p>
</div>
</div>
</div>
</div>
<?php include 'spons-slider.php'; ?>
<?php include 'footer.php'; ?>
<?php include 'js_include.php'; ?>
</div>
</body>
</html>