###Add a person to the Team section:
- Save a 200*200 profile image at
/img/team/
. - Add the following snippet of HTML under
<section id="section-works" class="section appear clearfix">
.
<article class="col-md-2 isotopeItem <Team>">
<div class="team-member" align="center">
<figure class="member-photo"><img src="images/<File name>.jpg" alt="" /></figure>
<div class="team-detail">
<h3><Name of the member></h3>
<span><Job Profile></span>
</div>
</div>
</article>
Replace <Team>
with software/controls/alum.
###Update Timeline