-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
65 lines (48 loc) · 2.42 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hugh Design Studio | Interactive Video Solution</title>
<META NAME="Description" CONTENT="Interactive HTML5 Video Solution in Santa Monica, CA" />
<link href='http://fonts.googleapis.com/css?family=Fredericka+the+Great' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
<!-- For mobile displays -->
<link rel="stylesheet" type="text/css" href="css/blueprint/mobile.css" media="screen, projection" />
<link rel="stylesheet" href="css/blueprint/print.css" type="text/css" media="print">
<!-- For desktop displays -->
<link rel="stylesheet" href="css/blueprint/screen.css" type="text/css" media="only screen and (min-width: 600px)">
<!--[if lt IE 8]><link rel="stylesheet" type="text/css" href="css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<link rel="stylesheet" href="css/style.css" type='text/css'/>
</head>
<body>
<div class="container">
<h1>:// Hugh Design Studio - Interactive Video Lab</h1>
<section id="side">
<div id="imagecontainer" class="imagecon"></div>
<div id="wiki"></div>
</section>
<div id="videocontainer">
<section id="main">
<div id="popups"></div>
<video id="demo_video" controls width="600" height="338">
<source src="vid/legend-2.mp4" type="video/mp4">
<source src="vid/legend-2.webm" type="video/webm">
<source src="vid/legend-2.ogv" type="video/ogg">
<p>Sorry, your browser doesn't support the video element</p>
</video>
<div id="overlay"></div>
<div id="subtitle"></div>
<section id="tags"></section>
</section>
</div>
<footer>
<p>Demo created by <a href="http://hughdesign.net">Hugh Hou</a>.</p>
</footer>
<script src="js/popcorncomplete.js"></script>
<script src="js/popcornfacebook.js"></script>
<script src="js/tagthisperson.js"></script>
<script src="js/script.js"></script>
<script src="js/popcorn.imageOverlay.js"></script>
</div>
</body>
</html>