File: /home/awaldron/_domains/knowtifi.alanwaldron.com/php/about.php
<?php
$navon = 'about';
include "_header.php";
?>
<div id="splash" class="small about">
<div class="container">
<div class="row">
<div class="col-12">
<div class="splash-text">
<h2 class="k">About Us</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">Taking Care of You and Your Family</span></h2>
<div class="columns-2">
<p>Our goal is to give you and your family the peace of mind that comes with knowing loved ones are
safe.</p>
<p>We all know a safer family means a more secure community. One in which we can all thrive. That’s
why we created the knowtifi app and the 911Switch. You see, we have families just like you and
we care about them and love them. We hope they are never in harm’s way.</p>
<p>Life, however, sometimes has different plans and emergencies happen.</p>
<p>Here at knowtifi, we’re part of the sandwich generation – some of with kids and older parents. We
want to know they’re safe and we want to know if an emergency occurrs now, not later.</p>
<p>That’s when the knowtifi app is at its best. We created it to have a more direct and immediate
beeline to 911. And, we created it to ensure family and friends can be simultaneously notified
when an emergency happens.</p>
<p>Thank you for trusting with helping to keep your family safe.</p>
</div>
</div>
</div>
</div>
</div>
<?php
include "_download.php";
include "_footer.php";
?>