Skip to content

Commit

Permalink
adding projects page
Browse files Browse the repository at this point in the history
  • Loading branch information
utsab committed Aug 8, 2015
1 parent cae5a2c commit 6a6bfe2
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions projects/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Utsab Saha</title>


<link rel="stylesheet" type="text/css" href="styles/default.css">

</head>

<body>

<section id="canvas">

<header>

<section id="myName">
Utsab Saha
</section>

<nav>
<ul>
<li>
<a href="http://utsab.github.io/blog/index.html">Blog</a>
</li>
<li>
<a href="http://utsab.github.io/projects/index.html">Projects</a>
</li>
<li>
<a href="#">About</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</nav>
<div class="divider"></div>
</header>



</section>

</body>

</html>

0 comments on commit 6a6bfe2

Please sign in to comment.