Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added images/fares.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>About Me</title>
</head>
<body>


<img src="images/fares.jpg" alt="Fares arnous" width="300">

<h1>About Me</h1>
<p>
My name is Fares Arnous, I am from Syria and i am in Canada since August 2017.
I have some experience in HTML and CSS, I have learned it by my self through online courses.
I spend a lot of time in video games :)

</p>

<p>My dream is being a professional web developer and then find a work with this field.</p>



<h3>My interest</h3>
<ul>
<li>Coding / Programming</li>
<li>Video Games</li>
<li>Traveling</li>
<li>Bodybuilding</li>
<li>Online classes</li>

</ul>

<img src="images/image1.jpeg" alt="natural" height="200">
<img src="images/image2.jpg" alt="natural" height="200">
<img src="images/image3.jpg" alt="natural" height="200">
<br>
<a href="https://github.com/farnous">github</a>

</body>
</html>
14 changes: 7 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Week 2 Homework ヽ(๏∀๏ )ノ
# Week 2 Homework ヽ(๏∀๏ )ノ
For our HTML homework, we will each make a personal website about ourselves!

## Setup
Expand All @@ -7,9 +7,9 @@ For our HTML homework, we will each make a personal website about ourselves!
- Create a folder called “images” inside your Week 2 homework folder

## Checklist
- [ ] A paragraph introducing yourself
- [ ] A paragraph about your dreams & goals!
- [ ] An unordered list of your interests
- [ ] A photo of yourself OR an avatar that represents yourself
- [ ] Three other images
- [ ] A link to your Github and any other professional social media (Twitter, LinkedIn)
- [x] A paragraph introducing yourself
- [x] A paragraph about your dreams & goals!
- [x] An unordered list of your interests
- [x] A photo of yourself OR an avatar that represents yourself
- [x] Three other images
- [x] A link to your Github and any other professional social media (Twitter, LinkedIn)