This repository has been archived by the owner on Sep 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sponsors.html
78 lines (68 loc) · 3.17 KB
/
sponsors.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
<link href="element.css" rel="stylesheet" type="text/css"/>
<link href="w3.css" rel="stylesheet" type="text/css"/>
<link href="semantic.min.css" rel="stylesheet" type="text/css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="socialtech-bgcolors.css" rel="stylesheet" type="text/css"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" src="info.js"></script>
<html>
<body style="background: url('img/bg.jpg'); background-size: cover;">
<title>TEDxREVAUniversity</title>
<div class="ui dark" style="position: fixed; top: 0; width: 100%; z-index: 1;">
<div class="ui large secondary inverted pointing menu">
<a class="active item">TEDxREVAUniversity</a>
<div class="right item">
<a class="ui inverted button">Book Now</a>
<a class="ui inverted item" href="sponsors.html">Sponsors</a>
<a class="ui inverted item" href="home.html">Home</a>
</div>
</div>
</div>
<br><Br><br><br>
<section>
<div class="ui main container" style="background: inherit;">
<h1>Sponsors</h1>
<div class="ui three column middle aligned very relaxed stackable grid menu" style="background: inherit;">
<div class="ui column">
<div class="image"><img src="img/speakers/kristy.png" class="spkico" style="height: 50%;" onclick="mod1()"></div>
<h2>REVA University</h2>
</div>
<div class="ui column">
<div class="image"><img src="img/speakers/kristy.png" class="spkico" style="height: 50%;" onclick="mod2()"></div>
<h2>Deccan Herald</h2>
</div>
<div class="ui column">
<div class="image"><img src="img/speakers/kristy.png" class="spkico" style="height: 50%;" onclick="mod3()"></div>
<h2>Divya Shree</h2>
</div>
</div>
</div>
</section>
<footer class="ui three column middle aligned very relaxed stackable grid menu inverted">
<div class="ui container column" style="padding-left: 80px;">
<a class="ui item" href="faq.pdf">Frequently Asked Questions</a>
<a class="ui item" href="pp.pdf" >Privacy Policy</a>
<h3 style="color: aliceblue">This independent TEDx event is operated under license from TED.</h3>
</div>
<div class="ui container column">
<h1 style="color: aliceblue">Follow Us On </h1>
<button class="ui twitter button">
<i class="twitter icon"></i>
Twitter
</button>
<button class="ui facebook button">
<i class="facebook icon"></i>
Facebook
</button>
<button class="ui instagram button">
<i class="instagram icon"></i>
Instagram
</button><br><br>
<h3 style="color: aliceblue">© TEDxREVAUniversity 2018</h3>
</div>
<div class="ui container column">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15542.89373821591!2d77.6346617!3d13.1166989!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xdee225fe28f600f6!2sREVA+University!5e0!3m2!1sen!2sin!4v1522677320198" frameborder="0" style="border-radius:10px" allowfullscreen=""></iframe>
</div>
</footer>
</body>
</html>