-
Notifications
You must be signed in to change notification settings - Fork 1
/
fish-feeder-share-kropper.php
57 lines (53 loc) · 2.5 KB
/
fish-feeder-share-kropper.php
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
<?php require_once dirname(__FILE__) . "/inc/config.php"; ?>
<?php // Page data
$pageTitle = "";
$pageTitleTag = $siteName . " Outback Feeders " . $pageTitle;
$pageDescription = $siteName . " " . $pageTitle;
$pageKeywords = $pageTitle . " " . $siteKeywords;
?>
<?php require_once dirname(__FILE__) . "/inc/header.php"; ?>
<main class="ob-main flex-container cushycms-text">
<h1>Fish Feeder</h1>
<h2>Introducing Brand New Fish Feeder Designs</h2>
<h1>The “Share-Kropper”</h1>
<div class="product">
<div class="product-row flex-container-row">
<div class="product-media">
<img class="product-image" src="obf/products/Share-Kropper-1-878x1024.png" alt="Share-Kropper" />
</div>
<div class="product-description">
<p>With all the same rugged durability that comes standard from Outback Wildlife Feeders, we proudly introduce the “Share-Kropper”. This awesome low profile directional feeder works equally well with all types of fish feed, corn or milo. The Share-Kropper can be placed on a pier, dock, bank, or truck to out-perform and outlast all those tin can feeders out there.<p>
<br>
<p> • 24″ tank diameter holds 175# floating fish feed or 300# corn</p>
<p>• Spreads heavier feed out to 50′ in a 20′ wide pattern</p>
<p>• Directional spreader can go up to 360°</p>
<p>• 54″ tall & 3’X3′ at base</p>
<p>• 141# empty weight</p>
<br>
<br>
<p>• With Outback’s Directional Spinner or the Eliminator 360 degree spinner both are the same price of $1100.00</p>
</div>
</div>
</div>
<div class="product-half">
<div class="product-row flex-container-row">
<div class="product-single">
<div class="product-media">
<img class="product-image" src="obf/hunting-photos/Directional-300x300.png" alt="Directional" />
</div>
<div class="product-description">
<h3> Directional</h3>
</div>
</div>
<div class="product-single">
<div class="product-media">
<img class="product-image" src="obf/hunting-photos/Eliminator-300x300.jpg" alt="Eliminator" />
</div>
<div class="product-description">
<h3>Eliminator</h3>
</div>
</div>
</div>
</div>
</main>
<?php require_once dirname(__FILE__) . "/inc/footer.php"; ?>