Profile
Definition
A profile is a combination of an image and text. There are two variations. See examples below for both of them
- Profile with description—an image with a title (typically person's name) and description.
- Profile without description—an image with a title and subtitle (typically person's name and job position).
Description
Profiles should be used to create a list of people, typically a on team or board.
Examples
Profile with Description
Joseph Kahne
Joseph Kahne, Ph.D. is the Ted and Jo Dutton Presidential Chair for
Education Policy and Politics at the University of California, Riverside
and Chair of the MacArthur Foundation Research Network on Youth and
Participatory Politics. Joe's current research draws on a national
longitudinal survey of youth (conducted in partnership with Cathy Cohen at
the University of Chicago) to examine ways participation with digital
media is shaping youth civic and political engagement. He also studies
ways that educational efforts can improve the quantity, quality, and
equality of youth civic and political engagement. A former high school
social studies teacher, Joe is Co-Principal Investigator (with Erica
Hodgin) of Educating for Democracy in the Digital Age—A district-wide
effort in Oakland California to provide all youth with rich and equitable
opportunities to work for change in their communities. He sits on the
steering committee of the National Campaign for the Civic Mission of
Schools, on the iCivics Research Advisory Board, on the advisory board of
CIRCLE (the Center for Information and Research on Civic Learning), and he
is a Senior Advisor to the Spencer Foundation's New Civics Initiative.
<div class="profile row">
<div class="profile-image col-6 col-sm-3">
<img
class="img-fluid"
src="https://placehold.co/400x400"
alt="Placeholder image" />
</div>
<div class="profile-text col-sm-9">
<div class="h3 name">Joseph Kahne</div>
<!-- <div class="h4 title">Project Manager</div> -->
<div class="description">
Joseph Kahne, Ph.D. is the Ted and Jo Dutton Presidential Chair for
Education Policy and Politics at the University of California, Riverside
and Chair of the MacArthur Foundation Research Network on Youth and
Participatory Politics. Joe's current research draws on a national
longitudinal survey of youth (conducted in partnership with Cathy Cohen at
the University of Chicago) to examine ways participation with digital
media is shaping youth civic and political engagement. He also studies
ways that educational efforts can improve the quantity, quality, and
equality of youth civic and political engagement. A former high school
social studies teacher, Joe is Co-Principal Investigator (with Erica
Hodgin) of Educating for Democracy in the Digital Age—A district-wide
effort in Oakland California to provide all youth with rich and equitable
opportunities to work for change in their communities. He sits on the
steering committee of the National Campaign for the Civic Mission of
Schools, on the iCivics Research Advisory Board, on the advisory board of
CIRCLE (the Center for Information and Research on Civic Learning), and he
is a Senior Advisor to the Spencer Foundation's New Civics Initiative.
</div>
</div>
</div>
Profile Basic
Joseph Kahne
Project Manager
Joseph Kahne
Project Manager
<div class="profile row">
<div class="profile-image col-6 col-sm-3 col-md-6">
<img
class="img-fluid"
src="https://placehold.co/400x400"
alt="Placeholder image" />
</div>
<div class="profile-text col">
<div class="h3 name">Joseph Kahne</div>
<div class="h4 title">Project Manager</div>
</div>
</div>
Accessibility Concerns:
- Make sure to add
alt
text to the image.
Variables
No CSS Custom or Bootstrap variables