-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (96 loc) · 2.79 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Omid Mortazavi</title>
</head>
<body>
<table cellspacing=20>
<tr>
<td><img src="IMG_8947.jpg" alt="Omid face picture" width="200" height="270"></td>
<td>
<h1>Seyed Omid Mortazavi</h1>
<p>Hi My name is <strong>Omid</strong>. I was born in March 1997.</p>
<p>I am in love with <a href="https://g.co/kgs/b7p9ej" target="_blank">Green</a> color.</p>
<p>My favorite song is <a href="https://soundcloud.com/adlsyg/sting-shape-of-my-heart?utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing" target="_blank">
shape of my heart</a> from <a href="https://en.wikipedia.org/wiki/Sting_(musician)">sting</a>.</p>
</td>
</tr>
</table>
<hr size="3" noshade>
<h3>Portfolio</h2>
<ul>
</ul>
<li>My Very first game on appstore: <a href="https://apps.apple.com/us/app/green-bar/id1527951142" target="_blank">Green Bar</a>.</li>
<li>My Very first song on soundcloud which is for her (her name means bright in Persian): <a href="https://soundcloud.com/omid-mortazavi-371350964?utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing" target="_blank">Bright</a></li>
<hr size="3" noshade>
<h3>Education</h2>
<table cellspacing=10>
<thead>
<tr>
<th>Dates</th>
<th>institute</th>
</tr>
</thead>
<tbody>
<tr>
<td>2022-2025</td>
<td>University Of British Columbia Computer Science</td>
</tr>
<tr>
<td>2021-2022</td>
<td>Langara Computer Science</td>
</tr>
</tbody>
</table>
<hr size="3" noshade>
<h3>Skills</h2>
<ul>
<table cellspacing=10>
<thead>
<tr>
<th><h3>Programming</h3></th>
<th></th>
<th><h3>Sports</h3></th>
<th></th>
<th><h3>Music</h3></th>
</tr>
</thead>
<tbody>
<tr>
<td>Python</td>
<td>★★★★☆</td>
<td>Paint Ball</td>
<td>★★★★★</td>
<td>Piano</td>
<td>★★★★☆</td>
</tr>
<tr>
<td>Swift</td>
<td>★★★★☆</td>
<td>Swimming</td>
<td>★★★★☆</td>
<td>Guitar</td>
<td>★★★☆☆</td>
</tr>
<tr>
<td>Java Script</td>
<td>★★★☆☆</td>
<td>billiard</td>
<td>★★★☆☆</td>
<td>Kalimba</td>
<td>★★☆☆☆</td>
</tr>
<tr>
<td>C++</td>
<td>★★★☆☆</td>
<td>Bowling</td>
<td>★★★☆☆</td>
</tr>
</tbody>
</table>
</ul>
<hr size="3" noshade>
<a href="contact-me.html">Contact Me</a>
</body>
</html>