-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbio.html
35 lines (30 loc) · 1.03 KB
/
bio.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<title>Haris Iqbal-- Biography</title>
<link rel = "stylesheet" media = "(max-device-width: 960px)" href = "mobilesheet.css" />
<link rel = "stylesheet" media = "(min-device-width: 961px)" href = "desksheet.css" />
</head>
<body>
<div id="pagetitle">
<p>Biography</p>
</div>
<div id="text2">
<p>
Hello! My name is Haris Iqbal and I am from Islamabad, the capital city of
Pakistan. I have come to the United States for my Undergraduate Education,
and am currently pursuing a degree in Electrical Engineering, with a second
major in Economics, at Tufts University in Medford, Massachusetts, in the
suburbs of Boston.
My interests include music, books, and food. One of my favorite books is The
Kite Runner, especially because of the poignant plot, and the beautiful writing.
I love going out into the city, and trying out new places with different
cuisines. My favortie genres in terms of music are house, techno and trance.
</p></div>
<div id="footer">
<p>
<a href="index.html">Home</a>
</p>
</div>
</body>
</html>