-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheducation.html
More file actions
82 lines (59 loc) · 2.08 KB
/
education.html
File metadata and controls
82 lines (59 loc) · 2.08 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
<!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>
</div>
<div class = "item-head">
<span>Education</span>
</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">Education</p>
<div class= "flex-data">
<div class="item-data">
<p class = "body"><strong>Degree in Software Engineering</strong></p>
<p class = "body">University of Calgary</p>
<strong class = "body">High School Diploma</strong>
<p class = "body">Joane Cardinal-Schubert High School</p>
</div>
<div class="item-data">
<p class = "body">2021 - Present</p>
<p class = "body">Calgary, Canada</p>
<p class = "body">2018 - 2021</p>
<p class = "body">Calgary, Canada</p>
</div>
</div>
<p style = "font-size: 200%;"><em>Credentials are available upon request.</em></p>
</div>
</div>
<div class = "flex-end">
<p>© Harris Hasnain 2023</p>
</div>
</body>
</html>