Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 894 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 894 Bytes

Official Website of Aerial Robotics Kharagpur Research Group

###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

  1. Update this sheet.
  2. Follow Instructions in this link and copy the code snippet.
  3. Replace existing code snippet.