-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtraps-pens.php
More file actions
89 lines (79 loc) · 3.16 KB
/
traps-pens.php
File metadata and controls
89 lines (79 loc) · 3.16 KB
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
<?php require_once dirname(__FILE__) . "/inc/config.php"; ?>
<?php // Page data
$pageTitle = "Traps & Pens";
$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>Traps & Pens </h1>
<div class="product">
<div class="product-row flex-container-row">
<div class="product-media">
<img class="product-image" src="obf/products/Fdr-Pen-+-gate-1024x750.png" alt="FDR Pen & Gate" width="400" height="300" />
</div>
<div class="product-description">
<h3>Feeder Pens</h3>
<p>You customize your shape and size of pen and even change location as needed. Portable panels are 3’ x 20’ and easily pin together with rods.</p>
<p>Features 4” x 4” welded wire panel on 1-1/4” pipe frame and 3’ wide gate section.</p>
<p>Panels – $400<br>
Gate Section – $275</p>
</div>
</div>
</div>
<br>
<div class="product">
<div class="product-row flex-container-row">
<div class="product-media">
<img class="product-image" src="obf/products/hog-trap-open-dr-300x295.png" alt="Hog trap open door" />
</div>
<div class="product-description">
<h1>Hog Traps</h1>
<p>Heavy Duty Hog Trap – $1250</p>
<p>With Steel floor – $1600</p>
<p>With Optional Swivel Axle – $1850</p>
</div>
</div>
</div>
<br>
<br>
<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/Hog-Trap-axle-floor-300x221.png" alt="Hog Trap axle floor" />
</div>
<div class="product-description">
<h3>Hog Trap</h3>
<p>With Swivel Axle & Floor</p>
<p>$2150</p>
</div>
</div>
<div class="product-single">
<div class="product-media">
<img class="product-image" src="obf/products/Sectnal-Hog-Trap-NO-PAINT-300x158.jpg" alt="La Bandera" />
</div>
<div class="product-description">
<h3>Sectional Heavy Duty Hog Trap</h3>
<p>Four panels, 10’ x 10’ square with trip gate included.</p>
<p>(Not Painted) $1700</p>
</div>
</div>
</div>
</div>
<div class="product">
<div class="product-row flex-container-row">
<div class="product-description">
<iframe width="560" height="315" src="https://www.youtube.com/embed/diG93aIbOfY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
</div>
<br>
<br>
<br>
</div>
</div>
</main>
<?php require_once dirname(__FILE__) . "/inc/footer.php"; ?>