-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (48 loc) · 1.79 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
<html>
<!-- The idea is to have a general index here pointing to your options. This should be fairly static. -->
<!-- https://www.cdnfonts.com/adobe-garamond-pro-2.font -->
<!-- https://www.cdnfonts.com/goudy-mediaeval.font -->
<head>
<link rel="stylesheet" href="styles.css">
<title>Explore the Arms and Armor Collection</title>
</head>
<script type="text/javascript" src="videofullscreen.js"></script>
<body>
<!-- Make a Table: The screen is 2732x2048px but displayed at 50% of thwt! -->
<table class="tg"><tbody>
<tr>
<td class="tg-title" colspan="2">
<!-- Title Area: -->
Explore the Arms and Armor Collection
</tr>
<tr>
<td class="tg-big">
<!-- Top Left: What's in THIS Display?
<a href="featured.html"><img src="images/1.jpg" alt="What's on display here?"><br />
Featured Content</a> -->
<video controls id="myVideo" height="370" width="665" >
<source src="../wam-ipad-videos-main/feature1.mp4" type="video/mp4" />
</video><br />
<b>Featured: John Woodman Higgins</b>
<td class="tg-big">
<!-- Top Right: BTS Videos -->
<a href="bts.html"><img src="images/2.jpg" alt="What's on display here?"><br />
Behind-the-Scenes Videos</a>
<!-- <video controls id="myVideo" height="370" width="665" >
<source src="videos/BTS4.mp4" type="video/mp4" />
</video><br /><a href="bts.html">Behind the Scenes</a> -->
</tr>
<tr>
<td class="tg-big">
<!-- Bottom Left: Object Spotlight Videos -->
<a href="spotlight.html"><img src="images/3.jpg" alt="What's on display here?"><br />
Object Spotlight Videos</a>
<td class="tg-big">
<!-- Bottom Right: 3D Models -->
<!-- <a href="https://sketchfab.com/higginsatwam"> --> <a href="3dmodels.html"><img src="images/4.jpg" alt="Interactive 3D Models"><br />
Interactive 3D Models</a>
</tr>
</tbody>
</table>
</body>
</html>