forked from hackyourfuturecanada/Week2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (33 loc) · 1.31 KB
/
index.html
File metadata and controls
44 lines (33 loc) · 1.31 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
<!DOCTYPE html>
<html>
<head>
<title>week2</title>
</head>
<body>
<h1>My profile</h1>
<p>
My name is Heyam, I am from Syria, and I am 20 <br>years old. I live in Canada with my family which is my mom, Dad, two brothers, and little sister since 2016. I have graduated from high school before I come to Canada, I like to play Piano and read books in my free time. I am very social person and I very like to spend time with friends and family. Also, I am always interesting to learn new things and trying to work hard in order to reach my goals and dreams.
</p>
<p>
According to me dreams are a motivation for our survival in this life. Thus, I am very keen to make my dreams true. I like to see my self as a very successful person who has an influential position in the society and doing a beneficial thing in order to develop the world and help others
</p>
<ul>
My interest:
<li>Piano</li>
<li>Reading</li>
<li>Exploring</li>
<caption></caption>
</ul>
<p>
<img src="images/a.jpg" alt="image of me" width="400" />
<br>
<img src="images/b.jpeg" alt="image of my study table" width="400" />
<br>
<img src="images/c.jpeg" alt="image of snow" width="400" />
<br>
<img src="images/d.jpeg" alt="image of rain" width="400" />
<br>
</p>
<p> <a href="https://github.com/heyam09/Week2"> CHeck my github</a> </p>
</body>
</html>