Page intro

Provides for intro text and image

Page intro

ready
<div class="ds-block">

    <div class="ds-page-intro">
        <div class="ds-page-intro__content">
            <p class="ds-lead">At La Trobe University, you'll gain the knowledge and skills you need for your clever future. We'll also help you graduate career-ready through work placements, internships and overseas study opportunities.</p>
        </div>
    </div>

</div>

Page intro with image

ready
<div class="ds-block">

    <div class="ds-page-intro">
        <figure class="ds-figure">
            <img class="ds-page-intro__image" src="{{ site.url }}/ltu-components/src/page-intro/snippets/images/large.jpg" alt="">
            <figcaption class="ds-figure__figcaption">Figcaption</figcaption>
        </figure>
        <div class="ds-page-intro__content">
            <p class="ds-lead">At La Trobe University, you'll gain the knowledge and skills you need for your clever future. We'll also help you graduate career-ready through work placements, internships and overseas study opportunities.</p>
        </div>
    </div>

</div>