-
Notifications
You must be signed in to change notification settings - Fork 1
/
the-doc.php
50 lines (38 loc) · 1.99 KB
/
the-doc.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
<?php require_once dirname(__FILE__) . "/inc/config.php"; ?>
<?php // Page data
$pageTitle = "";
$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>Content Layout</h1>
<article class="ob-content">
<section class="ob-section">
<h2>The Doc</h2>
<p>Outback Wildlife Feeders has paired up with ADD-Vantage Delivery System to bring you “The Doc“. A dual purpose 1000# protein feeder that not only allows you to use it as a normal gravity flow feeder, but “The Doc” also allows you to apply a liquid continuously and uniformly to a feed with a new state-of-the-art method at the rate of 20ml of liquid per 2.5 lbs. of feed on demand.</p>
<p>1000# – $3650</p>
</section>
<div class="product-large">
<div class="product-row flex-container">
<div class="product-media">
<img class="product-image" src="obf/products/doc-001-1024x682.jpg" alt="The Doc" />
<iframe width="940" height="529" src="https://www.youtube.com/embed/yUAAoRjFS64" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<div class="product-description">
<p>Liquids that can be used in “The Doc“:
<p>Feed Supplements
<p>Antioxidants</p>
<p>Vitamins</p>
<p>Minerals</p>
<p>Enzymes</p>
<p>Flavorants</p>
<p>Medications</p>
<p>So whether you are in the treatment or preventative stage or you are wanting to attract more animals, “The Doc” has you covered.</p>
<h3>When pulling or moving feeders use extreme caution. Feeders can be top heavy. Also never pull when feeders are full.</h3>
</div>
</div>
</div>
</main>
<?php require_once dirname(__FILE__) . "/inc/footer.php"; ?>