-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
66 lines (56 loc) · 2.53 KB
/
Copy pathabout.html
File metadata and controls
66 lines (56 loc) · 2.53 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="css/screen.css">
<link rel="stylesheet" type="text/css" href="css/mapss.css">
<script type="text/javascript" src="javascript/javs.js"></script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAgoRgT31bkPYtUMKjDrxavv2-auj39vc4&callback=initMap">
</script>
<meta charset="UTF-8">
<title>About me</title>
</head>
<body>
<div id="page-wrap">
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<section id="about">
<p>Hi! I am Osman N Zahid. I was born in Pakistan and raised here in Chicago.Currently studying at Illinois Institute of Technology,
majoring in Information Technology and Management.
I just got accepted for the co-terminal program which will allow me to take Bachelors level and Masters level courses simultaneously,
it will save me one year. My major for masters degree is Cyber Forensics and Security.
</p>
<p>I was first majoring in Electrical engineering and was hoping to join U of I from Oakton community
college as a transfer student. While taking courses at Oakton Community college I had to take python programming language in order
to fulfil the transfer courses required at U of I for electrical engineering, taking that one course made me change my major. After
taking that course I totally felt in love with programming and after some research to see what are my options to major in I came across
with the program in which I am cunrentlly enrolled in and not regretting a bit after joining this program at IIT.
</p>
<p>Besdies studying I enjoy spending time with my family, traveling, and be involoved in outdoor activities such as hiking, camping, fishing, etc...
I am one big animal lover, I have had many pets in my life such as, birds, reptiles, and dogs. I hope and plan on to build my own little
animal kingdom in near future if time and life allows.
</p>
<h2>Two of my favourite songs
</h2>
<iframe style = "display:inline" src="https://www.youtube.com/embed/QGzb52LN1EY"
width="560" height="315" allowfullscreen>
</iframe>
<iframe style = "display:inline" src="https://www.youtube.com/embed/rh9S4vLDDOI"
width="560" height="315" allowfullscreen>
</iframe>
<h2>Places I have visit
</h2>
<div id="map"></div>
</section>
</div>
<footer>
<p>Contact information: <a href="mailto:ozahid@hawk.iit.edu">
ozahid@hawk.iit.edu</a>.
</p>
</footer>
</body>
</html>