-
Notifications
You must be signed in to change notification settings - Fork 0
/
guest_lectures.php
90 lines (85 loc) · 2.98 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
<!DOCTYPE html>
<html>
<head>
<title>Guest Lectures</title>
<link rel="stylesheet" href="css/guest_lectures.css">
</head>
<body>
<div class="container">
<?php
include 'topheader.php';
include 'css_include.php';
include 'navbar.php';
include 'metatags.php';
?>
<div class="mycontent">
<div class="heading">
<h1>Guest Lectures</h1>
</div>
<div class="myslider">
<img src="http://placehold.it/1150x300" >
</div>
<div class="main_content">
Continuing with its yearlong series of Guest Lectures by eminent alumni, the Students’ Alumni Ce
ll recently hostel Mr. Veerendra Jaitley, an alumnus of the ECE department, 1979. He delivered a motivational lecture with the theme ‘We Can, We Can’.
The speech was received positively both by the student and the faculty alike. A week before that,
Mr. Anshuman Mishra, an alumnus of the Patel Hall delivered a lecture on Marketing.
This event was conducted in association with the Marketing and Advertising Club, Vinod Gupta School of Management.
</div>
<hr style="border:1px solid grey">
<div class="our_speakers">
<h1>Our Speakers</h1>
<hr style="border:1px solid black">
<div class="speaker_images">
<div class="img">
<img class="a" src="img/squareLogo.jpg" style="margin-bottom:10px" >
<div class="name"> Name</div>
</div>
<div class="img">
<img src="img/squareLogo.jpg" style="margin-bottom:10px" >
<p class="name">Name</p>
</div>
<div class="img">
<img src="img/squareLogo.jpg" style="margin-bottom:10px" >
<p class="name">Name</p>
</div>
<div class="img">
<img src="img/squareLogo.jpg" style="margin-bottom:10px" >
<p class="name">Name</p>
</div>
</div>
</div>
<hr style="border:1px solid grey">
<div class="videos">
<h1>Videos</h1>
<hr style="border:1px solid black">
<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>
<hr style="border:1px solid grey">
</div>
<?php include 'spons-slider.php'; ?>
<?php
include 'footer.php';
include 'js_include.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>