-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (42 loc) · 1.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FAIRassist.org</title>
<link rel="stylesheet" href="node_modules/@fortawesome/fontawesome-free/css/all.min.css">
<link rel="stylesheet" href="styles/bootstrap.min.css">
<link rel="stylesheet" href="styles/app.css">
<link href="//fonts.googleapis.com/css?family=Lato:400,300,700" rel="stylesheet" type="text/css">
<script src="node_modules/requirejs/require.js" data-main="main.js"></script>
</head>
<body>
<div navigation=""></div>
<div class="main">
<div ng-view></div>
</div>
<div class="footer container-fluid">
<div class="row">
<div class="col-lg-1"></div>
<div class="col-lg-5">
<h3> Developed by</h3>
<span> The <a href="https://fairsharing.org/communities#team" target="_blank">FAIRsharing team</a>
and the <a href="https://sansonegroup.eng.ox.ac.uk" target="_blank">University of Oxford</a></span>
</div>
<div class="col-lg-5">
<h3> Contact Us</h3>
<span> For all enquiries regarding the FAIRassist service, please <a href="mailto:[email protected]?subject=FAIRassist Enquire">email us</a> .
</span>
</div>
<div class="col-lg-1"></div>
</div>
<hr>
<div class="row license">
<div class="col-12">
© FAIRassist 2019-Present | Licensed under Creative Commons by Share Alike 4.0 International
<br> Last update: 2019-07-02 11:55
</div>
</div>
</div>
</body>
</html>