_pages/index.html
---
permalink: /
title: Paid Family Medical Leave Prototype
---
{% include head.html %}
<body class="no-js layout-home">
<a class="a-skip-to-main" href="#main">Skip to main content</a>
<header class="prototype-header">
<div class="wrapper">
<h1>For demonstration purposes only.</h1>
</div>
</header>
<main role="main" id="main">
<section class="masthead">
<div class="wrapper">
<h1>[State] paid family medical leave</h1>
<p>[State name]’s paid family medical leave program offers benefits to <a href="{{site.baseurl}}/eligibility/">eligible</a> parents, people caring for ill family members, and people managing their own newly diagnosed medical conditions.</p>
<nav>
<a href="{{site.baseurl}}/estimator/" class="button">Estimate your benefits</a>
<a href="{{site.baseurl}}/claims/new/" class="button">File a claim</a>
<p class="check-status">Have you already filed a claim? <a href="{{site.baseurl}}/claims/search/">Check the status</a>.</p>
</nav>
</div>
</section>
<section class="overview">
<div class="wrapper">
<div class="primary-secondary-content">
<div class="primary-content">
<h1>About this site</h1>
<p>This site is an application prototype created in partnership with The Women’s Bureau at the Department of Labor and 18F. It contains easy-to-follow instructions for <a href="{{site.baseurl}}/eligibility/">determining your eligibility</a>, <a href="{{site.baseurl}}/estimator/">estimating your benefits</a>, and <a href="{{site.baseurl}}/claims/how-it-works/">navigating the benefits-claims process</a>. If you are a state adapting this prototype for your own use, please insert your own text here!</p>
</div>
<aside class="secondary-content">
<section class="claim-processing-time">
<h1>Average claim-processing time</h1>
<span>18 days</span>
</section>
<section class="contact-us">
<h1>Contact us</h1>
<div class="vcard">
<span class="fn">Unemployment Insurance</span>
<div class="adr">
<div class="street-address">123 Main St.</div>
<span class="locality">Springfield</span>,
<abbr class="region" title="State">ST</abbr>
<span class="postal-code">20210</span>
<p><a href="tel:8005555555">800-555-5555</a>. Open Monday through Friday, 9am to 5pm EST.</p>
</div>
</div>
</section>
</aside>
</div>
</div>
</section>
</main>
{% include site-footer.html %}
</body>