-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
62 lines (61 loc) · 2.18 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
<!DOCTYPE html>
<html>
<head>
<title>Multispectral Web viewer</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body,h1 {font-family: "Raleway", Arial, sans-serif; text-align:center}
h1 {letter-spacing: 6px; font-size:40px; text-align:center}
h2 {letter-spacing: 6px; font-size:32px; text-align:center}
</style>
</head>
<body>
<div style="max-width:1500px; margin:0 auto">
<header style="padding:128px 16px">
<h1>Visual Imaging and Technology Lab</h1>
<h2>Multispectral Web Viewer</h2>
<p></p>
<p></p>
<br>
<br>
<div style="margin-bottom:128px; text-align:center">
<div >
<a style="font-size:30px" href="./quad_viewer.html">Quad Viewer</a>
<br>
<br>
<a href="./quad_viewer.html">
<img src="./textures/quad.PNG" style="width:100%" >
</a>
</div>
<br><br>
<div >
<a style="font-size:30px" href="./quad_window.html">Spectral Window</a>
<br>
<br>
<a href="./quad_window.html">
<img src="./textures/window.PNG" style="width:100%" >
</a>
</div>
<br><br>
<div >
<a style="font-size:30px" href="./spectral_lens_window_canvas.html">Spectral Lens</a>
<br>
<br>
<a href="./spectral_lens_window_canvas.html">
<img src="./textures/lens2.png" style="width:100%" >
</a>
</div>
<br><br>
<div >
<a style="font-size:30px" href="./highlighter_canvas_layer.html">Spectral Highlighter</a>
<br>
<br>
<a href="./highlighter_canvas_layer.html">
<img src="./textures/highlighter.PNG" style="width:100%" >
</a>
</div>
</div>
</div>
</body>
</html>