Commit 1305a8f3 authored by SHAH DEVANSH's avatar SHAH DEVANSH

add aboutMe.html

parent c2ce8efb
<!DOCTYPE html>
<html>
<head>
<title> Devansh Shah </title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body style="background-image:url(pic.jpg)">
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">UNITY</a>
</div>
<ul class="nav navbar-nav">
<li><a href="home.html"> HOME </a>
<li class="active"><a href="aboutMe.html">ABOUT ME </a></li>
<li><a href="interests.html"> INTERESTS </a></li>
<li><a href="timetable.html"> TIMETABLE </a></li>
<li><a href="contact.html"> CONTACT </a></li>
</ul>
</div>
</nav>
<h1> WELOCOME TO MY HOMEPAGE ! </h1>
<h2> ABOUT ME </h2>
<img src="devansh.jpg" class="img-rounded" alt="my pic" align="center" style="width:300px;height:300px;">
<h4>
I am a Computer Science and Engineering sophomore at IIT BOMBAY. I hail from Mumbai. I like playing cricket, watching TV series and movies. I am a passionate coder. <br />
Have a look at a video of the genius Steve Jobs addressing Harvard graduates, which is sure to ignite the spark in anyone.
</h4>
<iframe width="420" height="315" align="middle" src="https://www.youtube.com/embed/UF8uR6Z6KLc?conrols=0?conrols=0"> </iframe><br />
</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