-
Notifications
You must be signed in to change notification settings - Fork 1
/
half-back-protein.php
39 lines (34 loc) · 1.75 KB
/
half-back-protein.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
<?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>Half-Back Protein Feeder</h1>
<div class="product">
<div class="product-row flex-container-row">
<div class="product-media">
<img class="product-image" src="obf/products/IMG_5872-e1516310969980-600x280.png" alt="Half-back protein feeder" />
</div>
<div class="product-description">
<p>700# – $1900</p>
<p>Comes with 4 baffled feed tubes</p>
<br>
<br>
<br>
<p>1000# – $2200</p>
<p>Comes with 6 baffled feed tubes</p>
</div>
<article class="ob-content">
<section class="ob-section">
<p>The All New Half-Back low profile protein feeder. This new low profile protein feeder stands only 65″ tall at the lid and comes in two different capacities: The Half-Back comes with a super large 24″ x 24″ lid for easy filling. The Half-Back feeder is built just like all the other Outback Wildlife Feeders – 100% All Steel Construction for a lifetime of use!</p>
<p>(Disclaimer) Due to the nature of a low profile, gravity flow feeder, there may be some feed that will remain in the hopper after the feed tubes are empty.</p>
</section>
</article>
</div>
</div>
</main>
<?php require_once dirname(__FILE__) . "/inc/footer.php"; ?>