Commit 9ead26c7 authored by DIVYANSH PAREEK's avatar DIVYANSH PAREEK

Adding contact.html from Lab02

parent 89e7d7be
<!DOCTYPE html>
<html>
<head>
<title> Contact Info </title>
<link rel="shortcut icon" type="image/x-icon" href="S2.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1"> <!-- For Mobile Friendly WebSite-->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body style="background-color: #CD853F">
<nav class="navbar navbar-default" style="background-color: rgb(150,150,150)">
<div class="container-fluid">
<ul class="nav navbar-nav">
<li><a href="home.html">Home</a></li>
<li><a href="aboutMe.html">About Me</a></li>
<li><a href="interests.html">Interests</a></li>
<li><a href="timetable.html">My Timetable</a></li>
<li class="active"><a href="contact.html">Contact Me</a></li>
<li><a href="form.html">Form</a></li>
<li><a href="pokemon.html">Pokemons! :D</a></li>
<li><a href="plan.html">Floor Plan</a></li>
</ul>
</div>
</nav>
<h1 class="text-center"> &#x0936&#x0947&#x0902&#x0926&#x0930&#x0947 </h1>
<br>
<br>
<h2 class="text-center"> Reach me :</h2>
<h3 class="text-center"> My room is 318 / H9 </h3>
<h3 class="text-center"> Call me @ +91-9960270265 or +91-7276340064 </h3>
<h3 class="text-center"> Drop me a mail at :</h3>
<h3 class="text-center">shendreshraddheya@gmail.com</h3>
<h3 class="text-center">shraddheya@cse.iitb.ac.in </h3>
<h3 class="text-center">My social contacts : </h3>
<h3 class="text-center"><a href = "https://www.facebook.com/shraddheya.shendre" target="_blank"><img src = fblogo.jpg alt = FB width = "60" height = "60"></a> </h3>
<h3 class="text-center"><a href = "https://plus.google.com/u/0/+shraddheyashendre/posts" target="_blank"><img src = g+logo.png alt = g+ width = "60" height = "60"></a> </h3>
<h3 class="text-center"><a href = "https://www.instagram.com/shraddheya_shendre/" target="_blank"><img src = insta.jpg alt = insta width = "60" height = "60"></a> </h3>
<p class="text-center"><span class="glyphicon glyphicon-copyright-mark"></span>sslither</p>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment