-
Notifications
You must be signed in to change notification settings - Fork 1
/
feed-delivery-systems.php
67 lines (59 loc) · 2.4 KB
/
feed-delivery-systems.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
<?php require_once(dirname(__FILE__) . "/inc/config.php"); ?>
<?php // Page data
$pageTitle = "Feed delivery systems profile";
$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>Feed Delivery Systems</h1>
<div class="product">
<div class="product-row flex-container-row">
<div class="product-media">
<img class="product-image" src="obf/products/Amigo-correct_091714.jpg" alt="Amigo air-driven" />
</div>
<div class="product-description">
<h2>AMIGO AIR-DRIVEN FEED SYSTEM</h2>
<p>Receiver hitch compatible or from your truck bed – $1600</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/jvFsWOaZfcw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
</div>
<br>
<br>
<br>
<div class="product">
<div class="product-row flex-container-row">
<div class="product-media">
<img class="product-image" src="obf/products/The-PUP_20140917-300x225.jpg" alt="The PUP" />
</div>
<div class="product-description">
<h2>THE PUP ROAD FEEDER</h2>
<p>Equipped with remote control “Eliminator” road feeder and easily tows with ATV.</p>
<p>• 600 Lb. Capacity – $2425</p>
</div>
</div>
</div>
<br>
<br>
<br>
<div class="product">
<div class="product-row flex-container-row">
<div class="product-media">
<img class="product-image" src="obf/products/roadbitch-300x225.jpg" alt="The Road Feeder The Outback Road Feeder" />
</div>
<div class="product-description">
<h2>THE ROAD FEEDER</h2>
<p>The Outback Road Feeder comes in a 100 or 200 lb. capacity hopper with wired remote for use from inside your vehicle. Built with the best high quality materials and craftsmanship.</p>
<p>100# – $500</p>
<p>200# – $550</p>
</div>
</div>
</div>
</div>
<br>
<br>
<br>
</main>
<?php require_once(dirname(__FILE__) . "/inc/footer.php"); ?>