-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Arjun Bharadwaj
committed
Dec 4, 2015
0 parents
commit 07327b8
Showing
1 changed file
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 & Pizza</i> | ||
<p>Sandwich & Pizza fodayzzzzzz. | ||
</p> | ||
</li> | ||
<li> | ||
<i>Food 2</i> | ||
<p>Description about food 2 goes here....</p> | ||
</li> | ||
</ul> | ||
</p> | ||
|
||
</body> | ||
</html> |