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/_domains/knowtifi.alanwaldron.com/php/specialnote.php
<?php
$navon = 'about';
include "_header.php";
?>

<div id="splash" class="small specialnote">
    <div class="container">
        <div class="row">
            <div class="col-12">
                <div class="splash-text">
                    <h2 class="k">Special Note for First Responders</h2>
                </div>
            </div>
        </div>
    </div>
</div>

<div class="section-padding">
    <div class="container">
        <div class="row">
            <div class="col-12">
                <h2 style="margin-bottom:30px;"><span class="k">First Responders</span></h2>
                <div class="">
                    <p>For First Responders, the knowtifi app has your back. With our patented 911Switch light installed
                        in homes, you’ll know which home or property is having an emergency. You’ll know where to go
                        faster – increasing your safety and ability to respond and render aid.</p>

                    <p>Visibility is the key to safety in an emergency. And, we are proud to help.</p>


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

<?php
include "_download.php";
include "_footer.php";
?>