-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprofile-bulk-feeders.php
31 lines (28 loc) · 1.1 KB
/
profile-bulk-feeders.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
<?php require_once dirname(__FILE__) . "/inc/config.php"; ?>
<?php // Page data
$pageTitle = "Bulk Feeders Portofilo";
$pageTitleTag = $siteName . " Outback Feeders " . $pageTitle;
$pageDescription = $siteName . " " . $pageTitle;
$pageKeywords = $pageTitle . " " . $siteKeywords;
// $extraCss = array("forms");
?>
<?php require_once dirname(__FILE__) . "/inc/header.php"; ?>
<main class="ob-main flex-container cushycms-text">
<h1>Bulk Feeders</h1>
<div class="product">
<h2>Regular Product Layout</h2>
<div class="product-row flex-container-row">
<div class="product-media">
<img class="product-image" src="obf/products/Bulk_featured_product_image-670x450.png" alt="Bulk Feeders" />
</div>
<div class="product-description">
<a href="bulk-trailers.php"><h1>Bulk Trailers</h1></a>
<a href="bulk-hoppers.php"><h1>Bulk Hoppers</h1></a>
<a href="bulk-bins.php"><h1>Bulk Bins</h1></a>
</div>
</div>
</div>
<br>
<br>
</main>
<?php require_once dirname(__FILE__) . "/inc/footer.php"; ?>