<!-- Testimonial -->
<div class="testimonial image_left">
<div class="testimonial_media">
<img class="testimonial_image" srcset="https://images.fastspot.com/mount-saint-marys-university/1440x810/6 1440w, https://images.fastspot.com/mount-saint-marys-university/1220x686/6 1220w, https://images.fastspot.com/mount-saint-marys-university/980x552/6 980w, https://images.fastspot.com/mount-saint-marys-university/740x416/6 740w, https://images.fastspot.com/mount-saint-marys-university/500x282/6 500w, https://images.fastspot.com/mount-saint-marys-university/300x169/6 300w" src="https://images.fastspot.com/mount-saint-marys-university/300x169/6" alt="image of _" loading="lazy" width="300" height="169">
</div>
<div class="testimonial_content">
<div class="fs-row testimonial_content_row">
<div class="fs-cell testimonial_content_cell">
<div class="testimonial_content_inner">
<h2 class="testimonial_title">Mount Saint Mary's awarded me the full-tuition Le Puy Founders Scholarship.</h2>
<span class="testimonial_description">Now I can attend college without worrying about loans while I pursue my passion in science.</span>
<span class="testimonial_attribute">Tanya Nguyen '20 <a href="#" class="testimonial_program_link">Nursing Major</a></span>
<a href="#" class="testimonial_link">
<span class="testimonial_link_label">Find Your Program</span>
<span class="testimonail_link_icon">
<svg class="icon icon_arrow_right">
<use href="/images/icons.svg#arrow_right" />
</svg>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- END: Testimonial -->
{#
{% include '@component-testimonial' with {
image: 5,
image_alt: 'image of _',
quote: 'Mount Saint Mary\'s awarded me the full-tuition Le Puy Founders Scholarship.',
description: 'Now I can attend college without worrying about loans while I pursue my passion in science.',
attribute: 'Tanya Nguyen \'20',
program: {
label: 'Nursing Major',
url: '#'
},
link: {
label: 'Find Your Program',
url: '#'
}
} %}
#}
<!-- Testimonial -->
<div class="testimonial{% if image_position %} image_{{ image_position }}{% endif %}">
<div class="testimonial_media">
{% include '@partial-image' with {
class: 'testimonial',
alt: image_alt,
image: image,
loading: 'lazy',
sources: [
img.wide.xlrg,
img.wide.lrg,
img.wide.med,
img.wide.sml,
img.wide.xsml,
img.wide.xxsml
]
} %}
</div>
<div class="testimonial_content">
<div class="fs-row testimonial_content_row">
<div class="fs-cell testimonial_content_cell">
<div class="testimonial_content_inner">
<h2 class="testimonial_title">{{ quote }}</h2>
<span class="testimonial_description">{{ description }}</span>
<span class="testimonial_attribute">{{ attribute }} {% if program.url %}<a href="{{ program.url }}" class="testimonial_program_link">{% endif %}{{ program.label }}{% if program.url %}</a>{% endif %}</span>
{% if link %}
<a href="{{ link.url }}" class="testimonial_link">
<span class="testimonial_link_label">{{ link.label }}</span>
<span class="testimonail_link_icon">{{ icon("arrow_right") }}</span>
</a>
{% endif %}
</div>
</div>
</div>
</div>
</div>
<!-- END: Testimonial -->
No notes defined.