A Faculty Section is used to display faculty members of an organization, university, or team. It usually includes a photo, name, designation, bio, and social media links.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
<div class="col-lg-6 col-md-8 col-sm-10 col-12 m-auto">
<div class="faculty__items">
<div class="faculty__item-square">
<div class="faculty__item-picture">
<img src="./assets/component-images/faculty-v2.svg"
alt="faculty">
</div>
<div class="faculty__item-info">
<div class="professor-name text-primary">Lorem Ipsum</div>
<div class="professor-desc gray-dark-color">
<p class="professor-desc-designation"> Lorem Ipsum is simply dummy text of the printing
</p>
<p class="professor-desc-bio"> Lorem Ipsum is professor of Management and faculty director of the
Center for Leadership and Change Management and McNulty Leadership Program at the Wharton
School, University of Pennsylvania. </p>
<p>
<button class="btn--transparent text-accent">Button</button>
</p>
</div>
</div>
</div>
</div>
</div>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
<div class="col-lg-8 col-12 m-auto">
<div class="faculty__items overflow-auto">
<div class="faculty__item-square">
<div class="faculty__item-picture">
<img src="./assets/component-images/faculty-v2.svg"
alt="faculty" />
</div>
<div class="faculty__item-info">
<div class="professor-name text-primary">Lorem Ipsum</div>
<div class="professor-desc text-color">
<p class="professor-desc-designation"> Lorem Ipsum is simply dummy text of the printing
</p>
<p class="professor-desc-bio"> Lorem Ipsum is professor of Management and faculty director of the
Center for Leadership and Change Management and McNulty Leadership Program at the Wharton
School, University of Pennsylvania. </p>
<p>
<button class="btn--transparent text-accent">Button</button>
</p>
</div>
</div>
</div>
<div class="faculty__item-square">
<div class="faculty__item-picture">
<img src="./assets/component-images/faculty-v2.svg"
alt="faculty" />
</div>
<div class="faculty__item-info">
<div class="professor-name text-primary">Lorem Ipsum</div>
<div class="professor-desc text-color">
<p class="professor-desc-designation"> Lorem Ipsum is simply dummy text of the printing
</p>
<p class="professor-desc-bio"> Lorem Ipsum is professor of Management and faculty director of the
Center for Leadership and Change Management and McNulty Leadership Program at the Wharton
School, University of Pennsylvania. </p>
<p>
<button class="btn--transparent text-accent">Button</button>
</p>
</div>
</div>
</div>
</div>
</div>