-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (69 loc) · 3.07 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
<!DOCTYPE HTML>
<html>
<head>
<title>TEDx Jacobs University</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<!--[if lte IE 8]>
<script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css"/>
<!--[if lte IE 8]>
<link rel="stylesheet" href="assets/css/ie8.css"/><![endif]-->
<!--[if lte IE 9]>
<link rel="stylesheet" href="assets/css/ie9.css"/><![endif]-->
<link href="images/favicon.svg" mask="mask" rel="icon" sizes="any"/>
<link href="images/favicon.ico" rel="shortcut icon"/>
</head>
<body>
<!-- Header -->
<header id="header">
<a href="/" style="border-bottom:none"><img src="images/logo.png" style="max-width:500px; width:80vw;"></a>
<p>This is the homepage for the annual <a
href="https://www.ted.com/about/programs-initiatives/tedx-program">TEDx</a> event at <a
href="http://jacobs-university.de/">Jacobs University</a> in Bremen, Germany.</p>
<p>Check out our current and past editions.</p>
</header>
<!-- Signup Form
<form id="signup-form" method="post" action="#">
<input type="email" name="email" id="email" placeholder="Email Address" />
<input type="submit" value="Sign Up" />
</form>-->
<div style="display:flex; flex-direction:row; flex-wrap:wrap; justify-content:space-between; max-width: 700px;">
<a href="2016/">
<button style="font-size:20px">2016: Setting Sails</button>
</a>
<div style="display:flex; flex-direction:row; justify-content:flex-end; flex-wrap:wrap; align-items: center">
<a href="http://2015.tedxjacobsuniversity.com/" style="outline: none !important;">
<button style="margin-left:20px; margin-right:20px">2015:
Tales of Change
</button>
</a>
<a href="http://2014.tedxjacobsuniversity.com/">
<button style="margin-left:20px; margin-right:20px">2014:
Science - The Tree of Life
</button>
</a>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://twitter.com/tedxjacobsu" class="icon fa-twitter" target="_blank"><span class="label">Twitter</span></a>
</li>
<li><a href="https://www.facebook.com/TEDxJacobsUniversity" class="icon fa-facebook" target="_blank"><span
class="label">Facebook</span></a>
</li>
<li><a href="https://www.instagram.com/tedxjacobsuniversity/" class="icon fa-instagram" target="_blank"><span
class="label">Instagram</span></a>
</li>
<!-- <li><a href="https://github.com/orgs/TEDxJacobsUniversity/" class="icon fa-github"><span class="label">GitHub</span></a></li> -->
<li><a href="mailto:[email protected]" class="icon fa-envelope-o"><span
class="label">Email</span></a></li>
</ul>
</footer>
<!-- Scripts -->
<!--[if lte IE 8]>
<script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>