-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·267 lines (243 loc) · 12.3 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TEDxIIITA 2018</title>
<meta name="description" content="Official webiste of TEDxIIITA 2018">
<meta name="author" content="TEDxIIITA">
<!-- Todo Add TEdx Favicon -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome/css/font-awesome.css">
<!-- Stylesheet
================================================== -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/prettyPhoto.css">
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,900,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:400,700,900,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,800,600,300' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/modernizr.custom.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation
==========================================-->
<nav id="menu" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand" style="margin-left: 12px" href="index.html"><img src="img/tedxiiita.png" height = "35" alt=""></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home" class="page-scroll" style="font-size: 17px">Home</a></li>
<li><a href="#aboutUs-section" class="page-scroll" style="font-size: 17px">About</a></li>
<li><a href="#team-section" class="page-scroll" style="font-size: 17px">Speakers</a></li>
<li><a href="#contact-section" class="page-scroll" style="font-size: 17px">Contact</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header class="text-center" name="home">
<div class="intro-text" style="z-index : 14;filter:brightness(99%);">
<br>
<img style="margin:0 auto;text-align:center;top:50%;right:50%" src="./img/tedxiiita.png" width="545" alt="">
<br>
<!-- <h1 style="color: #FA2D01;font-weight:900">TEDx<strong style="color:black">IIITA</strong></h1> -->
<!-- <p style="color:black;font-weight:600"><strong style="color:#FA2D01">x = </strong></x>independently organised <strong style="color:#FA2D01">TED</strong> event</p> -->
<a style="margin-top: 33px;" href="https://docs.google.com/forms/d/e/1FAIpQLSf6SrBOwUtSMV2BwoMNZEAz_xZi6zGqd-vAA4T3LdI4udr8Iw/viewform" class="btn btn-default btn-lg " style="font-weight:700" target="_blank">REGISTER FOR PASSES</a>
</div>
</header>
<br><br>
<!-- About Section -->
<div id="aboutUs-section" class="text-center">
<div class="container">
<div class="section-title text-center center">
<h2>ABOUT US</h2>
<hr>
<div class="clearfix"></div>
</div>
<div class="row">
<div class="col-md-1">
<img src="img/about-image.jpg" width="444" height="444" alt="">
</div>
<div class="col-md-7 col-md-offset-4">
<br>
<h2 style="text-align:left;float:left;font-family:'Trebuchet MS','Sans Serif'">What is TEDx?</h2>
<br><br>
<p style="font-size:21px;font-family:'Trebuchet MS','Serif';text-align:left">TEDx is a program of local, self-organized event that brings people together to share ideas worth spreading. At a TEDx event, TED Talks videos and live speakers combine to spark deep discussion and connection. These local, self-organized events are branded TEDx, where x=independently organized event. </p>
<p style="font-family:Trebuchet MS;margin-left:144px;text-align:left;"></p>
<br>
<h2 style="text-align:left;float:left;font-family:'Trebuchet MS','Sans Serif'">About TEDxIIITA</h2>
<br><br>
<p style="font-size:21px;font-family:'Trebuchet MS','Serif';text-align:left">TEDxIIITA builds a TED like experience at Indian Institute of Information Technology, Allahabad in order to engage the students, leading professors and researchers, area leaders and visionaries in thoughtful discussions. Our goal is to bring together bright minds to give talks that are idea focused, and on a wide range of subjects, to foster learning, inspiration and wonder, and provoke conversations that matter.
</p>
<p style="font-family:'Trebuchet MS','Sans Serif';margin-left:144px;text-align:left;"></p>
</div>
</div>
</div>
</div>
<!-- Prev_Speaker Section -->
<div id="team-section" class="text-center" style="font-family:'Trebuchet MS','Sans Serif'">
<div class="container">
<div class="section-title center">
<h2>Previous Speakers</h2>
<hr>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sed dapibus leo nec ornare diamcommodo nibh ante facilisis.</p>
--></div>
<div id="row" style="font-family: Verdana">
<div class="col-md-4 col-sm-6 team">
<div class="thumbnail"> <img src="img/team/ritam.jpg" alt="..." class="img-circle team-img">
<div class="caption">
<h3 style="font-size: 19px">Ritam Benerjee</h3>
<p style="color:rgb(138, 136, 135);font-size: 15px">Celebrity Photographer</p>
<p style="font-size: 18px"></p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 team">
<div class="thumbnail"> <img src="img/team/hcv.png" alt="..." class="img-circle team-img">
<div class="caption">
<h3 style="font-size: 19px">HC Verma</h3>
<p style="color:rgb(138, 136, 135);font-size: 15px">Professor,IIT Kanpur</p>
<p style="font-size: 18px"></p> </div>
</div>
</div>
<div class="col-md-4 col-sm-6 team">
<div class="thumbnail"> <img src="img/team/abhishek.png" alt="..." class="img-circle team-img">
<div class="caption">
<h3 style="font-size: 19px">Abhishek Acharya</h3>
<p style="color:rgb(138, 136, 135);font-size: 15px">Illusionist</p>
<p style="font-size: 18px"></p>
</div>
</div>
</div>
<div id="row" style="font-family: Verdana">
<div class="col-md-4 col-sm-6 team">
<div class="thumbnail"> <img src="img/team/vikram.jpg" alt="..." class="img-circle team-img">
<div class="caption">
<h3 style="font-size: 19px">Vikram Sridhar</h3>
<p style="color:rgb(138, 136, 135);font-size: 15px">Co-founder, Tahatto</p>
<p style="font-size: 18px"></p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 team">
<div class="thumbnail"> <img src="img/team/rk.jpg" alt="..." class="img-circle team-img">
<div class="caption">
<h3 style="font-size: 19px">Rahul Kala</h3>
<p style="color:rgb(138, 136, 135);font-size: 15px">Assistant Professor, IIITA</p>
<p style="font-size: 18px"></p> </div>
</div>
</div>
<div class="col-md-4 col-sm-6 team">
<div class="thumbnail"> <img src="img/team/subin.jpg" alt="..." class="img-circle team-img">
<div class="caption">
<h3 style="font-size: 19px">Subin Balakrishnan</h3>
<p style="color:rgb(138, 136, 135);font-size: 15px">Head Events,GCS, Reliance</p>
<p style="font-size: 18px"></p> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Section -->
<div id="contact-section" class="text-center" >
<div class="container">
<div class="section-title center">
<h2>Contact Us</h2>
<hr>
<!-- <h2 style="font-family: Raleway">{Insert Google maps}</h2> -->
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12 col-xs-offset-3 col-sm-offset-3 col-md-offset-3">
<div id="map"></div>
</div>
</div>
</div>
<div class="col-md-8 col-md-offset-2" style="font-family: 'Trebuchet MS','Sans Serif'">
<div class="col-md-4"> <i class="fa fa-map-marker"></i>
<p>Indian Institute of Information Technology,Allahabad<br>
UP,India,212132</p>
</div>
<div class="col-md-4"> <i class="fa fa-envelope-o"></i>
<p>[email protected]</p>
</div>
<div class="col-md-4"> <i class="fa fa-phone"></i>
<p> +91-7390963623</>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<div id="social-section">
<div class="container">
<div class="social">
<ul>
<li><a href="https://www.facebook.com/tedxiiita/"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://tedxiiita.wordpress.com"><i class="fa fa-wordpress"></i></a></li>
<li><a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a></li>
<li><a href="https://www.instagram.com/tedxiiita/"><i class="fa fa-instagram"></i></a></li>
<li><a href="http://github.com/tedxiiita"><i class="fa fa-github"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<div class="fnav">
<p>Copyrights © Designed by <a href="https://github.com/TedxIIITA/" rel="nofollow">Team TEDxIIITA</a></p>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.1.11.1.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="js/jquery.counterup.js"></script>
<script type="text/javascript" src="js/waypoints.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/jquery.isotope.js"></script>
<script type="text/javascript" src="js/jqBootstrapValidation.js"></script>
<script type="text/javascript" src="js/contact_me.js"></script>
<!-- Javascripts
================================================== -->
<script>
function initMap() {
var uluru = {lat: 25.43, lng: 81.77};
var map = new google.maps.Map(document.getElementById('map'), {
zoom: 15,
center: uluru
});
var marker = new google.maps.Marker({
position: uluru,
map: map
});
}
</script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB87ZAO0sTbFpvGA0dN7ANXF3iKPFUP2Zw&callback=initMap">
</script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>