-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathspeakers.html
More file actions
89 lines (84 loc) · 4.26 KB
/
Copy pathspeakers.html
File metadata and controls
89 lines (84 loc) · 4.26 KB
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
<!doctype html>
<html ⚡ lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link rel="canonical" href="/index.html">
<link rel="shortcut icon" href="../amp_favicon.ico">
<title>Faya:80</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="styles/common.css">
<link rel="stylesheet" type="text/css" href="styles/style-dk.css">
<script async custom-element="amp-youtube" src="https://cdn.ampproject.org/v0/amp-youtube-0.1.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/speakers.js"> </script>
</head>
<body>
<div class="header-top-wrap">
<div class="container">
<ul class="social_icon-header">
<li><a href="https://www.facebook.com/fayaport80/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/FayaPort80" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://www.youtube.com/fayausa" target="_blank"><i class="fa fa-youtube-play" aria-hidden="true"></i></a></li>
<li><a href="https://www.eventbrite.com/o/faya-3194888760" target="_blank"><img alt="eventbrite" src="images/eventbrite.png"></a></li>
<li class="meetup"><a href="https://www.meetup.com/FAYA-PORT-80/" target="_blank"><i class="fa fa-meetup" aria-hidden="true"></i></a></li>
<!-- <li class="meetup"><a href="https://www.meetup.com/FAYA-PORT-80/" target="_blank"><img alt="meetup" src="images/meetup.png"></a></li> -->
</ul>
</div>
</div>
<header>
<a href="/index.html">
<img src="logo.png" class="logo" width="200" height="46"></img>
</a>
<ul class="main-nav">
<li>
<a href="latest.html">Latest Event</a>
</li>
<li>
<a href="dk17.html">Disrupt Kerala</a>
</li>
<li>
<a href="speakers.html">Speakers</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</header>
<div class="wrapper">
<div class="container">
<div class="content">
<div id="speaker-list">
</div>
<div style="clear: both;"></div>
<a class="backbtn fa fa-chevron-left" href="/index.html">back to home</a>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="footer-widget" id="contactus">
<h5>Contact Us </h5>
<span>FAYA Corporation</span><br>
<span>Email on <a href="mailto:info@fayausa.com">info@fayausa.com</a></span><br>
<span>call - 866-686-5988</span>
</div>
<p class="copy-right-footer">Copyright ©
<a href="http://fayausa.com">FAYA Corporation</a> 2018.<br> Thejaswini, Technopark Campus, Thiruvananthapuram, Kerala, India
</p>
<ul class="social_icon">
<li><a href="https://www.facebook.com/fayaport80/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/FayaPort80" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://www.youtube.com/fayausa" target="_blank"><i class="fa fa-youtube-play" aria-hidden="true"></i></a></li>
<li><a href="https://www.eventbrite.com/o/faya-3194888760" target="_blank"><img alt="eventbrite" src="images/eventbrite.png"></a></li>
<li class="meetup"><a href="https://www.meetup.com/FAYA-PORT-80/" target="_blank"><i class="fa fa-meetup" aria-hidden="true"></i></a></li>
<!-- <li class="meetup"><a href="https://www.meetup.com/FAYA-PORT-80/" target="_blank"><img alt="meetup" src="images/meetup.png"></a></li> -->
</ul>
</div>
</footer>
</body>
</html>