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/swarovski.php
<div id="splash" class="parallax-window subpage"  data-parallax="scroll" data-image-src="/img/splash/swarovski.jpg">
    <div class="overlay"></div>
    <div class="container" id="splash-content">
        <div class="row">
            <div class="col-sm-12">
                <h1 class="semi">Swarovski</h1>
            </div>
        </div>
    </div>
</div>

<div>
    <div class="container" id="work">
        <div class="row">
            <div class="col-lg-5 col-md-12">
            <?php 
                $navOn = 'swarovski';
                include("work.php"); ?>  
            </div>
            <div class="col-lg-7 col-md-12 work-content">
                <!-- SWAROVSKI STUFF --->
                <br>     
                <img src="/img/work/swar.jpeg" class="img-fluid" style="margin-bottom:32px;">   
                <h3>Swarovski Lighting</h3>
                <p><b>Services:</b></p>  

                <ul class="bullet-list">
                <li>Mobile App Development</li>
                <li>Smart Home / Internet of Things</li>
                <li>Catalyst - Application Development Framework</li>
                </ul>

                <p>Swarovski Lighting needed an app developer for thier new line of Infinite Aura lighing fixtures.</p>

                <p>The fixtures feature two lights, an outer ring light and an inner crystal light and Swarovski required that their brightness and warmth to be controlled by mobile app. They chose Build in Motion to make it happen.</p>

                <p>The Infinite Aura mobile app allows users to not only connect to and control the fixtures, but group fixtures together to adjust them simultaneously. Additionally, a set of lighting animation effects are also available to select.</p>

                <b>More Info: </b>  <a href="https://www.swarovski.com/en-US/" target="_blank">Swarovski Website</a>

            </div>
        </div>
    </div>
</div>