-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsell.html
More file actions
385 lines (287 loc) · 10 KB
/
sell.html
File metadata and controls
385 lines (287 loc) · 10 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-138320771-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-138320771-1');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Blue Water Tackle Shop</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection" />
<!-- FareHarbor buttons stylesheet -- do not remove -->
<link rel="stylesheet" href="https://fh-kit.com/buttons/v2/?red=cc0000&orange=ff6000&green=3AB134" type="text/css"
media="screen" />
</head>
<body>
<nav class="nav-wrapper white">
<div class="container">
<a href="#" data-target="mobile-demo" class="sidenav-trigger"><i class="material-icons" style="font-size: 5em;color:#0d47a1">menu</i></a>
<a href="index.html" class="brand-logo right"> <img src="images/bwbt.png"
style="width:70%;padding-top:4px; margin-right: 30%;" alt="Bluewater logo"></a>
<!-- <ul id="nav-mobile" class="right hide-on-med-and-down">
<a href="index.html" class="brand-logo right"> <img src="images/BWBT.png" style="width:70%"
alt="Logo"></a>
</ul> -->
<div class="nav-content" >
<ul class="tabs tabs-transparent">
</ul>
</div>
</div>
</nav>
<ul class="sidenav" id="mobile-demo" >
<li><a href="index.html">Home</a></li>
<li><a href="https://www.fareharbor.com/embeds/book/bluewaterhhi/?full-items=yes">Book a Charter - Hilton Head Island</a></li>
<li><a href="bring.html">What to Bring</a></li>
<li><a href="sell.html">What We Sell</a></li>
<li><a href="policies.html">Charter Policies</a></li>
<li><a href="fleet.html">Meet the Fleet</a></li>
<li><a href="faq.html">Fish FAQ</a></li>
<li><a href="fish.html">Photos</a></li>
<li><a href="videos.html">Videos</a></li>
</li>
</ul>
<style>
.list-inline {
padding-left: 0;
margin-left: -5px;
list-style: none;
}
.list-inline>li {
display: inline-block;
padding-right: 15px;
padding-left: 5px;
}
p {
text-align: left;
}
ul li {
list-style-type: circle;
text-align: left;
}
ol li {
text-align: left;
}
/* .col {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
} */
</style>
<div id="index-banner" class="parallax-container">
<div class="section no-pad-bot">
<div class="container">
<br><br>
<h1 class="header center teal-text text-lighten-2"></h1>
<div class="row center">
<h5 class="header col s12 light"></h5>
</div>
<div class="row center">
<br>
<a href="https://fareharbor.com/embeds/book/bluewaterhhi/?full-items=yes" id="download-button"
class="btn-large waves-effect waves-light blue ">Book
a Charter - Hilton Head Island!</a>
</div>
<br><br>
</div>
</div>
<div class="parallax"><img src="images/bwhead-small.jpg" alt="South Beach Marina"></div>
</div>
<div class="container center">
<div class="row center">
<div class="col ">
<h4 class="blue-text">At Blue Water Tackle Shop we have everything you need to start fishing on Hilton Head,
whether
you’re a beginner or seasoned angler.
</h4>
</div>
</div>
<div class="row center">
<div class="col center">
<img src="images/bwprod.jpg" style="width: 100%" alt="Blue Water Products">
</div>
</div>
<div class="row ">
<div class="col ">
<p>For bait, we carry frozen shrimp, squid and mullet, as well as chicken necks for crabbing, and a wide
selection
of terminal tackle including hooks, rigs, floats, weights and lures.</p>
<p>We carry rods and reels from brands including:</p>
<div class="col ">
<ul>
<li>Optix</li>
<li> Zebco</li>
<li> Shakespeare</li>
<li>Daiwa</li>
</ul>
</div>
<div class="col ">
<ul>
<li>Penn</li>
<li> Pflueger</li>
<li> Okuma</li>
<li>Fin-Nor</li>
</ul>
</div>
</p>
</div>
</div>
<div class="row ">
<div class="col center">
<!-- <h4 class="blue-text">If you’re here on vacation and didn’t bring your gear we offer two convenient packages:
</h4> -->
<h4 class="blue-text">If you’re visiting the Hilton Head area and didn’t bring any fishing gear, we have two very affordable package deals available for purchase.</h4>
</div>
</div>
<div class="row ">
<div class="col ">
<ol>
<li> SURF FISHING :</li> <p>
includes a rod and reel (with several types to choose from),
an eight-pack of hooks, a double-hook wire bottom rig with a two-ounce weight, a pole holder,
a pound of frozen squid and a small bait knife.
</p>
<li> BACKWATER/LAGOON FISHING PACKAGE:</li><p>
includes a rod and reel (also with several options),
a 10-pack of hooks, a popping cork float rig, and a tub of frozen shrimp.
</p>
</ol>
</div>
</div>
<div class="row ">
<div class="col ">
<p> We also love getting kids into fishing! We have beginner rod and reel combinations and all-in-one starter
kits.
</p>
<p> We also sell spools of monofilament and braided fishing line, and we have a linewinder machine if you’d like
us to put line on your reel for you.</p>
</div>
</div>
<div class="row ">
<div class="col ">
<p>We carry hard and soft artificial baits from such companies as</p>
<div class="row">
<p>
<div class="col ">
<ul>
<li> Rapala</li>
<li>Storm</li>
<li>Calcutta</li>
</ul>
</div>
<div class="col">
<ul>
<li>Vudu</li>
<li> Z-Man</li>
<li>DOA</li>
</ul>
</div>
<div class="col">
<ul>
<li>Berkley</li>
</ul>
</div>
</div>
<p>Or if you’d rather catch your own bait, we sell cast nets and minnow traps.</p>
</div>
</div>
<div class="row ">
<div class="col left" style="float:none">
<h4 class="blue-text">Other products available:
</h4>
</div>
</div>
<div class="row">
<p>
<div class="col ">
<ul>
<li> Bait Knives</li>
<li>Long Handle Nets</li>
<li>Filet Knives</li>
<li> Pocket Knives</li>
<li> Pliers</li>
</ul>
</div>
<div class="col">
<ul>
<li>Scissors</li>
<li> Multi-Tools</li>
<li>Basket Traps</li>
<li>Cages</li>
<li>Hand Lines</li>
</ul>
</div>
</div>
</p>
<br>
<div class="row center">
<div class="col center">
<img src="images/bluewatercollage.jpg" style="width:100%" alt="Bluewater products">
</div>
</div>
<div class="row">
<div class="col ">
<p> Even if you don’t fish, you’ll want to check out our world famous line of Blue Water t-shirts,
sweatshirts,
performance shirts and hats.</p>
<p> We carry sunglasses, sunglass retainers, sun block and bug repellent to make your time in the Carolina sun
more pleasant.</p>
<p> You’ll also find nautical charts and special souvenir and home décor items, including a variety of Guy
Harvey
products.
</p>
</div>
</div>
<div class="row">
<div class="col center" style="float:none">
<a href="https://www.saltydogtshirt.com/bluewater/" class="btn-large center waves-effect waves-light blue">Shop
Blue Water Gear</a>
</div>
</div>
<div class="container">
<div class="row center">
<img class="responsive-img" src="images/fishnow2.jpg" alt="Graphic, If you lived here you'd be fishing by now.">
</div>
<div class="row center">
<a href="https://fareharbor.com/embeds/book/bluewaterhhi/?full-items=yes" id="download-button"
class="btn-large waves-effect waves-dark blue ">Book
a Charter - Hilton Head Island!</a>
</div>
</div>
</div>
<footer class="page-footer #0d47a1 blue darken-4">
<div class="container">
<div class="row center">
<h5 class="white-text">Call for Reservations
</h5>
<h5 class="white-text">
(843) 671-3060</h5>
<ul class="list-inline">
<li><a class="white-text" href="https://www.saltydogtshirt.com/bluewater/">Shop On Line</a></li>
<li><a class="white-text" href="https://www.saltydog.com">Salty Dog Home</a></li>
<li><a class="white-text" href="https://www.sbinn.com">South Beach Inn & Vacation Rentals</a></li>
<li><a class="white-text" href="https://bluewaterhhi.com/legal.html">Legal</a></li>
</ul>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
<script>
$(function () {
$("#header").load("head.html");
});
</script>
</body>
</html>