-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
472 lines (445 loc) · 22.2 KB
/
Copy pathindex.html
File metadata and controls
472 lines (445 loc) · 22.2 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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>WHERES MY MEDIA</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="themes/default/default.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/nivo-slider.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/font-awesome.min.css">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- BEGIN JS INCLUDES -->
<!--<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/jquery.nivo.slider.js"></script>
<script src="js/typed.custom.js"></script>
<!-- jwplayer -->
<script type="text/javascript" src="jwplayer/jwplayer.js"></script>
<script>jwplayer.key = "24Z9YwXSEcG5ZZw6RKmYNRdhHJYrnwmeLInqvL2X6TI=";</script>
<script>
$(window).scroll(function () {
if ($(window).scrollTop() >= '150') {
jQuery(".menu").addClass("aaa_top");
jQuery(".aaa_hgt").addClass("aa_top");
jQuery(".logo").addClass("logo_dply");
}
if ($(window).scrollTop() <= '150') {
jQuery(".menu").removeClass("aaa_top");
jQuery(".aaa_hgt").removeClass("aa_top");
jQuery(".logo").removeClass("logo_dply");
}
});
//$(document).ready(function() {
// $('a[href*=#]').each(function() {
// if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')
// && location.hostname == this.hostname
// && this.hash.replace(/#/,'') ) {
// var $targetId = $(this.hash), $targetAnchor = $('[name=' + this.hash.slice(1) +']');
// var $target = $targetId.length ? $targetId : $targetAnchor.length ? $targetAnchor : false;
// if ($target) {
// var targetOffset = $target.offset().top;
// $(this).click(function() {
// $('html, body').animate({scrollTop: targetOffset}, 700);
// return false;
// });
// }
// }
// });
//});
$(function () {
$('a[href*="#"]:not([href="#"])').click(function () {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html, body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
function ScrollTop() {
$("html, body").animate({ scrollTop: 0 }, "slow");
return false;
};
</script>
</head>
<body>
<!--start header-->
<header>
<div class="container">
<div class="row">
<div class="col-md-5"><a href="javascript:void(0)"><img src="images/logo.png" alt="LOGO" /></a> </div>
<!--end col-md-6-->
<div class="col-md-7">
<div class="row">
<div class="col-sm-8">
<div class="top_nav">
<ul>
<!--<li><a href="javascript:void(0)">Home</a></li>-->
<li><a href="#contact_area">Contact Us</a></li>
<li><a href="javascript:void(0)">Status</a></li>
<li><a href="javascript:void(0)" onclick="window.open('http://dam.wheresmymedia.com')" >Log In</a></li>
<li><a href="#news_part">News & Press</a></li>
</ul>
</div>
<!--end top_nav-->
</div>
<!--end col-md-9-->
<div class="col-sm-4">
<div class="top_social_icon">
<ul>
<li><a href="javascript:void(0)" onclick="window.open('http://www.facebook.com/pages/WheresMyMedia/117505354992759?ref=br_tf')" ><i class="fa fa-facebook-square"></i></a></li>
<li><a href="javascript:void(0)" onclick="window.open('http://www.linkedin.com/company/917689?trk=tyah&trkInfo=tarId%3A1421427227543%2Ctas%3Awheresmymedia%2Cidx%3A1-1-1')" ><i class="fa fa-twitter-square"></i></a></li>
<li><a href="javascript:void(0)" onclick="window.open('http://twitter.com/WheresMyMedia')" ><i class="fa fa-linkedin-square"></i></a></li>
</ul>
</div>
<!--end top_social_icon-->
</div>
<!--end col-md-3-->
</div>
<!--end row-->
</div>
<!--end col-md-7-->
</div>
<!--end row-->
</div>
<!--end container-->
</header>
<!--end header-->
<div class="aaa_hgt"></div>
<!--start menu-->
<section class="menu">
<div class="container">
<div class="logo"><a href="javascript:void(0)"><img src="images/wlogo.png" alt="Logo"></a></div>
<nav id="main_nav" class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="javascript:ScrollTop()">VelociFile</a></li>
<li><a href="#article_icon">Features </a></li>
<li><a href="#logo_part">Integration </a></li>
<!-- <li><a href="#banner_part">Sign Up</a></li>-->
<li><a href="#mission">About</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</nav>
<!-- =============== End nav bar =============== -->
</div>
<!--end container-->
</section>
<!--end menu-->
<div id="myElement">
</div>
<section id="article_icon">
<div class="container">
<div class="row row_margin_1">
<div class="col-md-12 text-center">
<h1>Features</h1>
<h3 class="gray">These are just some of the advanced feature you get with VelociFile.</h3>
</div>
</div>
<!--end row-->
<div class="row row_margin_1">
<div class="col-md-4">
<div class="icon_bg_1"> <img src="images/Rough_Cuts.png" alt="Rough Cuts" /> </div>
<h3 class="article_h">Rough Cuts</h3>
<p class="text-center">Mark in/out as notes and use to create edits from source</p>
</div>
<!--end col-md-4-->
<div class="col-md-4">
<div class="icon_bg_1"> <img src="images/Review_Notes.png" alt="Review w/ Notes" /> </div>
<h3 class="article_h">Review w/ Notes</h3>
<p class="text-center">Users can make time based notes to be used in the review and review process.</p>
</div>
<!--end col-md-4-->
<div class="col-md-4">
<div class="icon_bg_1"> <img src="images/Truly_Mobile.png" alt="Truly Mobile" /> </div>
<h3 class="article_h">Truly Mobile</h3>
<p class="text-center">Take our whole system with you as a rentable box to be used on site with or without internet access.</p>
</div>
<!--end col-md-4-->
</div>
<!--end row-->
<div class="row row_margin_1">
<div class="col-md-4">
<div class="icon_bg_2"> <img src="images/Accelerated_File_Transfer.png" alt="img" /> </div>
<h3 class="article_hb">Accelerated File Transfer</h3>
<p class="text-center">Upload any size file super fast using our AccellPro file transfer acceleration technology.</p>
</div>
<!--end col-md-4-->
<div class="col-md-4">
<div class="icon_bg_2"> <img src="images/MediaMail.png" alt="img" /> </div>
<h3 class="article_hb">MediaMail</h3>
<p class="text-center">Share and collaborate as easy as email. Using our MediaMail, you can easily share video and projects with users via email.</p>
</div>
<!--end col-md-4-->
<div class="col-md-4">
<div class="icon_bg_2"> <img src="images/Customizable.png" alt="img" /> </div>
<h3 class="article_hb">Customizable</h3>
<p class="text-center">Easily add your own or client’s logo and color scheme to user accounts, MediaMail and Video Players. Create your own custom searchable metadata for projects.</p>
</div>
<!--end col-md-4-->
</div>
<!--end row-->
</div>
<!--end container-->
</section>
<!--end artecal_icon-->
<!--start logo_part-->
<section id="logo_part">
<div class="container">
<div class="row row_margin_2">
<div class="col-md-12">
<h1 class="text-center">Enterprise Integration</h1>
<h3 class="gray">Not only do we integreate with best in class technology, we have our own extensive resful api to monitor, query, trigger workflows and exchange any type of data.</h3>
<!--<img src="images/line.jpg" class="center-block" />-->
</div>
</div>
<!--end row-->
<div class="row row_margin_1">
<div class="col-md-4 col_margin"> <img src="images/log01.gif" alt="img" class="img-responsive center-block" /> </div>
<!--end col-md-3-->
<div class="col-md-4 col_margin"> <img src="images/logo02.png" alt="img" class="img-responsive center-block" /> </div>
<!--end col-md-3-->
<div class="col-md-4 col_margin"> <img src="images/logo03.png" alt="img" class="img-responsiv center-blocke" /> </div>
<!--end col-md-3-->
</div>
<!--end row-->
<div class="row row_margin_1">
<div class="col-md-4 col_margin"> <img src="images/logo04.png" alt="img" class="img-responsive center-block" /> </div>
<!--end col-md-3-->
<div class="col-md-4 col_margin"> <img src="images/logo-05.png" alt="img" class="img-responsive center-block" /> </div>
<!--end col-md-3-->
<div class="col-md-4 col_margin"> <img src="images/logo06.png" alt="img" class="img-responsive center-block" /> </div>
<!--end col-md-3-->
</div>
<!--end row-->
<div class="row row_margin_1 row_margin_bootom">
<div class="col-md-4 col_margin"> <img src="images/logo07.jpg" alt="img" class="img-responsive center-block" /> </div>
<!--end col-md-3-->
<div class="col-md-4 col_margin"> <img src="images/logo-8.jpg" alt="img" class="img-responsive center-block" /> </div>
<!--end col-md-3-->
<div class="col-md-4 col_margin"> <img src="images/logo09.jpg" alt="img" class="img-responsive center-block" /> </div>
<!--end col-md-3-->
</div>
<!--end row-->
</div>
<!--end container-->
</section>
<!--start logo_part-->
<!--start banner_part-->
<section id="banner_part">
<div class="container">
</div>
<!--end container-->
</section>
<!--end banner_part-->
<!--start news_part-->
<section id="news_part">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="text-center">Latest News</h1>
<img src="images/line-2.jpg" class="center-block" />
</div>
</div>
<!--end row-->
<div class="row">
<div class="news">
<img src="images/news-vf1.png" alt="img" />
<div class="news_inner">
<p>VelociFile 1.0</p>
</div>
</div>
<!--end news-->
<div class="news">
<img src="images/news-sailing.png" alt="img" />
<div class="news_inner">
<p>2016 Americas Cup</p>
</div>
</div>
<!--end news-->
<div class="news">
<img src="images/news-NYMediaNight.png" alt="img" />
<div class="news_inner">
<p>NY Media Night</p>
</div>
</div>
<!--<div class="news">
<img src="images/news04.jpg" alt="img" />
<div class="news_inner">
<p>Lorem Ipsume</p>
</div>
</div>
<div class="news">
<img src="images/news05.jpg" alt="img" />
<div class="news_inner">
<p>Lorem Ipsume</p>
</div>
</div>-->
</div>
<!--end row-->
</div>
<!--end container-->
</section>
<!--end news_part-->
<section id="mission" class="contact_area">
<div class="container">
<div class="col-md-12">
<h1 class="text-center">OUR MISSION</h1>
<img src="images/line.jpg" class="center-block" />
<p class="banner_text">
Our experts streamline the complexities of video by providing clients with the proper
tools to manage content more efficiently. Our superior tools and premium services consist of
customizable digital media asset management, Open Standards compliant workflow management,
and digital mastering and re-mastering of video. Our team works directly with clients to create a
simpler way to digitally exchange content, transcode media, and digitally master video.
</p>
</div>
</div>
</section>
<!--start contact_area-->
<section id="contact_area" class="contact_area">
<div class="container">
<!--end col-md-12-->
<div class="row">
<div class="col-md-12">
<div class="contact_banner">
<div class="contact">
<p>Contact Us</p>
<span>
WheresMyMedia<br />
42 West 38th St<br />
Suite #1001<br />
New York,NY 10018<br />
Ph: 607-GET-2WMM (438-2966)
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!--end contact_area-->
<!--start footer-->
<footer>
<div class="container">
<div class="row">
<div class="col-md-2"> </div>
<div class="col-md-3">
<p class="text-center">FOLLOW US ON:</p>
<ul class="center-block">
<li class="email"><a href="mailto:info@wheresmymedia.com" ><i class="fa fa-envelope"></i></a></li>
<li class="facebook"><a href="javascript:void(0)" onclick="window.open('http://www.facebook.com/pages/WheresMyMedia/117505354992759?ref=br_tf')" ><i class="fa fa-facebook"></i></a></li>
<li class="twitter"><a href="javascript:void(0)" onclick="window.open('http://twitter.com/WheresMyMedia')" ><i class="fa fa-twitter"></i></a></li>
<li class="instagram"><a href="javascript:void(0)"><i class="fa fa-instagram"></i></a></li>
<li class="youtube"><a href="javascript:void(0)"><i class="fa fa-youtube"></i></a></li>
<li class="pintrest"><a href="javascript:void(0)"><i class="fa fa-pinterest-p"></i></a></li>
</ul>
</div>
<!--end col-md-3-->
<div class="col-md-1"> </div>
<div class="col-md-6">
<p>
<br />
© Copyright WheresMyMedia2016.All Rights Reserved.
</p>
</div>
<!--end col-md-6-->
</div>
<!--end row-->
</div>
<!--end container-->
</footer>
<!--end footer-->
<script type="text/javascript">
var twidth = 0;
var tratio = 15;
var jwp = jwplayer("myElement");
jwp.setup({
file: "wmm_website_footage.mp4",
width: "100%",
aspectratio: "16:9",
autostart: true,
controls: false,
repeat: true
});
jwp.onResize(function () {
if ($("#divelement").length) {
pwidth = jwp.getWidth();
if (twidth > 0 && twidth != pwidth) {
twidth = pwidth;
fsize = twidth / tratio;
var ediv = $("#divelement");
ediv.css({ 'font-size': fsize })
}
}
});
jwp.onPlay(function () {
twidth = jwp.getWidth();
var fsize = twidth / tratio;
if (jwp.getRenderingMode() == "html5") {
var theBody = document.getElementById(myElement.id);
} else {
var theBody = document.getElementById(myElement.id + "_wrapper");
}
if (!$("#divelement").length) {
var divtype = document.createElement("div");
divtype.id = "divelement";
divtype.style = "position:absolute;width:99%;height:100px;margin:auto;text;font-size:" + fsize + "px;color:#ffa600;top:0; left:0; bottom:0; right:0;";
divtype.innerHTML = '<center><span class="element"></span></center>';
theBody.appendChild(divtype);
$(".element").typed({
strings: ["Where's My Media?", "It's Here!", "Your Media", "Your Way", "Edit Online", "Truly Mobile", ""],
typeSpeed: 120,
loop: true,
backSpeed: 50,
backDelay: 500,
callback: function () {
shift();
}
});
}
});
function shift() {
$(".head-wrap").addClass("shift-text");
terminalHeight();
}
function terminalHeight() {
var termHeight = $(".terminal-height");
var value = termHeight.text();
value = parseInt(value);
setTimeout(function () {
if (value > 10) {
value = value - 1;
this.txtValue = value.toString();
termHeight.text(this.txtValue);
self.terminalHeight();
}
else {
clearTimeout();
}
}, 10);
}
</script>
</body>
</html>