Skip to content

Instantly share code, notes, and snippets.

@captn3m0
Created January 21, 2012 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save captn3m0/1652002 to your computer and use it in GitHub Desktop.
Save captn3m0/1652002 to your computer and use it in GitHub Desktop.
Aarti's About Me Page
<html>
<head>
<title>About Aarti Dwivedi
</title>
<link rel="stylesheet" type="text/css" href="mystyle.css"/>
</head>
<body>
<img src="me.jpg" alt="how people see me">
<div id="table1">
<table>
<tr>
<td><h3>NAME</h3></td><td>Aarti Dwivedi</td></tr>
<tr>
<td><h3>FATHER</h3></td><td>Dr. Vijay Dwivedi</td></tr>
<tr><td><h3>MOTHER</h3></td><td>Dr. Manju Dwivedi</td></tr>
<tr><td><h3>DATE OF BIRTH</h3></td><td>20 December 1993</td></tr>
<tr><td><h3>LANGUAGES KNOWN</h3></td><td><td>English, Hindi, Bengali</td></tr>
</table>
<h3>
EDUCATION</h3>
<h4>
<table><h3>
<tr><td>INSTITUTE</td><td>QUALIFICATION</td><td>SCORE</td><td>TIME PERIOD</td></tr></h3>
<tr><td>IIT ROORKEE</td><td>Int. M.tech</td><td>8.9</td><td>2011-present</td></tr>
<tr><td>DAV Model School, Durgapur</td><td>AISSCE</td><td>94.8</td><td>2011</td></tr>
<tr><td>GTBPS, Durgapur</td><td>AISSE</td><td>91.2</td><td>2009</td></tr>
</table></div>
<div class="box">
<p>
<h3>POLITICAL VIEWS</h3>
I believe in an appropriate blend of capitalism and socialism. Any policy<br>
to amend the nineteenth century laws in the Indian Constitution would find my support.<br>
Being a feminist I advocate more stringent laws to curb crimes against women.</div>
</p>
</body>
</html>
.table1{
border:"2";
background-color:#d0e4fe;
}
p{
text-align:"center";
font-family:"Copper gothic";
}
#box{
background-color:#g9s5js;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment