-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
358 lines (291 loc) · 16.1 KB
/
index.html
File metadata and controls
358 lines (291 loc) · 16.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Burrows Pro Audio Video</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Burrows Pro Audio Video in Weatherford, Oklahoma OK 73096">
<meta name="author" content="Twitter Bootstrap - CEBD">
<!-- Le styles -->
<link href="css/style.css" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<style>
.navbar-wrapper
{
position:fixed;
}
.carousel-caption
{
background-color: transparent;
position:relative;
/*margin: 3% 2% 0% 5%;*/
margin:3%;
}
</style>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="../assets/ico/favicon.png">
-->
</head>
<body>
<div id="fb-root"></div>
<script>(function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- NAVBAR
================================================== -->
<div class="navbar-wrapper">
<!-- Wrap the .navbar in .container to center it within the absolutely positioned parent. -->
<div class="container">
<div class="navbar">
<div class="navbar-inverse">
<div class="navbar-inner">
<!-- Responsive Navbar Part 1: Button for triggering responsive navbar (not covered in tutorial). Include responsive CSS to utilize. -->
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">BPAV</a>
<!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#audio">Audio</a></li>
<li><a href="#video">Video</a></li>
<li><a href="#lighting">Lighting</a></li>
<li><a href="#trade">Trade</a></li>
<li><a href="#rental">Rental</a></li>
<li><a href="#lessons">Lessons</a></li>
<li><a href="#hours">Hours</a></li>
<li><a href="#contact">Contact</a></li>
<!-- Read about Bootstrap dropdowns at http://twitter.github.com/bootstrap/javascript.html#dropdowns -->
<!-- <li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></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 class="divider"></li>
<li class="nav-header">Nav header</li>
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li>-->
</ul>
</div>
<!--/.nav-collapse -->
</div>
<!-- /.navbar-inner -->
</div>
<!-- /.navbar -->
</div>
</div>
<!-- /.container -->
</div>
<!-- /.navbar-wrapper -->
<!-- Carousel
================================================== -->
<div class="headercontent">
<div id="myCarousel" class="carousel slide">
<div class="carousel-inner">
<div class="item active">
<img src="image/bpav03.jpg" alt=""/>
<div class="container">
<div class="carousel-caption">
<h1 class="header">Burrows Pro Audio Video</h1>
<p class="lead">
Since 2003 Burrows Pro Audio Video has sold high quality audio, video and lighting equipment.
<br />Burrows also offers music lessons on site and will travel to d.j. locally.
<br />BPAV is conveiconveniently located on at 120 W Main, Weatherford, OK.
</p>
<a class="btn btn-large btn-primary" href="https://www.facebook.com/pages/Burrows-Pro-Audio-Video/174274632683248">Find Us on Facebook</a>
</div>
<!-- <div class="fb-like" data-href="https://www.facebook.com/pages/Burrows-Pro-Audio-Video/174274632683248" data-send="true" data-width="450" data-show-faces="false" data-font="segoe ui" style="color: white"></div>-->
<!--<a class="btn btn-large btn-primary" href="#">Sign up today</a>-->
</div>
</div>
</div>
</div>
</div>
<!-- /.carousel -->
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="span4">
<img class="img-circle" data-src="js/holder.js/140x140">
<h2>Audio</h2>
<p>Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod. Nullam id dolor id nibh ultricies vehicula ut id elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
<p><a class="btn" href="#">View details »</a></p>
</div>
<!-- /.span4 -->
<div class="span4">
<img class="img-circle" data-src="js/holder.js/140x140">
<h2>Video</h2>
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
<p><a class="btn" href="#">View details »</a></p>
</div>
<!-- /.span4 -->
<div class="span4">
<img class="img-circle" data-src="js/holder.js/140x140">
<h2>Lighting</h2>
<p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
<p><a class="btn" href="#">View details »</a></p>
</div>
<!-- /.span4 -->
</div>
<!-- /.row -->
<hr class="featurette-divider">
<!-- -->
<!-- Two columns of text -->
<div class="row text-center">
<div class="span6">
<img class="img-circle" data-src="js/holder.js/140x140">
<h2>Trade</h2>
<p>Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod. Nullam id dolor id nibh ultricies vehicula ut id elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
<p><a class="btn" href="#">View details »</a></p>
</div>
<!-- /.span6 -->
<div class="span6">
<img class="img-circle" data-src="js/holder.js/140x140">
<h2>Rent</h2>
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
<p><a class="btn" href="#">View details »</a></p>
</div>
<!-- /.span6 -->
</div>
<!-- /.row -->
<hr class="featurette-divider">
<!-- -->
<!-- One column of text -->
<div class="row text-center">
<div class="span12">
<img class="img-circle" data-src="js/holder.js/140x140">
<h2>Music Lessons</h2>
<p>Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod. Nullam id dolor id nibh ultricies vehicula ut id elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
<p><a class="btn" href="#">View details »</a></p>
</div>
<!-- /.span6 -->
</div>
<!-- /.row -->
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="featurette" id="audio">
<h2 class="featurette-heading">Audio <span class="muted">It'll blow your mind.</span></h2>
<p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
</div>
<hr class="featurette-divider">
<div class="featurette" id="video">
<h2 class="featurette-heading">Video <span class="muted">See for yourself.</span></h2>
<p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
</div>
<hr class="featurette-divider">
<div class="featurette" id="lighting">
<h2 class="featurette-heading">Lighting <span class="muted">Checkmate.</span></h2>
<p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
</div>
<hr class="featurette-divider">
<div class="featurette" id="trade">
<h2 class="featurette-heading">Trade <span class="muted">Find New Gear</span></h2>
<p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
</div>
<hr class="featurette-divider">
<div class="featurette" id="rent">
<h2 class="featurette-heading">Rent <span class="muted">Affordable Weekly Rates</span></h2>
<p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
</div>
<hr class="featurette-divider">
<div class="featurette" id="lessons">
<h2 class="featurette-heading">Music Lessons <span class="muted">Great Teachers</span></h2>
<p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
</div>
<hr class="featurette-divider">
<div class="featurette" id="hours">
<h2 class="featurette-heading">Hours <span class="muted">Stop in sometime</span></h2>
<!-- Two columns of text -->
<div class="row text-center">
<div class="span6">
<img class="img-circle" data-src="js/holder.js/140x140">
<h2>Hours</h2>
<strong>Monday-Friday</strong>
<p>10:00 a.m. - 5:00 p.m.</p>
<strong>Saturday</strong>
<p>10:00 a.m. - 3:00 p.m.</p>
<strong>Sunday</strong>
<p>Closed</p>
</div>
<!-- /.span6 -->
<div class="span6">
<img class="img-circle" data-src="js/holder.js/140x140">
<h2>Contact</h2>
<address>
<strong>Burrows Pro Audio Video</strong><br>
120 West Main Street,<br>
Weatherford, OK. 73096<br>
<abbr title="Phone">P:</abbr>
(580) 515-4273
</address>
<address>
<strong>Email</strong><br>
<a href="mailto:burrowsproaudio@gmail.com">burrowsproaudio@gmail.com</a>
</address>
</div>
<!-- /.span6 -->
</div>
<!-- /.row -->
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
<footer>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>
© Burrows Pro Audio Video 2003-2013 · <a href="tel:+15805154273">(580) 515-4273</a> · <a href="http://goo.gl/maps/BgVaS">120 West Main Street, Weatherford, OK.</a>
<p class="fb-like" data-href="https://www.facebook.com/pages/Burrows-Pro-Audio-Video/174274632683248" data-send="true" data-width="450" data-show-faces="false" data-font="segoe ui" style="color: white"></p>
</p>
</footer>
</div>
<!-- /.container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap-dropdown.js"></script>
<script src="js/bootstrap-collapse.js"></script>
<script src="js/bootstrap-transition.js"></script>
<script src="js/bootstrap-alert.js"></script>
<script src="js/bootstrap-modal.js"></script>
<script src="js/bootstrap-scrollspy.js"></script>
<script src="js/bootstrap-tab.js"></script>
<script src="js/bootstrap-tooltip.js"></script>
<script src="js/bootstrap-popover.js"></script>
<script src="js/bootstrap-button.js"></script>
<script src="js/bootstrap-carousel.js"></script>
<script src="js/bootstrap-typeahead.js"></script>
<script>
!function ($) {
$(function () {
// carousel demo
$('#myCarousel').carousel()
})
}(window.jQuery)
</script>
<script src="js/holder.js"></script>
</body>
</html>