-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (62 loc) · 2.72 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>LIVVkit</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<link href="css/normalize.css" type="text/css" rel="stylesheet">
<link href="css/jquery-ui.min.css" type="text/css" rel="stylesheet">
<link href="css/captionjs.min.css" type="text/css" rel="stylesheet">
<link href="css/lightbox.min.css" type="text/css" rel="stylesheet">
<link href="css/livv.css" type="text/css" rel="stylesheet">
<link href="css/acknowledgments.css" type="text/css" rel="stylesheet">
<script src="js/jquery.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/jquery.caption.min.js"></script>
<script>
var vvType = "index";
var indexPath = ".";
</script>
<script src="js/common.js"></script>
</head>
<body>
<div id="header">
<div id="header-spacer">
<img id="header-icon" src="imgs/icon.svg">
<a id="header-home" href="index.html">
Home
</a>
<a id="header-title" target="_blank" href="https://github.com/LIVVkit">
LIVVkit: The land ice verification & validation toolkit
</a>
<a id="header-docs" target="_blank" href="https://livvkit.github.io/Docs/">
Documentation
</a>
</div>
</div>
<div id="wrapper">
<div id="nav">
</div>
<div id="content">
</div>
</div>
<div id="acknowledgments">
<hr>
<div id=acklogo>
<a><img id="logoORNL" src="imgs/ORNL-logo.png" alt="ORNL"></img></a>
<a><img id="logoDOESC" src="imgs/DOE-logo.png" alt="DOE Office of Science" style="align: middle;"></img></a>
<a><img id="logoLANL" src="imgs/LANL-logo.png" alt="LANL" style="float: right;"></img></a>
<span style="width: 100%; display: inline-block; line-height: 0;"></span>
</div>
<p id="piscees">
LIVVkit was developed under <a href="http://www.scidac.gov/PISCEES/" target=_blank>PISCEES</a>, a
BER/ASCR SciDAC Earth System Modeling project.
</p>
<h3 style="text-align: center;">
<a href="https://github.com/LIVVkit/LIVVkit/issues" target=_blank>Contact us on github</a>
</h3>
</div>
<script src="js/lightbox.min.js"></script>
</body>
</html>