-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspeakers.html
287 lines (259 loc) · 8.85 KB
/
speakers.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
<!DOCTYPE html>
<!--
// WEBSITE: https://themefisher.com
// TWITTER: https://twitter.com/themefisher
// FACEBOOK: https://www.facebook.com/themefisher
// GITHUB: https://github.com/themefisher/
-->
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>STROM 2k23</title>
<!-- Mobile Specific Metas
================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Event and Conference Html5 Template">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta name="author" content="Themefisher">
<meta name="generator" content="Themefisher Eventre HTML Template v1.0">
<!-- theme meta -->
<meta name="theme-name" content="eventre" />
<!-- PLUGINS CSS STYLE -->
<!-- Bootstrap -->
<link href="plugins/bootstrap/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="plugins/font-awsome/css/font-awesome.min.css" rel="stylesheet">
<!-- Magnific Popup -->
<link href="plugins/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Slick Carousel -->
<link href="plugins/slick/slick.css" rel="stylesheet">
<link href="plugins/slick/slick-theme.css" rel="stylesheet">
<!-- CUSTOM CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- FAVICON -->
<link href="images/favicon.jpg" rel="shortcut icon">
</head>
<body class="body-wrapper">
<!--========================================
= Navigation Section =
=========================================-->
<nav class="navbar main-nav border-less fixed-top navbar-expand-lg p-0">
<div class="container-fluid p-0">
<!-- logo -->
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" alt="logo" style="width: 150px; height: 30px;">
</a>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto">
<li class="nav-item dropdown active">
<a class="nav-link" href="index1.html" data-toggle="dropdown">Home
<span>/</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="speakers.html">Events
<span>/</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="schedule.html">Schedule<span>/</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="sponsors.html">Sponsors<span>/</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<a href="contact.html" class="ticket">
<img src="images/icon/ticket.png" alt="ticket">
<span>Register</span>
</a>
</div>
</div>
</nav>
<!--==== End of Navigation Section ====-->
<!--================================
= Page Title =
=================================-->
<section class="page-title bg-title overlay-dark">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<div class="title">
<h3>EVENTS</h3>
</div>
<ol class="breadcrumb justify-content-center p-0 m-0">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active">Events</li>
</ol>
</div>
</div>
</div>
</section>
<!--==== End of Page Title ====-->
<!--==============================
= EVENTS =
===============================-->
<section class="section speakers bg-speaker overlay-lighter">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Section Title -->
<div class="section-title white">
<h3><span class="alternate">Events</span></h3>
<p>National Level Technical Symposium Conducted By Departtment of Electrical and Electronics Engineering</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-6">
<!-- Speaker 1 -->
<div class="speaker-item">
<div class="image">
<img src="images/speakers/1.png" alt="speaker" class="img-fluid">
</div>
<div class="content text-center">
<h5><a href="SparkOfBrilliance.html">Spark of Brilliance</a></h5>
<p>Paper Presentation</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<!-- Speaker 3 -->
<div class="speaker-item">
<div class="image">
<img src="images/speakers/2.png" alt="speaker" class="img-fluid">
</div>
<div class="content text-center">
<h5><a href="BlitzCircuit.html">Blitz Circuit</a></h5>
<p>Circuit Debugging</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<!-- Speaker 5 -->
<div class="speaker-item">
<div class="image">
<img src="images/speakers/5.png" alt="speaker" class="img-fluid">
</div>
<div class="content text-center">
<h5><a href="QuantunQuickQuiz.html">Quantum Quick Quiz</a></h5>
<p>Technical Quiz</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<!-- Speaker 7 -->
<div class="speaker-item">
<div class="image">
<img src="images/speakers/3.png" alt="speaker" class="img-fluid">
</div>
<div class="content text-center">
<h5><a href="FlashTechChronicles.html">Flashtech Chronicles</a></h5>
<p>Technological Insights</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<!-- Speaker 8 -->
<div class="speaker-item">
<div class="image">
<img src="images/speakers/4.png" alt="speaker" class="img-fluid">
</div>
<div class="content text-center">
<h5><a href="LightningPathSeeker.html">Lightning Path Seeker</a></h5>
<p>Line Follower</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==== End of Events ====-->
<!--================================
= Google Map =
=================================-->
<section class="map">
<!-- Google Map -->
<div id="map" data-latitude="13.059360" data-longitude="80.232854" data-marker="images/icon/marker.png" data-marker-name="Eventre"></div>
<div class="address-block">
<h4>STROM 2k23</h4>
<ul class="address-list p-0 m-0">
<li><i class="fa fa-home"></i><span>Loyola ICAM College of Engineering and Technology (LICET)<br>Loyola Campus, Nungambakkam, Chennai, Tamil Nadu 600034</span></li>
<li><i class="fa fa-phone"></i><span>+919444730760</span></li>
</ul>
<a href="https://maps.app.goo.gl/gdhTF2HkiJDW7zTf9" class="btn btn-white-md" target="_blank">Get Direction</a>
</div>
</section>
<!--==== End of Google Map ====-->
<!--============================
= Footer =
=============================-->
<footer class="footer-main">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block text-center">
<div class="footer-logo">
<img src="images/logo.png" alt="logo" class="img-fluid">
</div>
<ul class="social-links-footer list-inline">
<li class="list-inline-item">
<a href="https://themefisher.com/"><i class="fa fa-facebook"></i></a>
</li>
<li class="list-inline-item">
<a href="https://themefisher.com/"><i class="fa fa-twitter"></i></a>
</li>
<li class="list-inline-item">
<a href="https://themefisher.com/"><i class="fa fa-instagram"></i></a>
</li>
<li class="list-inline-item">
<a href="https://themefisher.com/"><i class="fa fa-rss"></i></a>
</li>
<li class="list-inline-item">
<a href="https://themefisher.com/"><i class="fa fa-vimeo"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- Subfooter -->
<footer class="subfooter">
<div class="container">
<div class="row">
<div class="col-md-6 align-self-center">
<div class="copyright-text">
<p><a href="index.html">STROM 2k23</a> © 2023, Designed & Developed by Department of EEE</p>
</div>
</div>
<div class="col-md-6">
<a href="#" class="to-top"><i class="fa fa-angle-up"></i></a>
</div>
</div>
</div>
</footer>
<!-- JAVASCRIPTS -->
<!-- jQuey -->
<script src="plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap 4 -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- Shuffle -->
<script src="plugins/shuffle/shuffle.min.js"></script>
<!-- Magnific Popup -->
<script src="plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Slick Carousel -->
<script src="plugins/slick/slick.min.js"></script>
<!-- SyoTimer -->
<script src="plugins/syotimer/jquery.syotimer.min.js"></script>
<!-- Google Mapl -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU"></script>
<script src="plugins/google-map/gmap.js"></script>
<!-- Custom Script -->
<script src="js/script.js"></script>
</body>
</html>