-
Notifications
You must be signed in to change notification settings - Fork 1
/
baby-back-feeder-series.php
51 lines (42 loc) · 1.88 KB
/
baby-back-feeder-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
<?php require_once dirname(__FILE__) . "/inc/config.php"; ?>
<?php // Page data
$pageTitle = "BABY-BACK Low Profile Feeders";
$pageTitleTag = $siteName . " Outback Feeders " . $pageTitle;
$pageDescription = $siteName . " Baby-Back Feeder Series " . $pageTitle;
$pageKeywords = $pageTitle . " BABY-BACK Low Profile Feeders " . $siteKeywords;
?>
<?php require_once dirname(__FILE__) . "/inc/header.php"; ?>
<main class="ob-main flex-container cushycms-text"> <h1>BABY-BACK Low Profile Feeders </h1>
<div class="product">
<div class="product-row flex-container-row">
<div class="product-media">
<img class="product-image" src="obf/products/IMG_5274-600x280.jpg" alt="baby-back" />
</div>
<div class="product-description">
<p>360° Corn Distribution with Eliminator</p>
<p>36″ high, 400# – $1400<br>
42″ high, 600# – $1450<br>
42″ high, 1000# – $1625</br></br></p>
<p>Distribution up to 50′ in one direction with Pistolero Directional Unit</p>
<p>36″ high, 400# – $1600<br>
42″ high, 600# – $1650<br>
42″ high, 1000# – $1825</br></br></p>
<p>Bear Cage $100.00</p>
</div>
</div>
</div>
<br>
<div class="product-row flex-container-row">
<div class="product-single">
<div class="product-media">
<img class"" src="obf/products/IMG_5284-with-eliminator-300X322.png" alt="Eliminator" />
</div>
</div>
<div class="product-single">
<div class="product-media">
<img class"" src="obf/products/IMG_5276-distribution-with-pitsolero-239x300.png" alt="Profile" />
</div>
</div>
</div>
</br></main>
<?php require_once dirname(__FILE__) . "/inc/footer.php"; ?>