-
Notifications
You must be signed in to change notification settings - Fork 2
/
speakers.html
116 lines (107 loc) · 5.59 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
<!DOCTYPE html>
<html>
<head>
<title>TEDxLNMIIT</title>
<meta charset="UTF-8">
<title>Chaitanya</title>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css'>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Arimo|Nunito" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="js\jquery.tubular.1.0.js"></script>
<nav class="navbar navbar-inverse navbar-fixed-top wide set-navbar">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand hfont" href="index.html">
<img class="img-responsive" style="display: block;margin-left: auto;margin-right: auto;" src="images/ted.png" alt="logo" width="160" height="90">
</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-inverse navbar-right tfont text-center">
<li class=""><a class="scrollable heade navhead" href="index.html">HOME</a></li>
<li><a class="scrollable heade navhead" href="about.html">ABOUT</a></li>
<li><a class="scrollable heade navhead" href="blog.html">BLOG</a></li>
<li><a class="scrollable heade navhead" href="speakers.html">SPEAKERS</a></li>
<li><a class="scrollable heade navhead" href="team.html">TEAM</a></li>
</ul>
</div>
</div>
</nav>
<div style="height:100px;"></div>
<div class="about container">
<div class="heading2" style="font-size:40px;">
SPEAKERS (2018)
</div>
<hr style="border-top: 1px solid rgb(209, 209, 209);">
<div class="heading2 makeitgrey text-center" style="font-size:50px;">
SOMETHING AWESOME IS COMING!
</div>
<hr style="border-top: 1px solid rgb(209, 209, 209);">
<div>
<p class="text-center" style="color:#5a5c51;font-size:20px;">
We are currently working day and night to get the best possible speakers for the event.<br>
Also, if you would like to suggest someone suitable as per the theme please mail us at:
<a href="#"><span class="glyphicon glyphicon-envelope "></span> mediacelllnmiit@gmail.com</a>
</p>
</div>
<div style="height:50px;"></div>
</div>
<div class="footer">
<hr>
<div class="row">
<div class="col-sm-1" ></div>
<div class="col-sm-2" >
<a class="" href="#">
<br><br>
<img class="img-responsive" style="display: block;" src="images/TEDx_logo.png" alt="logo" width="160" height="90">
</a>
<h3 class="">Contact Us</h3>
<ul class="list-unstyled">
<li><a href="#"><p><span class="glyphicon glyphicon-map-marker"></span>Lnmiit, Jaipur</p></a></li>
<li><a href="#"><p><span class="glyphicon glyphicon-phone"></span>Phone: +91 7073865049</p></a></li>
</ul>
</div>
<div class="col-sm-4 col-md-offset-1">
</div>
<div class="col-sm-1">
<p></p>
</div>
<div class="col-sm-3 subscribe footer_1">
<br><br>
<h4>Subscribe to stay updated.</h4>
<div class="input-group">
<input type="email" class="form-control" placeholder="Email id">
<span class="input-group-btn">
<button class="btn btn-default but heade ff-hnb" style="background-color:black; color:white; font-weight:bold;" type="button">Subscribe</button>
</span>
</div>
<div class="social">
<h4>Find us across internet</h4>
<a id="face" href="https://www.facebook.com/" target="_blank"><i class="fa fa-facebook-square fa-2x" data-toggle="tooltip" data-placement="top" data-original-title="Facebook"></i></a>
<a href="#"><i class="fa fa-instagram fa-2x" data-toggle="tooltip" data-placement="top" data-original-title="instragram"></i></a>
<a href="#"><i class="fa fa-twitter-square fa-2x" data-toggle="tooltip" data-placement="top" data-original-title="twitter"></i></a>
<a id="mail" href="mailto:girichaitanya11@gmail.com" target="_blank"><i class="fa fa-envelope-o fa-2x" data-toggle="tooltip" data-placement="top" data-original-title="Email"></i></a>
<br>
</div>
</div>
</div>
<div class="text-center"><p>© 2017-2018 TEDxLnmiit. This independent TEDx event is operated under licence from TED.
</p></div>
<!--/.row-->
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7-alpha.6/js/bootstrap.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js'></script>
</body>
</html>