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/total-archery-challenge.php
<div id="splash" class="parallax-window subpage"  data-parallax="scroll" data-image-src="/img/splash/tac.jpg">
    <div class="overlay"></div>
    <div class="container" id="splash-content">
        <div class="row">
            <div class="col-sm-12">
                <h1 class="semi">Total Archery Challenge</h1>
            </div>
        </div>
    </div>
</div>

<div>
    <div class="container" id="work">
        <div class="row">
            <div class="col-lg-5 col-md-12">
                <?php 
                $navOn = 'tac';
                include("work.php"); ?>  
            </div>
            <div class="col-lg-7 col-md-12 work-content">
                <!-- SCOOBI STUFF --->
                <br> 
                <img src="/img/work/tac.jpg" class="work-example" style="margin-bottom:32px;">
                <h3>Total Archery Challenge</h3>
                <p><b>Services:</b></p>                

                <ul class="bullet-list">
                <li>Web Application Design & Development</li>
                <li>Catalyst - Application Development Framework</li>
                <li>AWS Scalable Infrastructure</li>
                </ul>

                <p>Total Archery Challenge has created one of the most popular outdoor sporting events in the country, combining all the exciting aspects of archery shooting in an unforgettable three-day experience.</p>

                <p>With thousands of users trying to register for their events simultaneously crashing their previous systems, TAC needed a registration system that place users in a queue and control the number of concurrent registrants.</p>

                <p>TAC attendees can also use the system to create groups so every member in the group can register at once and get to play the same courses together.</p>

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