Content

The Content Object is a wrapper class to style elements that can’t easily be marked up individually with element classnames. This is mostly for content formatted and displayed from a WYSIWYG editor. To use it, add the .o-content class to the parent element of the content being encased. Currently it only includes definitions for tables and lists.

1. How it Works

Get help paying for groceries with SNAP. SNAP benefits are sometimes called food stamps. They come on a debit card that you can use at many grocery stores and farmers markets.

  • Shop for groceries online with your SNAP Benefits (EBT Card) at Amazon, ShopRite and Walmart. Visit these online retailers to order your groceries online! Note: SNAP benefits cannot be used to pay delivery fees.
  • If you are eligible, you will receive your benefits within 30 days
  • You must be a US citizen or have satisfactory immigration status to receive SNAP; a worker will help you determine your status when you apply
  • Requires proof of identity, where you live, and income
  • You can allow someone who knows your household situation apply for you
  • Apply online, in person, by fax, or by mail
  • You will have to complete an interview after you submit your application
  • SNAP recipients in New York City ages 16 and over are eligible for discounted Citi Bike memberships. For $5 per month, you’ll get unlimited 45-minute rides and access to thousands of bikes across Manhattan, Brooklyn, Queens and Jersey City. Enter your EBT card number to verify your eligibility.

2. Determine your eligibility

This program looks at several things to decide if you are eligible. They include:

  • how much money you earn
  • how much money you receive from benefits
  • how many people are in your house
  • your citizenship or immigration status

With a few questions, we can help you find out if you may be eligible.

Family Size Yearly Income Weekly Income
1 $27,816 $535
2 $36,372 $699
3 $44,928 $864
4 $53,484 $1,029
... ... ...
<div class="o-content">
  <section>
    <h3>1. How it Works</h3>
    <p class="exposition">Get help paying for groceries with SNAP. SNAP benefits are sometimes called food stamps. They come on a debit card that you can use at many grocery stores and farmers markets.</p>
    <ul class="c-checklist">
      <li class="c-checklist__item-generic">Shop for groceries online with your <a href='https://www1.nyc.gov/site/hra/help/snap-online-shopping.page' target='_blank' rel='noopener noreferrer'>SNAP Benefits (EBT Card)</a> at Amazon, ShopRite and Walmart. Visit these online retailers to order your groceries online! <strong>Note</strong>: SNAP benefits cannot be used to pay delivery fees.</li>
      <li class="c-checklist__item-calendar">If you are eligible, you will receive your benefits within 30 days</li>
      <li class="c-checklist__item-flag">You must be a US citizen or have satisfactory immigration status to receive SNAP; a worker will help you determine your status when you apply</li>
      <li class="c-checklist__item-badge">Requires proof of identity, where you live, and income</li>
      <li class="c-checklist__item-badge">You can allow someone who knows your household situation apply for you</li>
      <li class="c-checklist__item-application">Apply online, in person, by fax, or by mail</li>
      <li class="c-checklist__item-generic">You will have to complete an interview after you submit your application</li>
      <li class="c-checklist__item-generic">SNAP recipients in New York City ages 16 and over are eligible for discounted Citi Bike memberships. For $5 per month, you’ll get unlimited 45-minute rides and access to thousands of bikes across Manhattan, Brooklyn, Queens and Jersey City. <a href='https://try.citibikenyc.com/snap-nyc/' target='_blank' rel='noopener noreferrer'>Enter your EBT card number to verify your eligibility</a>.</li>
    </ul>
  </section>
  <section>
    <h3>2. Determine your eligibility</h3>
    <p>This program looks at several things to decide if you are eligible. They include:</p>
    <ul class="c-checklist">
      <li>how much money you earn</li>
      <li>how much money you receive from benefits</li>
      <li>how many people are in your house</li>
      <li>your citizenship or immigration status</li>
    </ul>
    <p>With a few questions, we can help you <a href='http://nyc.gov/accessnyc' target='_blank' rel='noopener noreferrer'>find out if you may be eligible</a>.</p>
    <table class="table-numeric">
      <thead>
        <tr>
          <th>Family Size</th>
          <th>Yearly Income</th>
          <th>Weekly Income</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td>1</td>
          <td>$27,816</td>
          <td>$535</td>
        </tr>
        <tr>
          <td>2</td>
          <td>$36,372</td>
          <td>$699</td>
        </tr>
        <tr>
          <td>3</td>
          <td>$44,928</td>
          <td>$864</td>
        </tr>
        <tr>
          <td>4</td>
          <td>$53,484</td>
          <td>$1,029</td>
        </tr>
        <tr>
          <td>...</td>
          <td>...</td>
          <td>...</td>
        </tr>
      </tbody>
    </table>
  </section>
</div>