-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (65 loc) · 3.33 KB
/
index.html
File metadata and controls
90 lines (65 loc) · 3.33 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
87
88
89
90
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name = "viewport" content="width=device-width">
<title>About -- Youssef Hamed</title>
<link rel="stylesheet" href="style.css">
</head>
<div id = "topline"></div>
<nav>
<ul class="menu-bar">
<li class = "menu-element"><a class="active" 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 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">
<aside 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>
</aside>
<div class = "main-content-container">
<div class="about">
<h2>About</h2>
<p> I am an undergraduate student at the University of Calgary, studying Software Engineering with a minor in Mechatronics. I am Egyptian-Canadian and lived in Cairo for the first 10 years of my life, I have also spent a good amount of time in the UK and the US. Here you can find any information you may need to know about me.</p>
<p>A few points about me: I will never</p>
<table>
<tr>
<td><input type = "checkbox" checked>Miss a deadline</td>
<td><input type = "checkbox" checked>Slack off</td>
</tr>
<tr>
<td><input type = "checkbox" checked>not enjoy myself</td>
<td><input type = "checkbox" checked>be unproductive</td>
</tr>
<tr>
<td><input type = "checkbox" checked>Stop pushing myself</td>
<td><input type = "checkbox" checked>Stop Learning</td>
</tr>
<tr>
<td><input type = "checkbox" checked>be unfriendly</td>
<td><input type = "checkbox" checked>Stop having fun</td>
</tr>
</table>
</div>
</div>
</div>
<footer>© Youssef Hamed 2023</footer>
</div>
<!-- <br/>
<br/>
<br/>
<br/>
<br/>
<br/> -->
</html>