-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperinece.html
More file actions
86 lines (58 loc) · 3.06 KB
/
experinece.html
File metadata and controls
86 lines (58 loc) · 3.06 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
85
86
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name = "viewport" content="width=device-width">
<title>Experience -- Youssef Hamed</title>
<link rel="stylesheet" href="style.css">
</head>
<div id = "topline"></div>
<body>
<nav>
<ul class="menu-bar">
<li class = "menu-element"><a href="index.html">About</a></li>
<li class = "menu-element"><a href="skills.html">Skills</a></li>
<li class = "menu-element"><a href="education.html">Education</a></li>
<li class = "menu-element"><a class="active" href="experinece.html">Experience</a></li>
<li class = "menu-element"><a href="interests.html">Interests</a></li>
</ul>
</nav>
<div class="container">
<div class = "inner-container">
<div class = "left-sidebar">
<figure class = "photo">
<img src = "https://i.pinimg.com/474x/8d/df/2c/8ddf2c29f7fc9b4f259ffd00bd1c9f74.jpg" alt = "Never gonna give you up"
width = "200"
height = "225">
</figure>
<figcaption class="rickcaption1"><h2>Youssef Hamed</h2></caption>
<figcaption class = "rickcaption">Undergraduate Student</figcaption>
<figcaption class = "rickcaption"><a class = "reg-link" href="mailto:youssef.hamed@ucalgary.ca">youssef.hamed@ucalgary.ca</a></figcaption>
</div>
<div class = "main-content-container">
<div class="experience">
<h2>Experience</h2>
<div class="accreds">
<p style="margin-inline: 5%;">Events Director</p>
<p>2021 - current</p>
</div>
<div class = "schools">
<p style="margin-inline: 5%;">UCEA</p>
<p>Calgary, Canada</p>
</div>
<div class="accreds">
<p style="margin-inline: 5%;">Social Commissioner</p>
<p>2021 - current</p>
</div>
<div class = "schools">
<p style="margin-inline: 5%;">Engineering Student Society</p>
<p>Calgary, Canada</p>
</div>
<p style="margin-left: 5%;">Download my full resume <a class="reg-link" target = "_blank" href = "">here.</a></p>
</div>
</div>
</div>
<footer>© Youssef Hamed 2023</footer>
</div>
</body>
</html>