Icon

<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="{{ icon-icon-url }}" alt="{{ icon-title }}" />
    </div>
    <h3 class="icon-title">{{ icon-title }}</h3>
  </div>
</div>
{
  "icon-title": "Work Notes",
  "icon-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:
    .icon-wrapper {
      min-width: 200px;
    }
    .icon {
      max-width: 600px;
      margin-top: 10px;
      margin-bottom: 10px;
    
      h3 {
        margin-top: 5px;
        text-align: center;
      }
    
    }
    
    .icon-icon {
      max-width: 100px;
      margin-left: auto;
      margin-right: auto;
    }
    
    .icon-description {
      min-width: 300px;
      padding: 5px 20px;
    }
    
  • URL: /components/raw/icon/_icon.scss
  • Filesystem Path: src/components/01-elements/icon/_icon.scss
  • Size: 312 Bytes

There are no notes for this item.