Profile Card

Suggested Image Size: 160x140

The data for the profile card can either be pulled in via a reference to the person’s Faculty/Staff Profile or via manual content entry.

If the data is fed via Faculty/Staff Profile, the name should be hyperlinked.

<div class="tcu-image-card tcu-image-card--profile ">

    <div class="tcu-image-card__image">
        <img aria-labelledby="jackie-keiser-image-card-title" src="https://assets.tcu.edu/cornerstone/images/leadon-default-headshot-mobile.jpg" alt="" width="160" height="140" />
    </div>
    <div class="tcu-image-card__content">

        <div id="jackie-keiser-image-card-title" class="tcu-image-card__title">Jackie Keiser</div>

        <div class="tcu-image-card__description">
            Madam Web Woman
        </div>
    </div>
</div>