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/index.php
<?php
$navon = 'home';
include "_header.php";
?>

<div id="splash" class="home">
    <div class="container">
        <div class="row">
            <div class="col-7 offset-5">
                <div class="splash-text">
                    <h2 class="k">Help Each Other</h2>
                    <div class="up">We want to help take care of the people you love and care about. We work relentlessly to make our world, and communities just like yours, better, safer and more secure by giving you and your family the peace of mind that comes with knowing loved ones are safe.</div>
                </div>
            </div>
        </div>
    </div>
</div>

<main>
    <div class="bg-gray section-padding">
        <div class="container">
            <div class="row">
                <div class="col-6">
                    <h2 style="margin-bottom:30px;"><span class="k">Know Now</span> <i>Inform and Be Informed</i></h2>
                    <div>
                        <p>If a loved one needs help, would you want to know? Would you want to know immediately or hours later? With the knowtifi™ app, you can know now.</p>
                        <p>In fact, with the revolutionary new knowtifi app, you'll know at the same time 911 does. </p>
                        <p>Now, protect you and your family with the one touch, easy-to-use knowtifi app. With it, 911 is immediately alerted and first responders dispatched. <strong><i>And, the knowtifi app also alerts your family members, trusted friends or neighbors at the same time the app is activated.</i></strong></p>
                        <p>Not only do 911 dispatchers get your distress call, your family and neighbors will, too. That's just smart safety.</p>
                    </div>
                </div>
                <div class="col-6">
                    <img src="/assets/img/home-split.jpg" class="img-fluid" />
                </div>
            </div>
        </div>
    </div>

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




<?php
include "_testimonials.php";
?>

    <!--
    <div class="container">
        <div class="row">
            <div class="col-12">
                <h2 class="red">The knowtifi app vs. Traditional "Alert" Systems</h2>
                <div class="columns-2">
                    <p>The technology of traditional personal alert or home alarm systems stretches back decades and, in today's fast-paced, connected world, are often antiquated and fail to meet the needs of busy families.</p>
                    <p>Today, many families are taking care of both elderly parents and younger children at the same
                        time. And time is of the essence, especially when it comes to being informed about their
                        safety.</p>
                    <p>With the knowtifi app, however, you can rest assured your family's safety is in your hands and in
                        your control. Once the knowtifi app is activated, 911 is immediately contact – no third-party
                        home alarm companies screening your emergency call (that's yesterday's technology!).</p>
                    <p>Instead, 911 is immediately contacted and, at the same time, your trusted list of family members,
                        friends or neighbors also is immediately alerted. No more waiting and wondering.</p>
                    <p>Now, with knowtifi, help is faster.</p>

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

-->
</main>



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