-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
158 lines (119 loc) · 5.47 KB
/
Copy pathtest.html
File metadata and controls
158 lines (119 loc) · 5.47 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!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="description" content="">
<meta name="keywords" content="">
<!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-status-bar-style" content="#ed1a3b">
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Style Sheet links -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/mmenu.all.css">
<link rel="stylesheet" href="css/customstyles.css">
<!-- All JavaScript at the bottom, except this Modernizr build. -->
<script src="js/jquery.min.js"></script>
<!-- Favicons -->
<link rel="shortcut icon" href="icons/apple-touch-icon.png">
<link rel="shortcut icon" href="favicon.ico">
<!-- iPhone & iPad Home Screen Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="icons/apple-touch-icon-144x144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="icons/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="icons/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="icons/apple-touch-icon-57x57-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="icons/apple-touch-icon-precomposed.png">
<!-- iPhone & iPad Startups -->
<link rel="apple-touch-startup-image" sizes="1024x748" href="startup/splash-screen-1024x748.png" />
<link rel="apple-touch-startup-image" sizes="768x1004" href="startup/splash-screen-768x1004.png" />
<link rel="apple-touch-startup-image" href="startup/splash-screen-320x460.png" />
<link rel="apple-touch-startup-image" sizes="640x960" href="startup/splash-screen-640x960.png" />
<!-- Window 8 Pinned Site Meta -->
<meta name="application-name" content=""/>
<meta name="msapplication-TileColor" content="#ed1a3b"/>
<meta name="msapplication-square70x70logo" content="icons/win-tiny.png"/>
<meta name="msapplication-square150x150logo" content="icons/win-square.png"/>
<meta name="msapplication-wide310x150logo" content="icons/win-wide.png"/>
<meta name="msapplication-square310x310logo" content="icons/win-large.png"/>
</head>
<body>
<div class="page-wrap">
<header>
<div class="container">
<div class="header_inner full">
<div id="panel_menu_link">
<a href="#left_nav"><img id="hamburger" src="img/hamburger.png"/></a>
</div>
<div id="cog_link">
<a href="#right_nav"><img id="cog" src="img/cog.png"/></a>
</div>
<div id="logo_box" class="alignCenter">
<img class="logo" src="img/header_graphic.png"/>
</div>
</div>
<div class="goback"><a href="index.php">« Go Back</a></div>
</div>
</header>
<div class="container">
<div id="content">
<div class="detail_image full">
<video src="http://slashmedia:8889/hls/trailers/amillionwaystodieinthewest/output.m3u8" preload="none" controls poster="http://slashmedia:8889/hls/trailers/edgeoftomorrow/poster.png"></video>
</div>
<div class="detail_title">
22 Jump Street
</div>
<div class="detail_description">
After Albert backs out of a gunfight, his fickle girlfriend leaves him for another man. When a mysterious and beautiful woman rides into town, she helps him find his courage and they begin to fall in love. But when her husband, a notorious outlaw, arrives seeking revenge, the farmer must put his newfound courage to the test.
</div>
<!-- <div class="detail_buttons clearfix">
<a href="" class="btn btn-slash alignLeft">WATCH THIS MOVIE</a>
</div>-->
<hr class="dividerline"></hr>
<div class="clearfix">
<div class="detail_disclaimer">
<ul class="detail_disclaimer_list">
<li><span class="disclaimer_bold">Release date:</span> May 30, 2014 (USA)</li>
<li><span class="disclaimer_bold">Director:</span> Seth MacFarlane</li>
<li><span class="disclaimer_bold">Music composed by:</span> Joel McNeely</li>
<li><span class="disclaimer_bold">Production company:</span> Media Rights Capital</li>
<li><span class="disclaimer_bold">Genres:</span> Comedy, Western</li>
</ul>
</div>
</div>
</div> <!-- End Content -->
<footer>
<div class="row">
<div class="col-xs-4 col-xs-offset-4">
<img src="img/poweredbyslash.png"/>
</div>
</div>
</footer> <!-- end footer -->
<nav id="left_nav">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about/">About us</a></li>
<li><a href="/contact/">Contact</a></li>
</ul>
</nav>
<nav id="right_nav">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about/">About us</a></li>
<li><a href="/contact/">Contact</a></li>
</ul>
</nav>
</div> <!-- End Container -->
</div> <!-- End Page Wrap -->
<!-- JavaScript at the bottom for fast page loading -->
<script src="js/bootstrap.min.js"></script>
<script src="js/mmenu.min.all.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/customscripts.js"></script>
<!-- end scripts -->
</body>
</html>