Skip to content

Commit

Permalink
Added template
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun Bharadwaj committed Dec 4, 2015
0 parents commit 07327b8
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions web_template.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My Webpage</title>
</head>


<body>
<h1>My Personal Page</h1>
<ul>
<li><a href="#background">Background</a></li>
<li><a href="#research">Research Interests</a></li>
<li><a href="#hobbies">Hobbies</a></li>
<li><a href="#favorite_food">Favorite Food</a></li>
</ul>

<h2 id="background">My Background</h2>
<p >
Hello guys, my name is _____. I am a student and studying _______. Insert other stuff about yourself here.
</p>

<h2 id="research">Research Interests</h2>
<p >
If you do have interests or anything you find interesting, insert stuff about that here.
</p>

<h2 id="hobbies">Hobbies</h2>
<p>
I like to do the following things:
<ul>
<li>
<i>Hobby1</i>
<p>Description about hobby 1 goes here</p>
</li>
<li>
<i>Hobby2</i>
<p>Description about hobby 2 goes here</p>
</li>
</ul>
</p>

<h2 id="favorite_food">Favorite Food</h2>
<p>
General description about food
<ul>
<li>
<i>Sandwich &amp; Pizza</i>
<p>Sandwich &amp; Pizza fodayzzzzzz.
</p>
</li>
<li>
<i>Food 2</i>
<p>Description about food 2 goes here....</p>
</li>
</ul>
</p>

</body>
</html>

0 comments on commit 07327b8

Please sign in to comment.