diff --git a/images/a.jpeg b/images/a.jpeg new file mode 100644 index 0000000..d00b010 Binary files /dev/null and b/images/a.jpeg differ diff --git a/images/b.JPG b/images/b.JPG new file mode 100644 index 0000000..bd2792f Binary files /dev/null and b/images/b.JPG differ diff --git a/images/bigstar.jfif b/images/bigstar.jfif new file mode 100644 index 0000000..929d00a Binary files /dev/null and b/images/bigstar.jfif differ diff --git a/images/book.jpg b/images/book.jpg new file mode 100644 index 0000000..44dfcd0 Binary files /dev/null and b/images/book.jpg differ diff --git a/images/books.jpg b/images/books.jpg new file mode 100644 index 0000000..dcc5503 Binary files /dev/null and b/images/books.jpg differ diff --git a/images/c.jpeg b/images/c.jpeg new file mode 100644 index 0000000..ed19aeb Binary files /dev/null and b/images/c.jpeg differ diff --git a/images/d.jpeg b/images/d.jpeg new file mode 100644 index 0000000..faaf4bc Binary files /dev/null and b/images/d.jpeg differ diff --git a/images/glass.jpg b/images/glass.jpg new file mode 100644 index 0000000..7216883 Binary files /dev/null and b/images/glass.jpg differ diff --git a/images/grayflower.jfif b/images/grayflower.jfif new file mode 100644 index 0000000..b44364b Binary files /dev/null and b/images/grayflower.jfif differ diff --git a/images/m.jpg b/images/m.jpg new file mode 100644 index 0000000..dcc5503 Binary files /dev/null and b/images/m.jpg differ diff --git a/images/openbook.jpg b/images/openbook.jpg new file mode 100644 index 0000000..62dc0c8 Binary files /dev/null and b/images/openbook.jpg differ diff --git a/images/study.png b/images/study.png new file mode 100644 index 0000000..a095667 Binary files /dev/null and b/images/study.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..faf7936 --- /dev/null +++ b/index.html @@ -0,0 +1,100 @@ + + + + + + + About me + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

A brief about me...

+ + + My name is Heyam, I am from Syria, and I am 20 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.
+ +
+
+ +
+ + According to me, dreams are motivation for our survival in this life. Thus, I am very keen
to make my dreams true.
I like to see my self 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.
+ +
+ +
+

Things I like to do in my free time

+

+

+

+


+ +
+ + +

+

Picture of me

+ my picture + +

picture with friends

+ picture with friends +

picture of my study table

+ picture of my study table + +

picture of the must thing that I love "RAIN"

+ picture of the must thing that I love rain + + +

+ + + + + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..709904e --- /dev/null +++ b/style.css @@ -0,0 +1,59 @@ + +body{ + +background: linear-gradient(rgba(255,255,255,0.6), + + rgba(255,255,255,0.6)), url("images/book.jpg") no-repeat fixed; + background-size: cover; +} + + +.pic{ + +border-radius: 40px; +background-color: #eae3d3; +margin: 10px; +padding: 10px; + +} + + +.text{ +font-family: 'Dancing Script', cursive; +font-family: 'Titillium Web', sans-serif; +background-color: #eae3d3; + + text-align: center; + + margin: 10px; +padding: 20px; + + } + + .pic{ font-family: 'Dancing Script', cursive; +font-family: 'Titillium Web', sans-serif; +font-family: 'Bitter', serif; + + + +} + +.dif{ + +font-family: 'Dancing Script', cursive; + +} + + +a:hover { + background-color: #eae3d3; +} + + + + + + + + +