-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (110 loc) · 2.66 KB
/
index.html
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Mohamed's Personal Site</title>
</head>
<table cellspacing="40">
<tbody>
<td><img src="https://scontent-yyz1-1.xx.fbcdn.net/v/t1.0-1/p320x320/11261504_10153558789835610_8550494095443428390_n.jpg?_nc_cat=100&_nc_ht=scontent-yyz1-1.xx&oh=3d1105b0463de5b54aa9d088e9309a72&oe=5CEE2DA3" alt="Mohamed Profile Picture "></td>
<td>
<body>
<h1> Mohamed Hassan</h1>
<p>
<em>Chemical Engineering Graduate and <strong><a href="http://www.peo.on.ca/index.php?ci_id=2064&la_id=1">Engineer in Training</a></strong> learning about web development.
</em>
</p>
</td>
</tbody>
</table>
<p>
Hello, my name is Mohamed. Putting together this website. Hopefully it'll look dope by the end of it.
</p> <br />
<hr size="3" shade="0" />
<H3> Education</H3>
<p>
<strong>Ryerson University</strong><br>
<em><a href="https://www.ryerson.ca/programs/undergraduate/chemical-engineering-co-op/">B.Eng. in Chemical Engineering</a></em>
<ul>
<li>
Mass Transfer
</li>
<li>
Fluid Mechanics
</li>
<li>
Heat Transfer
</li>
<li>
Computation Methods of Analysis
</li>
</ul>
<h3>Work Experience</h3>
<table border="3">
<thead>
<th>Year/s of Employment</th>
<th>Company Name</th>
</thead>
<tbody>
<td><strong>2019</strong></td>
<td><em>Cheme</em></td>
</tbody>
<tbody>
<td><strong>2016</strong></td>
<td><em>Apotex</em></td>
</tbody>
<tbody>
<td><strong>2015-2016</strong></td>
<td><em>Ddrops</em></td>
</tbody>
</table>
<hr />
<h3>Skills</h3>
<table>
<td>
<table cellspacing="10">
<tbody>
<tr>
<td>
Persuasion
</td>
<td>
⭐️⭐️⭐️⭐️
</td>
<tr>
<td>
Jokes
</td>
<td>
⭐️⭐️⭐️⭐️
</td>
</tr>
</tbody>
</table>
</td>
<td>
<table cellspacing="10">
<tbody>
<tr>
<td>
Shoe Game
</td>
<td>
⭐️⭐️⭐️⭐️⭐️
</td>
<tr>
<td>
Photography
</td>
<td>
⭐️⭐️
</td>
</tr>
</tbody>
</table>
</td>
</table>
<hr>
<a href="Hobbies.html">Hobbies</a> <a href="Contact Me:).html">Get at me</a> <a download href="Mohamed Hassan Resume - Modified.docx">Resume</a>
</body>
</html>