Skip to content

Commit

Permalink
adding contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
utsab committed Jul 18, 2015
1 parent 048a6c8 commit ad70e87
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 1 deletion.
56 changes: 56 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!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="#">Portfolio</a>
</li>
<li>
<a href="#">About</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</nav>
<div class="divider"></div>
</header>

<section id="email_address">
Contact Utsab at [email protected]
</section>

<section id="social_media">
<a href="#"><img src="imgs/facebook_logo_round.png"></img></a>
<a href="#"><img src="imgs/linkedin-icon.png"></img></a>
<a href="#"><img src="imgs/twitter-icon.png"></img></a>
</section>

</section>

</body>

</html>

Binary file added imgs/facebook_logo_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/linkedin-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/twitter-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<a href="#">About</a>
</li>
<li>
<a href="#">Contact</a>
<a href="contact.html">Contact</a>
</li>
</ul>
</nav>
Expand Down
31 changes: 31 additions & 0 deletions styles/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,34 @@
text-align: center;
margin-bottom: 20px;
}



/* contact us */


#email_address {
text-align: center;
}


#social_media img {
height: 50px;
}

#social_media a {
margin-right: 100px;
}

#a :last-child {
margin-right: 0px
}

#social_media {
text-align: center;
}





0 comments on commit ad70e87

Please sign in to comment.