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";
?>