Profile Supplement V 2

300 × 150

Guidance

The profile supplement v2 content type is used for displaying current or former students or staff’s accounts of their experiences at the University.

<section class="profile-supplement-v2">
  <img class="profile-supplement-v2--img" src="{{ image.src }}" alt="{{ image.alt }}" >
   <div class="uol-profile-supplement__text-container">
      {% render '@uol-typography-blockquote', quote %}
    </div>
</section>
<section class="profile-supplement-v2">
    <img class="profile-supplement-v2--img" src="/placeholders/new-homepage/student-potrait.png" alt="Portrait of Jefferson Sanchez">
    <div class="uol-profile-supplement__text-container">
        <blockquote class="uol-typography-blockquote">
            This whole experience has taught me to put myself out there, and do what makes me uncomfortable. If I had been too afraid to move out come to Leeds, I would not be where I am now, with the fantastic memories and people I have surrounding me.

            <footer>
                <cite>

                    Name, course

                </cite>
            </footer>

        </blockquote>

    </div>
</section>
{
  "title": "Profile: Jefferson Sanchez",
  "image": {
    "src": "/placeholders/new-homepage/student-potrait.png",
    "alt": "Portrait of Jefferson Sanchez"
  },
  "quote": {
    "content": "This whole experience has taught me to put myself out there, and do what makes me uncomfortable. If I had been too afraid to move out come to Leeds, I would not be where I am now, with the fantastic memories and people I have surrounding me. ",
    "cite": {
      "content": "Name, course"
    }
  }
}