-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (60 loc) · 2.47 KB
/
index.html
File metadata and controls
84 lines (60 loc) · 2.47 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!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">
<span>About</span>
</div>
<div class = "item-head">
<a href="skills.html">Skills</a>
</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">
<a href="interests.html">Interests</a>
</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">About</p>
<p id = "desc">I'm currently a 2nd year student at the University of Calgary, studying software engineering.</p>
<p id = "desc">A few achievements of mine: I have</p>
<div class= "flex-data">
<div class="item-data">
<p class = "body"><input type="checkbox" checked>Graduated high school</p>
<p class = "body"><input type="checkbox" checked>Finished my first year of university</p>
<p class = "body"><input type="checkbox" checked>Played competitive soccer</p>
<p class = "body"><input type="checkbox" checked>Refereed competitive soccer</p>
</div>
<div class="item-data">
<p class = "body"><input type="checkbox" checked>Completed CPR training</p>
<p class = "body"><input type="checkbox" checked>Completed lifeguard training</p>
<p class = "body"><input type="checkbox" checked>Worked on multiple python side projects</p>
<p class = "body"><input type="checkbox" checked>Volunteered at the public library</p>
</div>
</div>
</div>
</div>
<div class = "flex-end">
<p>© Harris Hasnain 2023</p>
</div>
</body>
</html>