-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
335 lines (326 loc) · 16.3 KB
/
services.html
File metadata and controls
335 lines (326 loc) · 16.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<link rel="stylesheet" href="assets/css/app.css"/>
<title>Versatile</title>
</head>
<body class="services-page">
<nav class="mobile-nav visible-xs">
<ul class="list-unstyled">
<li><a href="#">Home</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Stories</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#"></a></li>
</ul>
</nav>
<div class="mobile-nav-container visible-xs">
<a href="tel:5555555" class="btn btn-black-outlined mobile-call">Call 555-555-5555</a>
<div id="mobile-nav-toggle">
<a href="#" id="nav-toggle" data-nav-toggle="">
<span class="hamburger"></span>
</a>
</div>
</div>
<div id="main-content" class="faq-page">
<div class="mobile-nav-overlay"></div>
<header>
<div class="big-video-wrap">
<nav class="navbar navbar-default hidden-xs navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<!-- 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 navbar-right">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Portfolio</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button"
aria-haspopup="true" aria-expanded="false">FAQ <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">Separated link</a></li>
</ul>
</li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="tel:1212312" class="btn btn-default-outlined">555-555-5555</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<div class="row header-text-block">
<div class="col-md-8 col-md-offset-2">
<h2 class="text-center">Our Services</h2>
<h3 class="text-center">Versatile Productions is a full service video production company offering
live streaming for TV, film & social media.
</h3>
</div>
</div>
</div>
</header>
<section class="categories">
<div class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<div class="row">
<div class="col-sm-3 col-xs-6 text-center">
<img class="center-block img-responsive" src="assets/images/video-production.png" alt="">
<p>Video Production</p>
</div>
<div class="col-sm-3 col-xs-6 text-center">
<img class="center-block img-responsive" src="assets/images/social-media.png" alt="">
<p>Social Media</p>
</div>
<div class="col-sm-3 col-xs-6 text-center">
<img class="center-block img-responsive" src="assets/images/animation.png" alt="">
<p>Animation</p>
</div>
<div class="col-sm-3 col-xs-6 text-center">
<img class="center-block img-responsive" src="assets/images/video-marketing.png" alt="">
<p>Video Marketing</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="features">
<div class="container">
<div class="row">
<div class="col-xs-12">
<h4 class="section-header section-header-underlined">Our Work Flow</h4>
</div>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="row text-center">
<div class="col-sm-6 feature">
<img class="center-block" src="assets/images/Forensic%20Search.png" alt="">
<h3>1. Research</h3>
<p>We've been working with <br class="hidden-xs"> Apple for a new Touch ID.</p>
</div>
<div class="col-sm-6 feature">
<img class="center-block" src="assets/images/Pencil.png" alt="">
<h3>2. Design</h3>
<p>We've been working with <br class="hidden-xs"> Apple for a new Touch ID.</p>
</div>
</div>
<div class="row text-center">
<div class="col-sm-6 feature">
<img class="center-block" src="assets/images/Toy%20Robot.png" alt="">
<h3>3. Develop</h3>
<p>We've been working with <br class="hidden-xs"> Apple for a new Touch ID.</p>
</div>
<div class="col-sm-6 feature">
<img class="center-block" src="assets/images/Document%20Envelope.png" alt="">
<h3>4. Deliver</h3>
<p>We've been working with <br class="hidden-xs"> Apple for a new Touch ID.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="inform-section">
<div class="row">
<div class="col-md-5 col-lg-4 col-md-offset-6 col-lg-offset-7 col-sm-8 col-sm-offset-4">
<h2>This is a title of Seciton</h2>
<h3>This is a secondary title</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type
and scrambled it to make a type specimen book.</p> <br>
<p>
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown
printer took a galley of type and scrambled it to make a type specimen book.
</p>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-4 col-md-offset-6 col-lg-offset-7">
<div class="btn btn-xxl btn-default btn-block btn-outline">
SEND US BRIEF DETAILS
</div>
</div>
</div>
</section>
<section class="description">
<div class="container">
<div class="row">
<div class="col-md-5 col-sm-6">
<h4>Video Production</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been
the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley
of type and scrambled it to make a type specimen book.</p>
<br>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown
printer took a galley of type and scrambled it to make a type specimen book. Lorem Ipsum has
been the industry's standard dummy text ever since the 1500s, when an unknown printer took a
galley of type and scrambled it to make a type specimen book. <a href="#">(read more)</a></p>
</div>
<div class="col-md-5 col-sm-6 col-md-offset-1">
<img class="img-responsive center-block" src="assets/images/Video-Camera-1.png" alt="">
</div>
</div>
<div class="row">
<div class="col-md-5 col-sm-6">
<img class="img-responsive center-block" src="assets/images/Video-Camera.png" alt="">
</div>
<div class="col-md-5 col-md-offset-1 col-sm-6">
<h4>Social Media</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been
the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley
of type and scrambled it to make a type specimen book.</p>
<br>
<p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown
printer took a galley of type and scrambled it to make a type specimen book. Lorem Ipsum has
been the industry's standard dummy text ever since the 1500s, when an unknown printer took a
galley of type and scrambled it to make a type specimen book. (read more)</p>
</div>
</div>
</div>
</section>
<section class="contact-section">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="text-center">Ready to talk? Just let us know who to contact. That easy :)</h2>
</div>
</div>
<div class="row">
<form action="">
<div class="col-sm-3">
<div class="form-group">
<input type="text" class="form-control name-field" name="full_name"
placeholder="Full Name"/>
</div>
</div>
<div class="col-sm-3">
<div class="form-group">
<input type="email" class="form-control email-field" name="email"
placeholder="Email Address"/>
</div>
</div>
<div class="col-sm-3">
<div class="form-group">
<input type="tel" class="form-control tel-field" name="tel" placeholder="Phone"/>
</div>
</div>
<div class="col-sm-3">
<button type="submit" class="btn btn-green btn-lg">BEAM ME UP<span
class="hidden-sm">, SCOTTY!</span></button>
</div>
</form>
</div>
</div>
</section>
<section class="socials-section">
<div class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1 text-center">
<div class="row">
<div class="col-sm-3 col-xs-6">
<a href="#" class="btn btn-red btn-lg btn-block"><i class="fa fa-youtube"></i> YouTube</a>
</div>
<div class="col-sm-3 col-xs-6">
<a href="#" class="btn btn-blue btn-lg btn-block"><i class="fa fa-twitter"></i> Twitter</a>
</div>
<div class="col-sm-3 col-xs-6">
<a href="#" class="btn btn-orange btn-lg btn-block"><i class="fa fa-google-plus"></i>
Google+</a>
</div>
<div class="col-sm-3 col-xs-6">
<a href="#" class="btn btn-dark-blue btn-lg btn-block"><i class="fa fa-linkedin-square"></i>
LinkedIn</a>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="row">
<div class="col-sm-3 col-xs-6">
<h4><b>Company</b></h4>
<ul class="list-unstyled">
<li><a href="#" class="text-muted">Text</a></li>
<li><a href="#" class="text-muted">Text</a></li>
<li><a href="#" class="text-muted">Text</a></li>
<li><a href="#" class="text-muted">Text</a></li>
</ul>
</div>
<div class="col-sm-3 col-xs-6">
<h4><b>Support</b></h4>
<ul class="list-unstyled">
<li><a href="#" class="text-muted">Text</a></li>
<li><a href="#" class="text-muted">Text</a></li>
<li><a href="#" class="text-muted">Text</a></li>
<li><a href="#" class="text-muted">Text</a></li>
</ul>
</div>
<div class="col-sm-3 col-xs-6">
<h4><b>Help</b></h4>
<ul class="list-unstyled">
<li><a href="#" class="text-muted">Text</a></li>
<li><a href="#" class="text-muted">Text</a></li>
<li><a href="#" class="text-muted">Text</a></li>
<li><a href="#" class="text-muted">Text</a></li>
</ul>
</div>
<div class="col-sm-3 col-xs-6">
<h4><b>Latest news</b></h4>
<p>
<b>Lorem ipsum</b> dolor sit amet, consectetur adipisicing.
</p>
</div>
</div>
<div class="row">
<div class="col-sm-3 col-sm-offset-9">
<hr class="no-mg-t"/>
<address>
<strong>Versatile Productions Inc.</strong><br>
1234 Highway 133 <br/>
Carbondale, CO 81623 <br/>
970-555-5555 <br/>
M - F: 10am - 5pm
</address>
</div>
</div>
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<hr/>
<p class="text-center small text-muted">© 2015 Versatile Productions Inc. | <a
href="#">Privacy Policy</a></p>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/bootstrap-sass/assets/javascripts/bootstrap.min.js"></script>
<script src="http://vjs.zencdn.net/4.11/video.js"></script>
<script src="https://use.typekit.net/wwk5ylh.js"></script>
<script>try {
Typekit.load({async: true});
} catch (e) {
}</script>
<script src="http://a.vimeocdn.com/js/froogaloop2.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>