My portfolio
<!DOCTYPE html><html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shahzeb Ali Koree - Portfolio</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
background: #0f172a;
color: #e2e8f0;
line-height: 1.6;
}
header {
background: #1e293b;
padding: 20px;
text-align: center;
}
header h1 {
font-size: 2.5rem;
color: #38bdf8;
}
header p {
font-size: 1rem;
color: #94a3b8;
}
section {
padding: 30px;
max-width: 1000px;
margin: auto;
}
h2 {
color: #38bdf8;
margin-bottom: 10px;
border-bottom: 1px solid #475569;
}
ul li {
margin-bottom: 8px;
}
.contact {
background: #1e293b;
padding: 15px;
border-radius: 10px;
margin-top: 20px;
}
.footer {
text-align: center;
padding: 20px;
background: #1e293b;
color: #94a3b8;
}
.code-box {
background: #0f172a;
border: 1px solid #334155;
padding: 10px;
margin-top: 15px;
font-family: monospace;
color: #38bdf8;
}
</style>
</head>
<body><header>
<h1>Shahzeb Ali Koree</h1>
<p>My Dream. My Hard Work. Future Software Engineer</p>
</header><section>
<h2>About Me</h2>
<p>I am Shahzeb Ali Koree, son of Gull Mohammad. I belong to village Haji Kamal Koree, Sindh, Pakistan. I am a hardworking person, currently living and working in Karachi. I come from a humble background. My father is a farmer, and I dream to become a software engineer. I love my parents more than anything in this world.</p> <h2>Contact</h2>
<ul class="contact">
<li>Phone: 03170219402</li>
<li>Location: Haji Kamal Koree, Sindh, Pakistan</li>
</ul> <h2>Education</h2>
<ul>
<li>Primary: Government Primary School Mohammad Ayob Koree</li>
<li>Middle: Qazi Mohassan Palli</li>
<li>High: Government High School Dhoro Naro</li>
<li>Intermediate: Boys Degree College Umerkot (Discontinued in 12th)</li>
</ul> <h2>Skills</h2>
<ul>
<li>MS Office (6 months course completed)</li>
<li>Learning HTML, CSS, JavaScript, Node.js, C++</li>
<li>Interested in Software Engineering</li>
</ul> <h2>Projects</h2>
<p>Working on personal portfolio and learning web development using only mobile phone.</p> <h2>My C++ Code Snippet</h2>
<div class="code-box">
#include <iostream><br>
using namespace std;<br>
int main() {<br>
cout << "My dream is to be a software engineer.";<br>
return 0;<br>
}
</div>
</section><div class="footer">
© 2025 Shahzeb Ali Koree. All rights reserved.
</div></body>
</html><header>
<img src="profile.jpg" alt="Shahzeb Ali Koree" style="width:150px; height:150px; border-radius: 50%; object-fit: cover; border: 2px solid #38bdf8; margin-bottom: 10px;">
<header>
<img src="profile.jpg" alt="Shahzeb Ali Koree" style="width:150px; height:150px; border-radius: 50%; object-fit: cover; border: 2px solid #38bdf8; margin-bottom: 10px;">
<h1>Shahzeb Ali Koree</h1>
<p>My Dream. My Hard Work. Future Software Engineer</p>
</header>
<h1>Shahzeb Ali Koree</h1>
<p>My Dream. My Hard Work. Future Software Engineer</p>
</header>