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
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
Binary file added images/brain.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/football.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/piano3.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/yunusunsal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>YUnus Unsal</title>
</head>
<body>
<h1>Here i Am!</h1>
<img src="images/yunusunsal.jpg" alt="yunus unsal" height=300>
<h3>Pharmacist</h3>
<p>i am yunus unsal. i was born and raised in Turkey. I have been living in Canada since 2017. i was a pharmacist but i am about to change my career for being a web developer. </p>
<h3>My Goals in Software Developer</h3>
<h3>My important skills</h3>
<ol>
<li>strong communication</li>
<li>Problem-solving</li>
<li>group work oriented</li>
<li>Creativity</li>
</ol>
<h3>My Interests</h3>
<img src="images/brain.jpeg" height=300>
<img src="images/football.jpg" height=300>
<img src="images/piano3.jpg" height=300>

<h3>My accounts</h3>
<p>
<a href="https://github.com/terratamo">my github account</a>

</p>

</body>
</html>