Skip to content
Open
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
136 changes: 136 additions & 0 deletions w5/w5/ilay_azra_toraman.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>İlay Azra Toraman | Personal Web Page</title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #fafafa;
color: #333;
margin: 0;
padding: 0;
}

header {
background-color: #6A5ACD;
color: white;
text-align: center;
padding: 40px 0;
}

header img {
width: 160px;
height: 160px;
border-radius: 50%;
border: 4px solid white;
object-fit: cover;
}

h1 {
margin: 15px 0 5px 0;
font-size: 28px;
}

h2 {
font-size: 18px;
font-weight: normal;
color: #ddd;
}

main {
max-width: 900px;
margin: 40px auto;
padding: 0 20px;
line-height: 1.6;
}

section {
margin-bottom: 40px;
}

h3 {
color: #6A5ACD;
border-bottom: 2px solid #6A5ACD;
padding-bottom: 5px;
}

a {
color: #6A5ACD;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

footer {
background-color: #6A5ACD;
color: white;
text-align: center;
padding: 15px;
margin-top: 40px;
}

.social-links a {
margin: 0 10px;
}
</style>
</head>
<body>

<header>
<img src="https://i.imgur.com/0y8Ftya.png" alt="Profile Photo">
<h1>İlay Azra Toraman</h1>
<h2>Management Information Systems Student | SAP Enthusiast</h2>
</header>

<main>
<section>
<h3>About Me</h3>
<p>Hello! I'm <strong>İlay Azra Toraman</strong>, a Management Information Systems student at <strong>Haliç University</strong>.
I’m passionate about technology, data, and digital business transformation.
I’ve been learning about SAP modules such as FI, PS, and SD — and I’m especially interested in testing and process optimization.</p>
</section>

<section>
<h3>Education</h3>
<ul>
<li><strong>Haliç University</strong> — B.Sc. in Management Information Systems (2022 - Present)</li>
<li>Relevant Coursework: Database Systems, Programming, Project Management, Business Analytics</li>
</ul>
</section>

<section>
<h3>Skills</h3>
<ul>
<li>SAP FI / PS / SD Modules</li>
<li>SQL, Python, C#</li>
<li>HTML & CSS</li>
<li>Problem Solving and Analytical Thinking</li>
</ul>
</section>

<section>
<h3>Interests</h3>
<p>In my free time, I enjoy learning about physiognomy, exploring new technologies, and improving my design and analytical skills.</p>
</section>

<section>
<h3>Contact</h3>
<p>📧 <a href="mailto:azra12toraman@gmail.com">azra12toraman@gmail.com</a></p>
<div class="social-links">
🌐 <a href="https://www.linkedin.com/in/ilay-azra-toraman-89b110274?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=ios_app" target="_blank">LinkedIn</a> |
💻 <a href="https://github.com/ilayazratoraman" target="_blank">GitHub</a> |
📸 <a href="https://www.instagram.com/ilayazra" target="_blank">Instagram</a>
</div>
</section>
</main>

<footer>
© 2025 İlay Azra Toraman | All Rights Reserved
</footer>

</body>
</html>