File: /home/awaldron/_domains/knowtifi.alanwaldron.com/php/knowtifi.php
<?php
$navon = 'knowtifi';
include "_header.php";
?>
<div id="splash" class="knowtifi">
<div class="container">
<div class="row">
<div class="col-7 offset-5">
<div class="splash-text">
<h2 class="k">knowtifi</h2>
<div class="up">
<p>With the knowtifi™ notify mobile app, your emergency contacts are alerted the moment you activate a 911 call or live text session that includes your GPS location.</p>
<p class="text-right"><a href="download.php" class="btn btn-danger">Download Now <i class="fa-sharp fa-solid fa-right"></i></a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="bg-gray section-padding">
<div class="container">
<div class="row">
<div class="col-6">
<h2 style="margin-bottom:20px;"><span class="k">Know Now with knowtifi</span></h2>
<p>Using the knowtifi app is simple. It’s designed that way. After all, in an emergency, you or those you care about need to get help fast.</p>
<h4>How It Works:</h4>
<ol>
<li>Open the knowtifi app and tap the Dial 911 icon</li>
<li>The app immediately connects to 911 an alert notification alarm sounds on your emergency contacts' phones
<ul>
<li>An alert notification alarm sounds on your phone</li>
<li>Your GPS location is provided to share with 911 and emergency contacts can see exactly where you are</li>
<li>Emergency Contacts are shown a map and your GPS location</li>
<li>If necessary, the person experiencing the emergency can text contacts</li>
</ul>
</li>
<li>911 responds and first responders dispatched</li>
</ol>
</div>
<div class="col-6">
<img src="/assets/img/istockphoto-1329809666-2048x2048.jpg" class="img-fluid" />
</div>
</div>
</div>
</div>
<?php
include "_features.php";
include "_download.php";
include "_testimonials.php";
include "_footer.php";
?>