<!-- 
http://i.stack.imgur.com/jGlzr.png
-->
<!DOCTYPE html>
<html>
 <head>
  <meta name="viewport">
  <link rel="stylesheet" type="text/css" href="index.css">
  <img class="img-circle" src="photo.jpg" width=100px height=100px;>
  <a name="top"><title>Kumar Saunack</title></a>
 </head>

<body BGCOLOR="transparent">

<!--<p style="float: left;"><img src="logo.bmp" class="logo"></p>
-->
 <div class="header"><h1>Kumar Saunack</h1></div>
<nav class="links">
 <ul>
  <li><a href="https://cse.iitb.ac.in">My Department</a></li>
  <li>My teammates:
   <ol>
    <li><a href="https:in.linkedin.com/in/kumar-saurav-781361145">Kumar Saurav</a></li>
    <li><a href="https://www.facebook.com/tiger.yash">Yash Shah</a></li>
   </ol></li> 
</ul>
</nav>
<p class="article">
<h5>About</h5>
Hi, I'm Kumar Saunack and I'm a second year B.Tech. student in CSE, IIT Bombay.<br>
Since I can't think of something, here's the list of my teammates for CS 251 course:
</p>
<table align="center">
 <tr>
  <th>First name</th>
  <th>Last name</th>
  <th>Roll number</th>
 </tr>
 <tr>
  <th>Kumar</th>
  <th>Saurav</th>
  <th>160050057</th>
 </tr>
 <tr>
  <th>Yash</th>
  <th>Shah</th>
  <th>16005002</th>
 </tr>
</table>
<div class="footer">
 Made by Kumar Saunack.<t><a class="blue" href="#top">Back to top</a></t>
</div>
</body>
</html>