-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
416 lines (376 loc) · 22.8 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>BauseMason.net</title>
<link rel="shortcut icon" href="assets/img/favicon.png" />
<meta name="description" content="">
<!-- CSS -->
<link href="assets/css/preload.css" rel="stylesheet">
<link href="assets/css/vendors.css" rel="stylesheet">
<link href="assets/css/syntaxhighlighter/shCore.css" rel="stylesheet" >
<link href="assets/css/style-blue.css" rel="stylesheet" title="default">
<link href="assets/css/width-full.css" rel="stylesheet" title="default">
</head>
<!-- Preloader -->
<div id="preloader">
<div id="status"> </div>
</div>
<body>
<div class="sb-site-container">
<div class="boxed">
<header id="header-full-top" class="hidden-xs header-full">
<div class="container">
<div class="header-full-title">
<h1 class="animated fadeInRight"><a href="index.html"><span>Open Media</span> Consulting, LLC</a></h1>
<p class="animated fadeInRight">Professional Media Consulting Services</p> <!-- Media Consulting Services -->
</div>
<nav class="top-nav">
<div class="dropdown animated fadeInDown animation-delay-11">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-user"></i> Login</a>
<div class="dropdown-menu dropdown-menu-right dropdown-login-box animated flipCenter">
<form role="form">
<h4>Login Form</h4>
<div class="form-group">
<div class="input-group login-input">
<span class="input-group-addon"><i class="fa fa-user"></i></span>
<input type="text" class="form-control" placeholder="Username">
</div>
<br>
<div class="input-group login-input">
<span class="input-group-addon"><i class="fa fa-lock"></i></span>
<input type="password" class="form-control" placeholder="Password">
</div>
<div class="checkbox pull-left">
<input type="checkbox" id="checkbox_remember1">
<label for="checkbox_remember1">
Remember me
</label>
</div>
<button type="submit" class="btn btn-ar btn-primary pull-right">Login</button>
<div class="clearfix"></div>
</div>
</form>
</div>
</div> <!-- dropdown -->
<div class="dropdown animated fadeInDown animation-delay-13">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-search"></i></a>
<div class="dropdown-menu dropdown-menu-right dropdown-search-box animated fadeInUp">
<form role="form">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search...">
<span class="input-group-btn">
<button class="btn btn-ar btn-primary" type="button">Go!</button>
</span>
</div><!-- /input-group -->
</form>
</div>
</div> <!-- dropdown -->
</nav>
</div> <!-- container -->
</header> <!-- header-full -->
<nav class="navbar navbar-default navbar-header-full yamm navbar-static-top" role="navigation" id="header">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-bars"></i>
</button>
<a id="ar-brand" class="navbar-brand hidden-lg hidden-md hidden-sm" href="index.html">Bause<span>Mason.net</span></a>
</div> <!-- navbar-header -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="pull-right">
<a href="javascript:void(0);" class="sb-icon-navbar sb-toggle-right"><i class="fa fa-bars"></i></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown">Home</a>
<ul class="dropdown-menu dropdown-menu-left animated-2x animated fadeIn">
<li><a href="index.html">Home</a></li>
<li><a href="#tbm-anchor1">What do we do</a></li>
<li><a href="#tbm-anchor2">Recent Works</a></li>
<li><a href="#tbm-anchor3">About us</a></li>
<li><a href="#tbm-anchor4">Our Team</a></li>
<li><a href="#tbm-anchor5">Our Clients</a></li>
</ul>
</li>
</ul>
</div><!-- navbar-collapse -->
</div><!-- container -->
</nav>
<section class="wrap-hero margin-bottom">
<div id="carousel-example-ny" class="carousel carousel-hero slide" data-ride="carousel" data-interval="9000">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-ny" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-ny" data-slide-to="1"></li>
<li data-target="#carousel-example-ny" data-slide-to="2"></li>
<li data-target="#carousel-example-ny" data-slide-to="3"></li>
<li data-target="#carousel-example-ny" data-slide-to="4"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-push-6">
<div class="">
<img src="assets/img/new/Handshake1.png" alt="" class="img-responsive animated zoomInUp animation-delay-30">
</div>
</div>
<div class="col-md-6 col-md-pull-6">
<div class="carousel-caption">
<h1 class="animated fadeInDownBig animation-delay-7 carousel-title">Seasoned <span>int'l Expert </span>in media technology</h1>
<ul class="list-unstyled carousel-list">
<li class=""><i class="fa fa-angle-right animated fadeIn animation-delay-11"></i><span class="animated fadeInRightBig animation-delay-13">Over <strong>20 Years of Experience</strong> in media technology.</span></li>
<li class=""><i class="fa fa-angle-right animated fadeIn animation-delay-15"></i><span class="animated fadeInRightBig animation-delay-16">Recognized <strong>Industry Expert</strong> in int'l industry organizations.</span></li>
<li class=""><i class="fa fa-angle-right animated fadeIn animation-delay-19"></i><span class="animated fadeInRightBig animation-delay-19">Strong background in <strong>Digital Media Engineering</strong>.</span></li>
</ul>
<p class="animated zoomIn animation-delay-20">Reliable and knowledgeable <span>Media Professional</span> with experience spanning the full gamut from production to distribution.</p>
<!-- <div class="action-zone">
<a href="#" class="btn btn-ar btn-transparent-opaque btn-xl animated fadeInUp animation-delay-25"><i class="fa fa-search"></i> Know More</a>
</div> -->
</div>
</div>
</div> <!--row -->
</div> <!-- container -->
</div> <!-- item -->
<div class="item">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-push-6">
<div class="">
<img src="assets/img/new/multiscreen3.png" alt="" class="img-responsive animated zoomInUp animation-delay-30">
</div>
</div>
<div class="col-md-6 col-md-pull-6">
<div class="carousel-caption">
<h1 class="animated fadeInDownBig animation-delay-7 carousel-title">We help with <span>Multi-Screen</span> distribution!</h1>
<ul class="list-unstyled carousel-list">
<li class=""><i class="fa fa-angle-right animated fadeIn animation-delay-11"></i><span class="animated fadeInRightBig animation-delay-13">Effective encoding for <strong>Adaptive Bit Rate Streaming.</strong></span></li>
<li class=""><i class="fa fa-angle-right animated fadeIn animation-delay-15"></i><span class="animated fadeInRightBig animation-delay-16">Ensure the <strong>Best Quality</strong> for streaming media.</span></li>
<li class=""><i class="fa fa-angle-right animated fadeIn animation-delay-19"></i><span class="animated fadeInRightBig animation-delay-19">Distribute everything <strong>Securely</strong> and <strong>Measureable</strong>.</span></li>
</ul>
<p class="animated zoomIn animation-delay-20">Online media distribution to all available platforms is a fast growing <span>revenue stream</span> for media comapnies.</p>
<!-- <div class="action-zone">
<a href="#" class="btn btn-ar btn-transparent-opaque btn-xl animated fadeInUp animation-delay-25"><i class="fa fa-search"></i> Know More</a>
</div> -->
</div>
</div>
</div> <!--row -->
</div> <!-- container -->
</div> <!-- item -->
<div class="item">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-push-6">
<div class="">
<img src="assets/img/new/HDR1.png" class="img-responsive animated zoomInUp animation-delay-30" alt="Image">
</div>
</div>
<div class="col-md-6 col-md-pull-6">
<div class="carousel-caption">
<h1 class="animated fadeInDownBig animation-delay-7 carousel-title">Need to implement <span>New Media Formats</span>?</h1>
<ul class="list-unstyled carousel-list">
<li class=""><i class="fa fa-angle-right animated fadeIn animation-delay-11"></i><span class="animated fadeInRightBig animation-delay-13">Life like images thru <strong>HDR</strong> and <strong>WCG</strong>.</span></li>
<li class=""><i class="fa fa-angle-right animated fadeIn animation-delay-15"></i><span class="animated fadeInRightBig animation-delay-16">More details with <strong>High Resolution</strong> and <strong>High Frame Rates.</strong></span></li>
<li class=""><i class="fa fa-angle-right animated fadeIn animation-delay-19"></i><span class="animated fadeInRightBig animation-delay-19"><strong>Immersive Audio</strong> for better listening.</span></li>
</ul>
<p class="animated zoomIn animation-delay-20">The evolution to next generation image and audio formats is underway and <span>we can help</span> in your transistion.</p>
<!-- <div class="action-zone">
<a href="#" class="btn btn-ar btn-transparent-opaque btn-xl animated fadeInUp animation-delay-25"><i class="fa fa-search"></i> Know More</a>
</div> -->
</div>
</div>
</div> <!--row -->
</div> <!-- container -->
</div> <!-- item -->
<div class="item">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-push-6">
<div class="">
<img src="assets/img/new/cloud2.png" alt="" class="img-responsive animated zoomInRight animation-delay-30">
</div>
</div>
<div class="col-md-6 col-md-pull-6">
<div class="carousel-caption">
<h1 class="animated fadeInDownBig animation-delay-7 carousel-title">Want to move to <span>Cloud Infrastructure</span>?</h1>
<ul class="list-unstyled carousel-list">
<li class=""><i class="fa fa-angle-right animated fadeIn animation-delay-11"></i><span class="animated fadeInRightBig animation-delay-13"><strong>Virtualize</strong> your next equipment room.</span></li>
<li class=""><i class="fa fa-angle-right animated fadeIn animation-delay-15"></i><span class="animated fadeInRightBig animation-delay-16">Connect through <strong>IP Networks</strong> to converge services.</span></li>
<li class=""><i class="fa fa-angle-right animated fadeIn animation-delay-19"></i><span class="animated fadeInRightBig animation-delay-19">Make the move to the <strong>Cloud</strong> painless</span></li>
</ul>
<p class="animated zoomIn animation-delay-20">IP infrastructure with commodity hardware and software online application enable a <span>Virtualized, Cloud Based</span> future.</p>
<!-- <div class="action-zone">
<a href="#" class="btn btn-ar btn-transparent-opaque btn-xl animated fadeInUp animation-delay-25"><i class="fa fa-search"></i> Know More</a>
</div> -->
</div>
</div>
</div> <!-- row -->
</div> <!-- container -->
</div> <!-- item -->
<div class="item">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-push-6">
<div class="">
<img src="assets/img/new/vrheadset.png" alt="" class="img-responsive animated zoomInRight animation-delay-30">
</div>
</div>
<div class="col-md-6 col-md-pull-6">
<div class="carousel-caption">
<h1 class="animated fadeInDownBig animation-delay-7 carousel-title">Prepare for a future with <span>Virtual Reality</span></h1>
<ul class="list-unstyled carousel-list">
<li class=""><i class="fa fa-angle-right animated fadeIn animation-delay-11"></i><span class="animated fadeInRightBig animation-delay-13">VR <strong>Production Workflow</strong> glass to glass.</span></li>
<li class=""><i class="fa fa-angle-right animated fadeIn animation-delay-15"></i><span class="animated fadeInRightBig animation-delay-16">Gain inside into VR <strong>Equipment Diversity</strong>.</span></li>
<li class=""><i class="fa fa-angle-right animated fadeIn animation-delay-19"></i><span class="animated fadeInRightBig animation-delay-19">Ensure excellent <strong>VR Content Quality</strong></span></li>
</ul>
<p class="animated zoomIn animation-delay-20">Virtual, augmented and mixed reality are just emerging but it is important to understand its <span>Business Implications</span> early on.</p>
<!-- <div class="action-zone">
<a href="#" class="btn btn-ar btn-transparent-opaque btn-xl animated fadeInUp animation-delay-25"><i class="fa fa-search"></i> Know More</a>
</div> -->
</div>
</div>
</div> <!-- row -->
</div> <!-- container -->
</div> <!-- item -->
</div> <!-- carousel-inner -->
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-ny" data-slide="prev">
<i class="fa fa-angle-left"></i>
</a>
<a class="right carousel-control" href="#carousel-example-ny" data-slide="next">
<i class="fa fa-angle-right"></i>
</a>
</div>
</section> <!-- carousel -->
<section class="section-lines">
<div class="container">
<div class="row">
<div class="col-md-12 padding-40">
<p class="slogan text-center no-margin">This site is <span>under development</span>. We will follow up with <span>updates</span> to the sections below soon.</p>
</div>
</div>
</div>
</section>
<div id="tbm-anchor1" class="container">
<section class="margin-bottom">
<div class="row">
<div class="col-md-12">
<h2 class="right-line">What do we do?</h2>
</div>
</div> <!-- row -->
</section>
</div> <!-- container -->
<div id="tbm-anchor2" class="container">
<div class="row">
<div class="col-md-12">
<h2 class="right-line">Recents Works</h2>
</div>
</div>
</div>
<div id="tbm-anchor3" class="container margin-bottom">
<div class="row">
<div class="col-md-12">
<h2 class="right-line no-margin-bottom">About Us</h2>
</div>
</div>
</div> <!-- container -->
<div id="tbm-anchor3" class="container margin-bottom">
<div class="row">
<div class="col-md-12">
<h2 class="right-line no-margin-bottom">Our Team</h2>
</div>
</div>
</div> <!-- container -->
<aside id="footer-widgets">
<div class="container">
<div class="row">
<div class="col-md-4">
<h3 class="footer-widget-title">Sitemap</h3>
<ul class="list-unstyled three_cols">
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="portfolio_topvar.html">Works</a></li>
<li><a href="page_about2.html">About Us</a></li>
<li><a href="page_team.html">Our Team</a></li>
<li><a href="page_services.html">Services</a></li>
<li><a href="page_login_full.html">Login</a></li>
<li><a href="page_contact.html">Contact</a></li>
</ul>
<h3 class="footer-widget-title">Subscribe</h3>
<p>Subscribe to our new feed to stay up-to-date with what we do.</p>
<div class="input-group">
<input type="text" class="form-control" placeholder="Email Adress">
<span class="input-group-btn">
<button class="btn btn-ar btn-primary" type="button">Subscribe</button>
</span>
</div><!-- /input-group -->
</div>
<div class="col-md-4">
<div class="footer-widget">
<h3 class="footer-widget-title">Recent Post</h3>
</div>
</div>
<div class="col-md-4">
<div class="footer-widget">
<h3 class="footer-widget-title">Recent Works</h3>
<div class="row">
</div>
</div>
</div>
</div> <!-- row -->
</div> <!-- container -->
</aside> <!-- footer-widgets -->
<footer id="footer">
<p>© 2017 <a href="#">Open Media Consulting</a>, LLC. All rights reserved.</p>
</footer>
</div> <!-- boxed -->
</div> <!-- sb-site -->
<div class="sb-slidebar sb-right sb-style-overlay">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search...">
<span class="input-group-btn">
<button class="btn btn-default" type="button"><i class="fa fa-search"></i></button>
</span>
</div><!-- /input-group -->
<h2 class="slidebar-header no-margin-bottom">Navigation</h2>
<ul class="slidebar-menu">
<li><a href="index.html">Home</a></li>
<li><a href="page_about3.html">About us</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="page_contact.html">Contact</a></li>
</ul>
<h2 class="slidebar-header">Social Media</h2>
<div class="slidebar-social-icons">
<a href="#" class="social-icon-ar rss"><i class="fa fa-rss"></i></a>
<a href="#" class="social-icon-ar facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="social-icon-ar twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="social-icon-ar pinterest"><i class="fa fa-pinterest"></i></a>
<a href="#" class="social-icon-ar instagram"><i class="fa fa-instagram"></i></a>
<a href="#" class="social-icon-ar wordpress"><i class="fa fa-wordpress"></i></a>
<a href="#" class="social-icon-ar linkedin"><i class="fa fa-linkedin"></i></a>
<a href="#" class="social-icon-ar flickr"><i class="fa fa-flickr"></i></a>
<a href="#" class="social-icon-ar vine"><i class="fa fa-vine"></i></a>
<a href="#" class="social-icon-ar dribbble"><i class="fa fa-dribbble"></i></a>
</div>
</div> <!-- sb-slidebar sb-right -->
<div id="back-top">
<a href="#header"><i class="fa fa-chevron-up"></i></a>
</div>
<script src="assets/js/vendors.js"></script>
<!-- Syntaxhighlighter -->
<script src="assets/js/syntaxhighlighter/shCore.js"></script>
<script src="assets/js/syntaxhighlighter/shBrushXml.js"></script>
<script src="assets/js/syntaxhighlighter/shBrushJScript.js"></script>
<script src="assets/js/DropdownHover.js"></script>
<script src="assets/js/app.js"></script>
<script src="assets/js/holder.js"></script>
<script src="assets/js/home_info.js"></script>
</body>
</html>