-
Notifications
You must be signed in to change notification settings - Fork 1
/
profile-alfalfa-feeder.php
49 lines (44 loc) · 1.65 KB
/
profile-alfalfa-feeder.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
<?php require_once dirname(__FILE__) . "/inc/config.php"; ?>
<?php // Page data
$pageTitle = "Corn Feeders 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>Alfalfa Feeder</h1>
<div class="product">
<br>
<div class="product-half">
<div class="product-row flex-container-row" >
<div class="product-single">
<div class="product-media">
<img class="product-image" src="obf/products/OB-multi-bale-hay-feeder-670x450.jpg" alt="Regulator Quail Central Feeder" />
</div>
<div class="product-description">
</div>
</div>
<br>
<br>
<div class="product-single">
<div class="product-media">
<img class="product-image" src="obf/products/alfalfa-812x1024.jpg" alt="Wildlife Guzzler" width="390" height="491.81" />
</div>
<div class="product-description">
<h2>HAY & ALFALFA FEEDERS</h2>
<p>Weather-proof<br>
• Single Bale Capacity – $900<br>
• Multi Bale Capacity (4 square bales) – $1700</p>
</div>
</div>
<div class="product-single">
<div class="product-media">
</div>
<div class="product-description">
</div>
</div>
</div>
</div>
</main>
<?php require_once dirname(__FILE__) . "/inc/footer.php"; ?>