Person Card

Profile cards are a visual way to display informational listings of people that adds importance. At minimum, they include a name and one other piece of associated information. May include image, title, department, year of accomplishment. A placeholder image can be used if a photo is missing among a group where the majority has photos. If the majority do not have photos, use a card without space for images.

Anatomy

Person Card Anatomy

1. Image

2. Name (required)

3. Pronouns

4. Title (required)

5. Description

6. Contact Information

7. Photo Credit

8. Container

Examples

<article class="ucla-card ucla-card__person">
  <a class="ucla-card__image-link" href="#"><img
      class="ucla-card__image"
      src="../../../theme-assets/img/examples/person-card-gene.jpg"
      alt="Headshot of Gene Block"
    /></a>
  <div class="ucla-card__body">
    <h1 class="ucla-card__title"><a class="ucla-card__name-link" href="#">Gene
        Block</a></h1>
    <h2 class="ucla-card__person-pronouns">They/Them</h2>
    <h2 class="ucla-card__person-department">Title, Department</h2>
    <p class="ucla-card__description">With schools closed and remote learning
      the norm, how many hours of digital technology are acceptable for kids,
      and how much is too much? Can parents control when kids use tec…</p>
    <dl class="ucla-card__person-contact">
      <dt>Email</dt>
      <dd>myemail@ucla.edu</dd>
      <dt>Phone</dt>
      <dd>(555) 555-5555 ext. 555</dd>
      <dt>Office</dt>
      <dd>1111 Murphy Hall</dd>
      <dt>Mail</dt>
      <dd>410 Charles E.Young Drive<br />Los Angeles, CA 90024</dd>
    </dl>
    <em class="ucla-card__person-credit">Photo Credit: lorem ipsum dolore</em>
  </div>
</article>