-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
81 lines (66 loc) · 2.46 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
78
79
80
81
<html>
<head>
<link type="text/css" rel="stylesheet" href="CEH_stylesheet.css" media="screen" />
<!--footer p{text-align:center;width:90%;}footer p,footer p a{color:#fff;}-->
<style>
ul {
list-style-type: none;
margin: 0px 0px;
padding: 0;
overflow: hidden;
background-color: #f1f1f1;
top: 130;
width: 100%;
}
li {
float: left;
}
li a {
display: block;
color: #111;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover:not(.active) {
background-color: #d8d8d8;
}
</style>
</head>
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<title>adJULES code</title>
<img src="test1.png" alt="JULES logo" width=100% align="middle">
<body>
<br>
<!-- Menu -->
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="code.html">Code</a></li>
<li><a href="results.html">Results</a></li>
<li><a href="clarion.html">CLARION</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<br>
<div id="columns" class="columns clearfix container">
<h2>Contact.</h2>
The adJULES system is a work in progress. Please do not hesitate to contact us if you would like to suggest additions or changes, or require help:
<p>
<div class="note" align=center> Tim Jupp: [email protected]. </div>
<p>
<div class="note" align=center> Nina Raoult: [email protected]. </div>
</div>
<br>
<!-- Blue banner on footer -->
<div class="footer-tweets"></div>
<footer>
<div class="region region-footer3"><div class="region-inner clearfix"><div id="block-block-28" class="block block-block no-title" ><div class="block-inner clearfix">
<div class="note" align=center>© 2014 — 2024, developed by N.M. Raoult, maintained by the adJULES team at University of Exeter</div>
<p>
<div class="block-content content" align=center> Funded by the UK Natural Environment Research Council (<a href="https://www.nerc.ac.uk/" style="color: rgb(0,163, 204)">NERC</a>) through the National Centre for Earth Observation (<a href="https://www.nceo.ac.uk/" style="color: rgb(0,163, 204)">NCEO</a>) </div>
<div class="block-content content" align=center> and the European Union’s Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie grant agreement No. <a href="https://cordis.europa.eu/project/id/101026422" style="color:rgb(0,163, 204)">101026422</a>.
</div>
</footer>
</body>
</html>