presidential-innovation-fellows/hack-the-paygap

View on GitHub
index_includes/scenarios.html

Summary

Maintainability
Test Coverage
<div class="usa-grid">

  <h3>User Scenarios</h3>

  <p>These scenarios describe composite examples of women in the workforce being paid less than men for the same type of work.  Use the scenarios in your design process to ensure that what you build responds to real needs.</p>
</div>
<div class="usa-grid">
  {% for s in site.data.scenarios %}
    {% assign id = s[0] %}
    {% include_relative index_includes/scenario.html id=id %}
  {% endfor %}
</div>
<br>
<br>