-
Notifications
You must be signed in to change notification settings - Fork 1
/
new-half-rack-protein-series.php
68 lines (56 loc) · 2.22 KB
/
new-half-rack-protein-series.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
58
59
60
61
62
63
64
65
66
67
68
<?php require_once dirname(__FILE__) . "/inc/config.php"; ?>
<?php // Page data
$pageTitle = "NEW Half Rack Series";
$pageTitleTag = $siteName . " Outback Feeders " . $pageTitle;
$pageDescription = $siteName . " " . $pageTitle;
$pageKeywords = $pageTitle . " " . $siteKeywords;
// $extraCss = array("forms");
?>
<?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-image2" src="obf/products/IMG_1700-2.jpg" alt="Half-Back-Gravity-Flow" />
</div>
<div class="product-row flex-container-row">
<div class="product-description left-side" >
<h3>Half-Back <br>Gravity Flow</h3>
<p>400# – $1475</p>
<p>600# – $1525</p>
<p>1000# – $1725</p>
</div>
<div class="margin-buff product-description" >
<h3>Half-Back <br> Gravity Flow XT</h3>
<p>400# – $1575</p>
<p>600# – $1625</p>
<p>1000# – $1825</p>
</div>
<div class="product-description" >
<h3>Half-Back <br> Regulator</h3>
<p>400# – $1850</p>
<p>600# – $1900</p>
<p>1000# – $2100</p>
</div>
</div>
</div>
</div>
<article class="ob-content">
<section class="ob-section">
<p>Choose from three models - all available in three sizes: 400#, 600# and 1000# capacities.
<br>
The Half-Back Gravity Flow model is the shortest of the Series. The Half-Back Gravity Flow XT is six inches taller; allowing for more antler clearance.
The Half-Back Regulator lets you control how much feed is dispensed at your specified times.
The dispensed feed is still maintained inside the feeder and not dumped into an open trough.</p>
</section>
<div class="product">
<div class="product-media">
<img class="product-image" src="obf/products/blurb.png" alt="" />
</div>
</div>
</article>
</div>
</div>
</main>
<?php require_once dirname(__FILE__) . "/inc/footer.php"; ?>