-
Notifications
You must be signed in to change notification settings - Fork 1
/
specialty-products.php
103 lines (88 loc) · 3.26 KB
/
specialty-products.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?php require_once dirname(__FILE__) . "/inc/config.php"; ?>
<?php // Page data
$pageTitle = "Specialty Products";
$pageTitleTag = $siteName . " Traps and Pens " . $pageTitle;
$pageDescription = $siteName . " Outback Feeders Traps and Pens " . $pageTitle;
$pageKeywords = $pageTitle . " Protein Feeders gravity flow regulator " . $siteKeywords;
?>
<?php require_once dirname(__FILE__) . "/inc/header.php"; ?>
<main class="ob-main flex-container cushycms-text">
<h1>Specialty Products</h1>
<br>
<br>
<div class="product">
<div class="product-row flex-container-row">
<div class="product-media">
<img class="product-image" src="obf/products/alfalfa-237x300.jpg" alt="Alfalfa Feeder" hspace="30"/>
</div>
<div class="product-description">
<h3>HAY & ALFALFA FEEDERS</h3>
<p>Weather-proof, Feeder with Tray Single Bale Capacity</p>
<p>$950</p>
</div>
</div>
</div>
<br>
<br>
<div class="product">
<div class="product-row flex-container-row">
<div class="product-media">
<img class="product-image" src="obf/products/owf-cottonseed-feeder-2020.jpg" width="288" height="384" alt="Alfalfa Feeder" hspace="30"/>
</div>
<div class="product-description">
<h3>Cottonseed Feeder</h3>
<p>Our Newly designed Cottonseed Feeder. You can purchase the basket and attach it to your existing Alfalfa Feeder.</p>
<p>$1025</p>
<p>Basket: $75 </p>
<img class="product-image" src="obf/products/owf-cottonseed-feeder-basket-2020.jpg" width="216" height="242" alt="Alfalfa Feeder" hspace="30"/>
</div>
</div>
</div>
<br>
<br>
<br>
<br>
<div class="product">
<div class="product-row flex-container-row">
<div class="product-media">
<img class="product-image" src="obf/products/OB-multi-bale-hay-feeder-300x257.jpg" alt="Outback Multi-Bale Hay Feeder" />
</div>
<div class="product-description">
<h3>HAY & ALFALFA FEEDERS</h3>
<p>Multi-Bale Capacity (4 square bales)</p>
<p>$1850</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/Fawn-Specialty-feeders-275x300.png" alt="Fawn Specialty Feeder" />
</div>
<div class="product-description">
<h3>Fawn Specialty Products</h3>
<p>Fawn Tubes can be added to any Outback Protein Feeder</p>
<p>2 Port – $225</p>
<p>4 Port – $250</p>
</div>
</div>
</div>
<div class="product">
<div class="product-row flex-container-row">
<div class="product-media">
<img class="product-image" src="obf/products/600-Fawn-fdr-300x298.jpg" alt="600# Fawn FDR" />
</div>
<div class="product-description">
<h1>FAWN FEEDER</h1>
<p>600# – $1750</p>
</div>
</div>
</div>
<br>
<br>
<br>
</main>
<?php require_once dirname(__FILE__) . "/inc/footer.php"; ?>