-
Notifications
You must be signed in to change notification settings - Fork 0
/
review.html
333 lines (292 loc) · 14.4 KB
/
review.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="img/favicon.png">
<title>Tents-N-Stuff LLC - Party Tents, Graduation Parties, Weddings - Findlay, Ohio</title>
<meta name="description" content="Tents-N-Stuff is your place for party tent rentals in the Findlay, Ohio area. We rent tents of all sizes, tables, and chairs for any occasion. Weddings, Graduation Parties, Family Get-Togethers, we can help make any celebration a great one!">
<head>
<style> </style>
<script src="js/jquery-2.1.1.js"></script>
<script type="text/javascript" src="js/jquery.sticky.js"></script>
<link rel="stylesheet" href="css/foundation.css" />
<script src="js/vendor/modernizr.js"></script>
<script type="text/javascript" src="Plugins/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
<!-- Add fancyBox -->
<link rel="stylesheet" href="Plugins/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />
<script type="text/javascript" src="Plugins/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<!-- Optionally add helpers - button, thumbnail and/or media -->
<link rel="stylesheet" href="Plugins/fancybox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" />
<script type="text/javascript" src="Plugins/fancybox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"></script>
<script type="text/javascript" src="Plugins/fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script>
<link rel="stylesheet" href="Plugins/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
<script>
$(window).load(function(){
$(function() {
var $sidebar = $("#sidebar"),
$window = $(window),
offset = $sidebar.offset(),
topPadding = 70;
var $sidebar2 = $("#contactside"),
$window2 = $(window),
offset2 = $sidebar.offset(),
topPadding2 = 25;
$window.scroll(function() {
if ($window.scrollTop() > offset.top) {
$sidebar.stop().animate({
marginTop: $window.scrollTop() - offset.top + topPadding
}, 0);
} else {
$sidebar.stop().animate({
marginTop: 0
}, 0);
}
});
$window2.scroll(function() {
if ($window2.scrollTop() > offset2.top) {
$sidebar2.stop().animate({
marginTop: $window2.scrollTop() - offset2.top + topPadding2
}, 0);
} else {
$sidebar2.stop().animate({
marginTop: 0
}, 0);
}
});
});
});
</script>
<script type="text/javascript" src="Plugins/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>
<meta name="google-site-verification" content="ZuU_sTD7RJGL8E-oI_3cCkWiwfPlnbPTrPErj2CzS20" />
<meta name="google-site-verification" content="ZuU_sTD7RJGL8E-oI_3cCkWiwfPlnbPTrPErj2CzS20" />
</head>
<body style="">
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '851117271568219',
xfbml : true,
version : 'v2.0'
});
};
(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 = "https://connect.facebook.net/en_US/all.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="sticky">
<nav class="top-bar" data-topbar>
<ul class="title-area">
<li class="name hide-for-medium-only">
<h1>
<a href="/index.html">
Tents-N-Stuff, LLC
</a>
</h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>menu</span></a></li>
</ul>
<section class="top-bar-section">
<ul class="right">
<li class="divider"></li>
<!--
<li class="has-dropdown">
<a href="#">Main Item 1</a>
<ul class="dropdown">
<li><label>Section Name</label></li>
<li class="has-dropdown">
<a href="#" class="">Has Dropdown, Level 1</a>
<ul class="dropdown">
<li><a href="#">Dropdown Options</a></li>
<li><a href="#">Dropdown Options</a></li>
<li><a href="#">Level 2</a></li>
<li><a href="#">Subdropdown Option</a></li>
<li><a href="#">Subdropdown Option</a></li>
<li><a href="#">Subdropdown Option</a></li>
</ul>
</li>
<li><a href="#">Dropdown Option</a></li>
<li><a href="#">Dropdown Option</a></li>
<li class="divider"></li>
<li><label>Section Name</label></li>
<li><a href="#">Dropdown Option</a></li>
<li><a href="#">Dropdown Option</a></li>
<li><a href="#">Dropdown Option</a></li>
<li class="divider"></li>
<li><a href="#">See all ?</a></li>
</ul>
</li>
-->
<li><a href="/index.html">Home</a></li>
<li class="divider"></li>
<li><a href="/equipment.html">Equipment</a></li>
<li class="divider"></li>
<li><a href="/packages.html">Packages</a></li>
<li class="divider"></li>
<li><a href="/contact.html">Contact</a></li>
<li class="divider"></li>
<li><a href="/review.html">Reviews</a></li>
<li class="divider"></li>
<li class="has-dropdown">
<a href="#">Referrals</a>
<ul class="dropdown">
<li><a target="_blank" href="https://www.facebook.com/pages/The-Bistro-on-Main/108074349216410">Bistro on Main</a></li>
<li class="divider"></li>
<li><a target="_blank" href="http://www.eagleonecarpetcleaning.com/">Eagle One Carpet Cleaning</a></li>
<li class="divider"></li>
<li><a target="_blank" href="https://www.facebook.com/pages/Party-Place-Party-Goods-Outlet/101430053255842">Party Place</a></li>
<li class="divider"></li>
<li><a target="_blank" href="http://www.sarahandsunbeams.com/">Sarah and Sunbeams Photography</a></li>
<li class="divider"></li>
<li><a target="_blank" href="http://www.stephanierobbphotography.com">Stephanie Robb Photography</a></li>
<li class="divider"></li>
<li><a target="_blank" href="http://www.thesweetretreatfindlay.com">Sweet Retreat</a></li>
</ul>
<li class="show-for-small-only"><a href="tel:+14193060895">419-306-0895</a></li>
</ul>
</section>
</nav>
</div>
<div class="row">
<div class="large-3 columns text-center show-for-large-only">
<div class="panel" id="sidebar">
<a href="#"><img style="width:300px;height:auto;" src="img/TentsNStuff2015.png"/></a>
<!--<h5><a href="#">Your Name</a></h5>
<div class="section-container vertical-nav" data-section data-options="deep_linking: false; one_up: true">
<section class="section">
<h5 class="title"><a href="#">Section 1</a></h5>
</section>
<section class="section">
<h5 class="title"><a href="#">Section 2</a></h5>
</section>
<section class="section">
<h5 class="title"><a href="#">Section 3</a></h5>
</section>
<section class="section">
<h5 class="title"><a href="#">Section 4</a></h5>
</section>
<section class="section">
<h5 class="title"><a href="#">Section 5</a></h5>
</section>
<section class="section">
<h5 class="title"><a href="#">Section 6</a></h5>
</section>
</div>-->
<div class="fb-like" style="margin-top:20px;" data-href="https://www.facebook.com/tentsnstuff" data-width="300" data-layout="button" data-action="like" data-show-faces="false" data-share="true"></div>
</div>
</div>
<div class="large-6 columns" style="padding-top:45px;">
<div class="row text-center"><h3>What our clients are saying...</h3></div><hr/>
<div class="row">
<div class="large-2 columns small-3"></div>
<div class="large-10 columns text-center">
<p>"Tents-N-Stuff is a very dependable rental business with quality equipment. We use them every year for our annual benefit auction. They are great to work with and very reliable. I recommend Tents-N-Stuff to everyone I possibly can."</p>
<div class="row">
<div class="large-10 columns text-center"><p style="color:#3B5998;">Mark<br />President<br />Jenera Volunteer Fire Dept. Association</p></div>
</div>
</div>
</div>
<hr/>
<div class="row">
<div class="large-2 columns small-3"><img style="width:120px;height:auto;" src="img/logo-sunrise.png"/></div>
<div class="large-10 columns text-center">
<p>"I love all the guys at Tents-N-Stuff!! We have used their tents, tables and chairs for many of our family events here at Sunrise. The crew is awesome, they arrive and pick up when they say they will, the tents are always set up safely, the table and chairs are always clean and in good condition. They always call ahead and come out in person to be sure everything is set up to my liking."</p>
<div class="row">
<div class="large-10 columns text-center"><p style="color:#3B5998;">Robin<br />Activities and Volunteer Coordinator<br />Sunrise of Findlay<br />401 Lake Cascades Parkway<br />Findlay, Ohio 45840</p></div>
</div>
</div>
</div>
<hr/>
<div class="row">
<div class="large-2 columns small-3"><img style="width:120px;height:auto;" src="img/tlclogo.gif"/></div>
<div class="large-10 columns text-center">
<p>"Trinity Lutheran Church has been using Tents-N-Stuff for the past 4 years and we really appreciate their services. We have used their huge grill, tent, tables and chairs for our church picnic out a Litzenberg Park and they have everything out there early in the morning so we can set up everything before our church service. They are a great blessing rain or shine to keep our congregation happy."</p>
<div class="row">
<div class="large-10 columns text-center"><p style="color:#3B5998;">Kyra<br />Leader for Fellowship and Recreation Team<br />Trinity Lutheran Church<br />Findlay, Ohio</p></div>
</div>
</div>
</div>
<hr/>
<div class="row">
<div class="large-2 columns small-3"><img style="width:120px;height:auto;" src="img/judsonpalm.jpeg"/></div>
<div class="large-10 columns text-center">
<p>"We have been using Tents-N-Stuff for many years. They have great prices! They come out and set up everything so it is no bother for us! Easy to use and low prices. The crew are always polite and helpful too. I definitely recommend Tents-N-Stuff to everyone."</p>
<div class="row">
<div class="large-10 columns text-center"><p style="color:#3B5998;">Becky<br />Administrator<br />Judson Palmer Home<br />Findlay, Ohio</p></div>
</div>
</div>
</div>
<hr/>
<div class="row">
<div class="large-2 columns small-3"><img style="width:120px;height:auto;" src=""/></div>
<div class="large-10 columns text-center">
<img src="img/Review1.png" />
</div>
</div>
<hr />
<div class="row">
<div class="large-2 columns small-3"><img style="width:120px;height:auto;" src=""/></div>
<div class="large-10 columns text-center">
<img src="img/Review2.png" />
</div>
</div>
<hr />
<div class="row">
<div class="large-2 columns small-3"><img style="width:120px;height:auto;" src=""/></div>
<div class="large-10 columns text-center">
<img src="img/ReviewDecemberAdd.png" />
</div>
</div>
</div>
<aside class="large-3 text-center columns show-for-large-only" id="contactside">
<h3 style="margin-top:25px;">Contact Info</h3><hr/>
Call Us! <br /><a style="color:#3B5998;" href="tel:+14193060895">419-306-0895</a><br/><hr/>
Text Us! <br /><a style="color:#3B5998;" href="#">419-306-0895</a><br /><hr />
Email Us! <br /> <a style="color:#3B5998;" href="mailto:[email protected]">[email protected]</a><br /><hr/>
Find Us on Facebook!<br />
<a href="https://www.facebook.com/tentsnstuff"><img style="height:25px;width:25px;" src="img/facebook.png"></a>
<!--
<h5 style="margin-top:25px;">Map</h5>
<div id="googleMap" style="width:400px;height:280px;"></div>-->
<!--<a id="map_canvas" href="" data-reveal-id="mapModal"><img src="http://placehold.it/400x280"></a><br/>-->
<!--<a href="" data-reveal-id="mapModal">View Map</a>-->
<!--
<p>
Findlay, Ohio 45840<br/>
</p>-->
</aside>
</div>
<div class="large-12 show-for-medium-only">
<hr />
<div class="large-12 columns" >
<a style="width:100%;background:#3B5998;" href="mailto:[email protected]" class="button right [radius round]"><span></span><strong>Email Tents-N-Stuff!</strong></a>
</div>
</div>
<div class="large-12 show-for-small-only">
<hr />
<div class="large-12 columns" >
<a style="width:100%;background:#3B5998;" href="tel:+14193060895" class="button right [radius round]"><span></span><strong>Call Tents-N-Stuff!</strong></a>
</div>
</div>
<footer style="margin-top:30px;" class="row">
<div class="large-12 columns"><hr>
<div class="row">
<p style="font-size:x-small" class="text-center">© 2014 Tents-N-Stuff LLC · <a href="http://www.stacy-insurance.com">Stacy Insurance Agency, INC.</a> ·<!--<a href="#">Privacy</a> · <a href="#">Terms</a> ·--> Exodus 33:7-11 · Jeremiah 35:7</p>
</div>
</div>
</footer>
<script>
document.write('<script src=js/vendor/' +
('__proto__' in {} ? 'zepto' : 'jquery') +
'.js><\/script>')
</script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>