-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
136 lines (119 loc) · 5.15 KB
/
team.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- REMOVE ON WIKI FREEZE! Temp cache prevention -->
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8" />
<title>Microbial Carrier</title>
<meta name="description" content="An iGEM project" />
<meta name="author" content="Hielke Walinga" />
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="http://fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css" />
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/skeleton.css" />
<link rel="stylesheet" href="css/custom.css" />
<!-- JS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="js/script.js"></script>
<script src="https://use.fontawesome.com/b31c04f526.js"></script>
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="https://u.jimcdn.com/e/o/s9bab5a56b3f00ae2/img/favicon.ico?t=1485381232" />
</head>
<html>
<!-- Begin Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<body class="mediawiki">
<!-- HEADER ####################### -->
<header class="container">
<div class="row">
<img id="top-img" src="http://2017.igem.org/wiki/images/7/74/T--TUDelft--Grouppic.jpeg" alt="bacteria" style="width:70%" />
</div>
<nav id="top-bar">
<div class="row">
<ul id="nav">
<li><a href="#" class="button">Home</a></li>
<li><a href="#" class="button">Project</a></li>
<li><a href="#" class="button">Team</a></li>
<li><a href="#" class="button">Collaborate</a></li>
<li><a href="#" class="button">Learn</a></li>
<li><a href="#" class="button">Sponsor</a></li>
<li><a href="#" class="button">Agenda</a></li>
</ul>
</div><div class="row">
<ul id="contact">
<li title="Click to visit our Facebook page">
<a class= "button" href="https://www.facebook.com/TUDelft.iGEM2017/">
<i class="fa fa-facebook"></i><span> TUDelft.iGEM2017</span>
</a>
</li>
<li title="Click to e-mail us">
<a id="mail-button" class= "button">
<i class="fa fa-envelope"></i><span id="email"></span>
</a>
</li>
<li title="Click to copy our phonenumber">
<button onclick="copyToClipboard('+31 152 78 77 51')">
<i class="fa fa-phone"></i>
<span style="overflow: hidden; display:inline-block;"> +31 152 78 77 51</span>
</button>
</li>
</ul>
</div>
</nav>
<hr>
</header>
<html>
<main class="container">
<div>
<p>blablabla</p>
</div>
</main>
<html>
<!-- FOOTER ########################## -->
<footer>
<div class="container">
<hr>
<div class="row">
<div class="offset-by-one-third one-third column" id="sponsor-name">
<div class="center">
<img id="s-img" src="http://2017.igem.org/wiki/images/2/29/T--TUDelft--S.png" alt="S" />
<span id="s">ponsors:</span>
</div>
</div>
</div>
<div class="row">
<nav id="sponsors">
<ul>
<li>
<a href="http://tudelft.nl">
<img src="http://2017.igem.org/wiki/images/1/1b/T--TUDelft--TUDelft-logo.gif" alt="tudelft" title="tudelft" />
</a>
</li>
</ul>
</nav>
</div>
</div>
</footer>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</html></html>
</body>
</html>
</html>