-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (32 loc) · 1.44 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
<meta name="description" content="SOAViz: Visualization for Portable X-ray Fluorescence Soil Profiles"/>
<meta name="keywords" content="SOAViz: Visualization for Portable X-ray Fluorescence Soil Profiles"/>
<meta name="author" content="SOAViz"/>
<link rel="stylesheet" type="text/css" href="styles/default.css" media="screen"/>
<title>SOAViz</title>
</head>
<body>
<div class="navigation">
<h1>Visualizations for Portable X-ray Fluorescence Soil Profiles</h1>
<div id="menu">
<nav>
<ul>
<li><a href="index.html"><b><span style="color:#fff">Video</span></b></a></li>
<li><a href="demos.html" target="_blank"><span style="color:#888">2D Views</span></a></li>
<li><a href="soil3d.html" target="_blank"><span style="color:#888">3D Views</span></a></li>
<li><a href="cores/cores.html" target="_blank"><span style="color:#888">Core Views</span></a></li>
</ul>
</nav>
</div>
</div>
<center><iframe width="95%" height="800" src="media/Soil.mp4" frameborder="0" allowfullscreen></iframe></center>
<div class="footer">
<span class="right">© Last revised: Oct 2, 2018</span>
<div class="clearer"><span></span></div>
</div>
</div>
</body>
</html>