-
Notifications
You must be signed in to change notification settings - Fork 12
index created #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: Aziz-Omar
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
| <title></title> | ||
| </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"> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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> | ||
There was a problem hiding this comment.
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.