Meta Description" name="description" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aman Ullah - CV</title>
<style>
body {
font-family: Arial, sans-serif;
background: #f2f2f2;
margin: 0;
padding: 20px;
}
.cv-container {
max-width: 850px;
margin: auto;
background: white;
padding: 30px;
box-shadow: 0 0 10px #999;
}
.header {
display: flex;
align-items: center;
border-bottom: 3px solid #1f4e79;
padding-bottom: 20px;
}
.profile-img {
width: 130px;
height: 150px;
object-fit: cover;
border: 2px solid #1f4e79;
margin-right: 25px;
}
h1 {
color: #1f4e79;
margin: 0;
}
h2 {
color: #1f4e79;
border-bottom: 2px solid #1f4e79;
padding-bottom: 5px;
}
p {
line-height: 1.6;
}
.section {
margin-top: 20px;
}
.info {
line-height: 1.8;
}
ul {
line-height: 1.8;
}
.footer {
margin-top: 40px;
display: flex;
justify-content: space-between;
}
@media print {
body {
background: white;
}
.cv-container {
box-shadow: none;
}
}
</style>
</head>
<body>
<div class="cv-container">
<!-- Header -->
<div class="header">
<!-- নিজের ছবির নাম এখানে দিন -->
<img src="photo.jpg" class="profile-img">
<div>
<h1>Aman Ullah</h1>
<p>Computer Operator | Graphic Designer | Photographer</p>
<div class="info">
📞 Phone: 01XXXXXXXXX <br>
✉ Email: yourmail@gmail.com <br>
📍 Address: Ramu, Cox's Bazar, Bangladesh
</div>
</div>
</div>
<!-- Career Objective -->
<div class="section">
<h2>Career Objective</h2>
<p>
To obtain a challenging position in a reputable organization
where I can utilize my skills, knowledge and experience for
the growth of the organization and develop my professional career.
</p>
</div>
<!-- Personal Information -->
<div class="section">
<h2>Personal Information</h2>
<p><b>Father's Name:</b> Your Father's Name</p>
<p><b>Mother's Name:</b> Your Mother's Name</p>
<p><b>Date of Birth:</b> DD Month YYYY</p>
<p><b>Nationality:</b> Bangladeshi</p>
<p><b>Religion:</b> Islam</p>
<p><b>Marital Status:</b> Unmarried</p>
</div>
<!-- Educational Qualification -->
<div class="section">
<h2>Educational Qualification</h2>
<table border="1" width="100%" cellpadding="10">
<tr>
<th>Exam</th>
<th>Institution</th>
<th>Board</th>
<th>Year</th>
<th>Result</th>
</tr>
<tr>
<td>Alim</td>
<td>Your Madrasah</td>
<td>Madrasah Board</td>
<td>2026</td>
<td>Running</td>
</tr>
<tr>
<td>Dakhil</td>
<td>Your School</td>
<td>Madrasah Board</td>
<td>2024</td>
<td>GPA</td>
</tr>
</table>
</div>
<!-- Work Experience -->
<div class="section">
<h2>Work Experience</h2>
<h3>Computer Operator & Photographer</h3>
<p>
<b>Duration:</b> 19 March 2022 - Present
</p>
<ul>
<li>Computer operation and office applications</li>
<li>Photo editing and graphic design</li>
<li>Photography and photo printing</li>
<li>Computer parts and accessories related work</li>
<li>Online application and digital services</li>
</ul>
</div>
<!-- Skills -->
<div class="section">
<h2>Skills</h2>
<ul>
<li>Microsoft Word, Excel & PowerPoint</li>
<li>Adobe Photoshop</li>
<li>Adobe Illustrator</li>
<li>Graphic Design</li>
<li>Photography</li>
<li>Photo Editing</li>
<li>Internet & Online Services</li>
</ul>
</div>
<!-- Language -->
<div class="section">
<h2>Language Proficiency</h2>
<p><b>Bangla:</b> Excellent</p>
<p><b>English:</b> Good</p>
<p><b>Hindi:</b> Good</p>
</div>
<!-- Declaration -->
<div class="section">
<h2>Declaration</h2>
<p>
I hereby declare that all the information mentioned above is true
and correct to the best of my knowledge and belief.
</p>
</div>
<!-- Signature -->
<div class="footer">
<div>
Date: ______________
</div>
<div>
Signature<br>
<b>Aman Ullah</b>
</div>
</div>
</div>
</body>
</html>2
1
6KB
6KB
97.0ms
212.0ms
183.0ms