-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinterests.html
More file actions
69 lines (51 loc) · 1.65 KB
/
interests.html
File metadata and controls
69 lines (51 loc) · 1.65 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
67
68
69
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<!-- page description that will appear on search engines as link summary -->
<meta name="resume" content="Resume of job applicant">
<link rel="stylesheet" href="style.css"/>
<title>All About Harris Hasnain</title>
</head>
<body>
<div class = "flex-head">
<div class = "item-head">
<a href="index.html">About</a>
</div>
<div class = "item-head">
<a href="skills.html">Skills</a></li>
</div>
<div class = "item-head">
<a href="education.html">Education</a></li>
</div>
<div class = "item-head">
<a href="experience.html">Experience</a>
</div>
<div class = "item-head">
<span>Interests</span>
</div>
</div>
<div class = "flex-image">
<div class = "item-image-1">
<img src = "https://i.postimg.cc/gkZnKK6L/IMG-3203.jpg" alt = "Harris Hasnain">
<p id = "name">Harris Hasnain</p>
<p id = "hobby">Software Engineering Student</p>
<a href="mailto:harris.hasnain@ucalgary.ca" target = "_blank" class = "small-link">harris.hasnain@ucalgary.ca</a>
</div>
<div class = "item-image-2">
<p id = "page">Interests</p>
<ul>
<li>Programming</li>
<li>Soccer</li>
<li>Exercising</li>
<li>Gaming</li>
<li>Graphic Design (see my work on <a id = "interests" href="https://www.youtube.com/" target = "_blank">Youtube</a>)</li>
</ul>
</div>
</div>
<div class = "flex-end">
<p>© Harris Hasnain 2023</p>
</div>
</body>
</html>