<section class="image-focused lazy slider" data-sizes="50vw">
    <div class="image-focused-slide-wrapper">
        <div class="image-focused-slide-text gold">
            <div class="image-focused-slide-image">
                <img data-lazy="/images/Feature_RauchExpansion_PathtoProminence_LehighBusiness.png" data-srcset="/images/Feature_RauchExpansion_PathtoProminence_LehighBusiness.png" data-sizes="100vw" src="/images/Feature_RauchExpansion_PathtoProminence_LehighBusiness.png" />
            </div>
            <div class="image-focused-slide-content">
                <h2>All Star</h2>
                <span>
                    <img data-lazy="/images/Feature_RauchExpansion_PathtoProminence_LehighBusiness.png" data-srcset="/images/Feature_RauchExpansion_PathtoProminence_LehighBusiness.png" data-sizes="100vw" src="/images/Feature_RauchExpansion_PathtoProminence_LehighBusiness.png" />
                </span>
                <p>Somebody once told me the world is gonna roll me. I ain't the sharpest tool in the shed. She was looking kind of dumb with her finger and her thumb.</p>
            </div>
        </div><!-- end hover-box-text -->
    </div>
    <div class="image-focused-slide-wrapper">
        <div class="image-focused-slide-text red">
            <div class="image-focused-slide-image">
                <img data-lazy="/images/181025_Go Lehigh_218.png" data-srcset="/images/181025_Go Lehigh_218.png" data-sizes="100vw" src="/images/181025_Go Lehigh_218.png" />
            </div>
            <div class="image-focused-slide-content">
                <h2>Say Hey</h2>
                <span>
                    <img data-lazy="/images/181025_Go Lehigh_218.png" data-srcset="/images/181025_Go Lehigh_218.png" data-sizes="100vw" src="/images/181025_Go Lehigh_218.png" />
                </span>
                <p>I say hey, I'll be gone today. But I'll be back all around the way. It seems like everywhere I go</p>
            </div>
        </div><!-- end hover-box-text -->
    </div>
    <div class="image-focused-slide-wrapper">
        <div class="image-focused-slide-text teal">
            <div class="image-focused-slide-image">
                <img data-lazy="/images/Kevin_LisaClayton.png" data-srcset="/images/Kevin_LisaClayton.png" data-sizes="100vw" src="/images/Kevin_LisaClayton.png" />
            </div>
            <div class="image-focused-slide-content">
                <h2>The Way</h2>
                <span>
                    <img data-lazy="/images/Kevin_LisaClayton.png" data-srcset="/images/Kevin_LisaClayton.png" data-sizes="100vw" src="/images/Kevin_LisaClayton.png" />
                </span>
                <p>They made up their minds. And they started packing. They left before the sun came up that day. An exit to eternal summer slacking. But where were they going. Without ever knowing the way?</p>
            </div>
        </div><!-- end hover-box-text -->
    </div>
</section>
<section class="image-focused lazy slider" data-sizes="50vw">
    {% block cms_override %}
        {% for image_focused_slider_item in image_focused_slider_items %}
            {% include "@image_focused_slide" with image_focused_slider_item only %}
        {% endfor %}
    {% endblock cms_override %}
</section>
{
  "image_focused_slider_items": [
    {
      "slide_src_img": "/images/Feature_RauchExpansion_PathtoProminence_LehighBusiness.png",
      "heading": "All Star",
      "content": "Somebody once told me the world is gonna roll me. I ain't the sharpest tool in the shed. She was looking kind of dumb with her finger and her thumb.",
      "url": "http://es.pn",
      "color": "gold"
    },
    {
      "slide_src_img": "/images/181025_Go Lehigh_218.png",
      "heading": "Say Hey",
      "content": "I say hey, I'll be gone today. But I'll be back all around the way. It seems like everywhere I go",
      "url": "#",
      "color": "red"
    },
    {
      "slide_src_img": "/images/Kevin_LisaClayton.png",
      "heading": "The Way",
      "content": "They made up their minds. And they started packing. They left before the sun came up that day. An exit to eternal summer slacking. But where were they going. Without ever knowing the way?",
      "url": "#",
      "color": "teal"
    }
  ]
}
  • Content:
    .image-focused {
      margin: $space-triple 0 0 0 !important;
      padding: 0 0 $space-triple 0;
      border-bottom: 1px solid $grey_light;
    
      @media only screen and (min-width: $break-desktop) {
        margin: 0 0 -6px 0 !important;
        padding: 0;
        border-bottom: 0;
      }
    }
  • URL: /components/raw/image_focused_slider/image_focused_slider.scss
  • Filesystem Path: components/03-sections/06-image_focused_slider/image_focused_slider.scss
  • Size: 265 Bytes

No notes defined.