-
Notifications
You must be signed in to change notification settings - Fork 1
/
hunt-camp-equipment.php
145 lines (124 loc) · 4.35 KB
/
hunt-camp-equipment.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<?php require_once dirname(__FILE__) . "/inc/config.php"; ?>
<?php // Page data
$pageTitle = "Protein Feeders";
$pageTitleTag = $siteName . " Outback Feeders " . $pageTitle;
$pageDescription = $siteName . " Outback Feeders Protein Feeders and options " . $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>Hunt & Camp Equipment</h1>
<div class="product">
<div class="product-row flex-container-row">
<div class="product-media">
<img class="product-image" src="obf/products/Gril_page-1024x896.png" alt="Kicking Back Kreations Grills" width="450" height="493" />
</div>
<div class="product-description">
<h3>Grills & Fire Pits</h3>
<p>24” TAILGATER FIRE PIT (Top Center)</p>
<p>Includes fire poker</p>
<p>$525</p>
<p>30” JUNIOR FIRE PIT (Left)</p>
<p>Includes swivel grill, Dutch oven support, fire poker & ash pan</p>
<p>$775</p>
<p>36” TEXAS SIZE FIRE PIT (RIGHT)</p>
<p>Includes fire poker</p>
<p>$975</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/shooting-bench-300x300.png" alt="SHOOTING BENCH" />
</div>
<div class="product-description">
<h3>SHOOTING BENCH</h3>
<p>Portable with swivel seat and rubber mat<br>
$550</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/Game-Rack-222x300.jpg" alt="Game Rack" />
</div>
<div class="product-description">
<h3>Game Rack</h3>
<p>Portable with LED lighting and 4 winches</p>
<p>800# capacity each</p>
<p>$1125</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/EZ-lift-on-truck-187x300.jpg" alt="EZ lift on truck" />
</div>
<div class="product-description">
<h3>E-Z LIFT LOADER</h3>
<p>Locking swivel design allows easy loading of animal from ground or vehicle</p>
<p>Features heavy-duty brake</p>
<p>$425</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/1EZ-Clean-Cart-w-deer-005-300x225.jpg" alt="EZ Clean Cart w/deer" />
</div>
<div class="product-description">
<h3>E-Z CLEAN CART</h3>
<p>Cleaning a deer doesn’t have to be a back-breaking job!</p>
<p>$575</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/MICROWAVE-GRILL_09232013-300x240.png" alt="Microwave Grill" />
</div>
<div class="product-description">
<h3>MICRO-WAVE GRILL</h3>
<p>Faster & hotter, with adjustable heat, thermometer included</p>
<p>Built to cook reliably for decades</p>
<p>$1200</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/All_grtballoffire_20140929-300x150.png" alt="All great balls of fire" />
</div>
<div class="product-description">
<h3>GREAT BALL OF FIRE WILDLIFE SCENE EMBELLISHED FIRE PIT</h3>
<p>No two alike, each one a work of art!</p>
<p>1400 degree high-temperature powder-coat finish</p>
<p>Fire poker & ash can included</p>
<p>$2150</p>
</div>
</div>
</div>
<br>
<br>
</div>
</div>
</main>
<?php require_once dirname(__FILE__) . "/inc/footer.php"; ?>