Skip to content

skapuria/Swarm-IITKgp.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#The Official Website of the Swarm Robotics Research Group, IIT Kharagpur.

###Change parallax background images.

  • The images can be found at img/parallax. Do note that the images cannot be renamed.

###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="img/team/<File name>.jpg" alt="" /></figure>
		<div class="team-detail">
			<h4><Name of the member></h4>
			<span><Job Profile></span>					
		</div>
	</div>
    </article>

Replace <Team> with software/embedded.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 39.0%
  • JavaScript 34.9%
  • CSS 26.1%