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 images/coffee.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/huskey.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/ostrich.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a good idea to add a title here, so we can see the title in the tab bar/title bar of the browser window.

</head>
<body>
<h1>Pre-class Assignment</h1>
<h2>about me </h2>
<p>I am Aziz a student at HYF. Working toward being a web developer. I passionate about problem solving and I also like creating project from scratch. Although I prefer working on functionality side of projects but it also gives me feelings of success and satisfaction when I create a whole project on my own. I like to have new challenges everyday ! That’s why I love coding! </p>
<h2>My goal</h2>
` <p>My short term goal is to be <em>a web developer</em>, but I also like to go further and have experience more depth in creating softwares. I would be working very hard to attain my goal and have a job that I enjoy everyday. I am striving to have a job at which I can do different tasks everyday and not just accomplishing simple tasks </p>

<ul>
<li>Coffee</li>
<li>Politics</li>
<li>Fast food</li>
</ul>

<img src="images/Coffee.jpg" width="400" height="300">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed your image doesn't show up. Do you know why, and how to fix it?

<br>
<img src="images/huskey.jpeg" width="400" height="400">
<br>
<img src="images/ostrich.jpg" width="400">

<br>
Check my projcts:
<a href="https://www.github.com/azizck/"></a>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your link to github doesn't show up on your webpage. Do you know what's wrong, and how to fix it?





</body>
</html>