forked from AndrewSB/Radar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
66 lines (58 loc) · 2.4 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Radar</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='http://fonts.googleapis.com/css?family=Poly' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://static.divisionof.com/v3/MyFontsWebfontsKit.css" type="text/css" media="screen" />
<link rel="stylesheet" href="http://static.divisionof.com/v3/stylesheet.css" type="text/css" media="screen" />
<META name = "description" content="">
<META name = "keywords" content="">
<link rel="Shortcut Icon" href="http://static.divisionof.com/v3/DO_fav.ico" />
<!--[if lt IE 9]>
<script src="//static.divisionof.com/v3/js/iehtml5.js" type="text/javascript"></script>
<script src="//static.divisionof.com/v3/js/css3-mediaqueries.js" type="text/javascript"></script>
<![endif]-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script src="http://vjs.zencdn.net/4.1/video.js"></script>
<script src="http://static.divisionof.com/v3/js/init.js"></script>
</head>
<body>
<div id="Container">
<section id="Home">
<div id="Top" style='height:805px'>
<div id="Hero">
<div id="Video">
<video id="video_1" class="video-js vjs-default-skin"
autoplay preload="auto" width="100%" height="auto" data-setup='{"example_option":true}'>
<source src="./cars-and-trucks-on-freeway-aerial_zjvzffg-r__D.mp4" type='video/mp4' />
</video>
</div>
<div id="Middle">
<div class="content">
<div class="tagline">
<h2>
Safety<br/>
at a glance<br/>
</h2>
<div class="location">RADAR</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div><!-- /Container -->
<!--
<footer id="Footer" style="text-align:center;">
<a style="font-size:400%" href="http://bmwradar.herokuapp.com">Check it out!</a>
<div class="content">
<div class="left">
<p ><a href="" style="text-align:center;" target="_blank"><span>Made with</span> <img src="http://static.divisionof.com/v3/img/Heart_Animation_09_2x.gif" width="16" height="16" alt="heart" class="heart" /> <span>at Hack The Drive</a></span></p>
</div>
-->
</div>
</footer><!-- /Footer -->
</body>
</html>