File: /home/lowinsrate/public_html/index.php
<?php include("header.php"); ?>
<!-- Begin page content -->
<main class="flex-shrink-0 text-center lir-wrapper">
<div class="container bg-white pb-5">
<div class="col-md-7 offset-md-2 col-sm-12 8vw;">
<h1 class="mt-5 text-center" style="font-weight: 600;">Under the <span style="color:#5eb9f0 ">Affordable Care Act</span> people under 65 can enroll in a free health insurance plan, if they qualify.</h1>
<div class="text-center" style="padding-top: 2em">
<img src="img/person.jpg" class="rounded" alt="medical">
</div>
<h2 class="mt-5 text-center">This program is making it easier for Individuals to
enroll in as little as 10 minutes.</h2>
<h3 class="mt-5 text-center" style="font-weight: 600;">Answer a few simple questions to check your eligibility.</h3>
<div class="col-12 mt-30">
<div id="question1" class="question">
<h3>Do you want up to $1400 in assistance?</h3>
<button class="btn btn-primary my-10 yes col-12">Yes</button>
<button class="btn btn-primary my-10 yes col-12">No</button>
</div>
<div id="question2" class="question">
<h3>Do you make less than $50k/Yr?</h3>
<button class="btn btn-primary my-10 yes col-12">Yes</button>
<button class="btn btn-primary my-10 no col-12">No</button>
</div>
<div id="question3" class="question">
<h3>Are you on Medicare, Medicaid or receiving VA Medical Benefits?</h3>
<button class="btn btn-primary my-10 no col-12">Yes</button>
<button class="btn btn-primary my-10 yes col-12">No</button>
</div>
</div>
</div>
</div>
</main>
<?php include("footer.php"); ?>