<section class="featureset">
    <h2>Features for Video Care Consult</h2>
    <div class="flex-grid">

        <div class="icon-wrapper">
            <div class="icon">
                <div class="icon-icon">
                    <img src="/images/feature-notes-icon.jpeg" alt="Work Notes" />
                </div>
                <h3 class="icon-title">Work Notes</h3>
            </div>
        </div>

        <div class="icon-wrapper">
            <div class="icon">
                <div class="icon-icon">
                    <img src="/images/test-review-icon.png" alt="Test Review" />
                </div>
                <h3 class="icon-title">Test Review</h3>
            </div>
        </div>

        <div class="icon-wrapper">
            <div class="icon">
                <div class="icon-icon">
                    <img src="/images/test-review-icon.png" alt="Test Review" />
                </div>
                <h3 class="icon-title">Test Review</h3>
            </div>
        </div>

        <div class="icon-wrapper">
            <div class="icon">
                <div class="icon-icon">
                    <img src="/images/feature-notes-icon.jpeg" alt="Work Notes" />
                </div>
                <h3 class="icon-title">Work Notes</h3>
            </div>
        </div>
    </div>
    <div class="section-footer">
        <a href="/components/detail/featurespage">Learn more about these features</a>
    </div>
</section>
<section class="featureset">
  <h2>{{ icon-set-title }}</h2>
  <div class="flex-grid">
   {{#each features}}

      {{> @icon }}
    {{/each}}
  </div>
  <div class="section-footer">
    <a href="{{ features-link }}">{{ icon-set-more-link}}</a>
  </div>
</section>
{
  "service-name": "Video Care Consult",
  "features-link": "/components/detail/featurespage",
  "icon-set-title": "Features for Video Care Consult",
  "icon-set-more-link": "Learn more about these features",
  "features": [
    {
      "icon-title": "Work Notes",
      "feature-description": "Intense clove flavors attack the palate, one side stays spicy, and the other shows a maltiness and sweetness. Some tropical fruitiness; strong, fresh apple and bubble-gum notes; and more biting phenols meet in the middle like a train wreck. Peppery and bitey yeast, with an unpleasant pithy and tannic astringency. Smacks of lager-esque sourness, under a faint lemon. Some sweet malty flavors attempt to well up amid the chaos, but they get killed halfway through. Finishes dry, with a gummy character akin to Bazooka bubble gum, and lingering phenols.",
      "icon-icon-url": "/images/feature-notes-icon.jpeg"
    },
    {
      "icon-title": "Test Review",
      "feature-description": "Aesthetic helvetica DIY hell of. Chillwave bitters man bun put a bird on it man braid. Knausgaard freegan activated charcoal meggings, mlkshk literally gastropub echo park fam. Meh bicycle rights copper mug locavore. Literally fap leggings pickled, venmo intelligentsia try-hard. Intelligentsia dreamcatcher XOXO activated charcoal single-origin coffee gluten-free, tumeric bicycle rights VHS banh mi tbh DIY iPhone. Hexagon cold-pressed bushwick cronut.",
      "icon-icon-url": "/images/test-review-icon.png"
    },
    {
      "icon-title": "Test Review",
      "feature-description": "Aesthetic helvetica DIY hell of. Chillwave bitters man bun put a bird on it man braid. Knausgaard freegan activated charcoal meggings, mlkshk literally gastropub echo park fam. Meh bicycle rights copper mug locavore. Literally fap leggings pickled, venmo intelligentsia try-hard. Intelligentsia dreamcatcher XOXO activated charcoal single-origin coffee gluten-free, tumeric bicycle rights VHS banh mi tbh DIY iPhone. Hexagon cold-pressed bushwick cronut.",
      "icon-icon-url": "/images/test-review-icon.png"
    },
    {
      "icon-title": "Work Notes",
      "feature-description": "Intense clove flavors attack the palate, one side stays spicy, and the other shows a maltiness and sweetness. Some tropical fruitiness; strong, fresh apple and bubble-gum notes; and more biting phenols meet in the middle like a train wreck. Peppery and bitey yeast, with an unpleasant pithy and tannic astringency. Smacks of lager-esque sourness, under a faint lemon. Some sweet malty flavors attempt to well up amid the chaos, but they get killed halfway through. Finishes dry, with a gummy character akin to Bazooka bubble gum, and lingering phenols.",
      "icon-icon-url": "/images/feature-notes-icon.jpeg"
    }
  ],
  "main-logo": "/images/COL_Logo_Full_2ColorBig.png",
  "site-title": "Care on Location",
  "year": 2017,
  "nav-items": [
    {
      "nav-item-link": "#",
      "nav-item-title": "Services",
      "classes": "has-sub-menu",
      "sub-nav-items": [
        {
          "nav-item-link": "#",
          "nav-item-title": "Video Care Consult"
        },
        {
          "nav-item-link": "#",
          "nav-item-title": "Assisted Video Care Consult"
        },
        {
          "nav-item-link": "#",
          "nav-item-title": "On Location Care Consult"
        }
      ]
    },
    {
      "nav-item-link": "#",
      "nav-item-title": "Providers"
    },
    {
      "nav-item-link": "#",
      "nav-item-title": "Partners"
    },
    {
      "nav-item-link": "#",
      "nav-item-title": "About"
    },
    {
      "nav-item-link": "#",
      "nav-item-title": "FAQ"
    },
    {
      "nav-item-link": "#",
      "nav-item-title": "News"
    }
  ],
  "org-address": "111 N. 1st St. <br /> Denver, CO 80204",
  "org-phone": "303-111-1111",
  "socials": [
    {
      "social": "facebook",
      "social-url": "https://www.facebook.com"
    },
    {
      "social": "twitter",
      "social-url": "https://www.twitter.com"
    },
    {
      "social": "google-plus",
      "social-url": "https://plus.google.com"
    }
  ]
}
  • Content:
    .featureset {
      h2 {
        text-align: center;
      }
      
      width: 100%;
      .section-footer {
        text-align: center;
      }
    }
    
  • URL: /components/raw/iconset/_iconset.scss
  • Filesystem Path: src/components/03-layouts/iconset/_iconset.scss
  • Size: 118 Bytes

There are no notes for this item.