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/Dancing.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/Meditating.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/Programming.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<title>About Me</title>
</head>
<body>
<h1><b>About Me</b></h1>
<p>My name is Aalitenaye. I am from Central Asia. I have a Bachelor of Business Administration Degree. I am 2 years old in Toronto.
</p>
<p>I envision to have my own business as long term goal, but my short term goal is to master web development skills, and excel in it.
</p>
<h2>My Interests;</h2>
<ul>
<li>Programming
<li>Meditating
<li>Dancing
</ul>
<img src="images/programming.jpg" width="30%">
Copy link
Contributor

Choose a reason for hiding this comment

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

These images don't show up, can you find out why and fix them? (Hint: capitalization matters)

Copy link
Author

Choose a reason for hiding this comment

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

I worked on it, do I need to push it to github to see if the pictures show now?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, please add, commit and push your changes, and this pull request will be updated with your latest work.

<img src="images/meditating.jpg" width="35%">
<img src="images/dancing.jpg" width="30%">
<h3><a href="https://www.linkedin.com/in/aalitenaye-sattari/"><b>This is the link to my LinkedIn Profile</b></a></h3>
</body>
</html>