-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
77 lines (67 loc) · 2.76 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>EMPD / Contact</title>
<script src="https://unpkg.com/[email protected]/dist/jquery.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/js/bootstrap.min.js"></script>
<link href="https://unpkg.com/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="sticky-footer-navbar.css" rel="stylesheet">
<link href="style.css" rel="stylesheet" type="text/css" media="all">
<link href="non-responsive.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="wrap">
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Eurasian Modern Pollen Database</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="help.html" target="_blank">Help</a></li>
<li><a href="data.html" target="_blank">Data</a></li>
<li><a href="contact.html" target="_blank">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- Begin page content -->
<div class="container">
<div class="row">
<div class="col-xs-6">
<b><p>Project director: </b>
<ul>
<li><A HREF="mailto:[email protected]">Basil A. S. Davis</A></br>
Senior scientist in the Institute of Earth Surface Dynamics (IDYST)
at the University of Lausanne (UNIL), Switzerland.
</ul>
</div>
<div class="col-xs-6">
<b><p>Data and web engineering: </b>
<ul>
<li><A HREF="mailto:[email protected]">Philipp S. Sommer</A></br>
PhD student and research software engineer in the Institute of Earth Surface Dynamics (IDYST)
at the University of Lausanne (UNIL), Switzerland.<br><br>
<li><A HREF="mailto:[email protected]">Manuel Chevalier</A></br>
Postdoc in the Institute of Earth Surface Dynamics (IDYST)
at the University of Lausanne (UNIL), Switzerland.<br><br>
</ul>
</div>
</div>
</div><!-- /.container -->
</div>
<div id="footer">
<div class="container">
<font color="red">Unofficial and unstable and not yet finalized version! Please do not use or distribute.</font>
</div><!-- /.container -->
</div>
</body>
</html>