-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·49 lines (42 loc) · 1.73 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script type="text/javascript" src="//use.typekit.net/apk6hyz.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script src="popcorn-js/popcorn.js"></script>
<script src="popcorn-js/modules/player/popcorn.player.js"></script>
<script src="popcorn-js/plugins/googlemap/popcorn.googlemap.js"></script>
</head>
<body>
<header class="main-header">
<div id="logo" class="panel logo">
<h3>2012 campaign monitor</h3>
</div>
</header>
<div class="wrapper">
<div role="main">
<div class="panel-light">
<div id="video" preload data-butter="media" controls> </div>
<h2>About this campaign</h2>
<div id="map"></div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
<footer>
Blah blah blah
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="js/archiveUtil.js"></script>
<script src="script.js"></script>
</body>
</html>