HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/awaldron/_buildinmotion/bim_ci/app/Views/work/woodbed.php
<div id="splash" class="parallax-window subpage"  data-parallax="scroll" data-image-src="/img/splash/woodbed.jpg">
    <div class="overlay"></div>
    <div class="container" id="splash-content">
        <div class="row">
            <div class="col-sm-12">
                <h1 class="semi">Woodbed Corp.</h1>
            </div>
        </div>
    </div>
</div>

<div>
    <div class="container" id="work">
        <div class="row">
            <div class="col-lg-5 col-md-12">
                <?php
                $navOn = 'wdbd';
                include("work.php"); ?>
            </div>
            <div class="col-lg-7 col-md-12 work-content">
                <br>
                <img src="/img/work/woodbed.jpg" class="img-fluid" style="margin-bottom:32px;">
                <h3>Woodbed Corp.</h3>
                <p><b>Services:</b></p>

                <ul class="bullet-list">
                    <li>Mobile App Development</li>
                    <li>3rd Party Integration</li>
                    <li>Catalyst - Application Development Framework</li>
                </ul>

                <p>Woodbed Corp is a supplier of wood fiber products like mulch, wood chips and firewood serving Pennsylvania, New York and Ohio.</p>
                <p>Anticipating delivery times is important to Woodbed's customers and was the focus of the mobile app. With the new Woodbed app, customers can view
                    thier upcoming orders, status of their current order, and even track the location of the truck delivering their while displaying the estimated
                    arrival time. And when it's time to order more product, they can do that in the app as well.</p>
            </div>
        </div>
    </div>
</div>