program
program
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Resume</title>
<style>
body {
margin: 0;
padding: 0;
background-color: #f4f4f9;
.container {
width: 80%;
margin: 0 auto;
background-color: #fff;
padding: 20px;
h1, h2 {
color: #333;
.personal-info {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
img {
border-radius: 50%;
width: 150px;
height: 150px;
object-fit: cover;
.details {
flex: 1;
.section {
margin-bottom: 20px;
list-style-type: none;
padding-left: 0;
ul li {
margin-bottom: 5px;
table {
width: 100%;
border-collapse: collapse;
padding: 10px;
body {
-webkit-print-color-adjust: exact;
.page-break {
page-break-before: always;
</style>
</head>
<body>
<div class="container">
<div class="personal-info">
<div class="details">
<p>Email: [email protected]</p>
<p>Phone: 7305576215</p>
<p>Address: 3/106, Madha Koil street, Therkunam, Kiliyanur Post, Vanur Taluk, Villupuram
District, Pin Code- 604102</p>
</div>
</div>
<div class="section">
<h2>Objective</h2>
<p>Motivated and dedicated college student pursuing a Bachelor of Technology in AI and Data
Science at MIET Engineering College, with a strong foundation in programming languages and data
science. Eager to leverage academic knowledge and hands-on experience through internships and
projects to contribute to innovative technology solutions. Committed to continuous learning and
professional growth while making meaningful contributions to a dynamic team.</p>
</div>
<div class="section">
<h2>Educational Details</h2>
<table>
<thead>
<tr>
<th>Institution</th>
<th>Qualification</th>
<th>Marks Percentage</th>
<th>Year of Passing</th>
</tr>
</thead>
<tbody>
<tr>
<td>10th Grade</td>
<td>96%</td>
<td>Year</td>
</tr>
<tr>
<td>12th Grade</td>
<td>75%</td>
<td>Year</td>
</tr>
<tr>
</tr>
</tbody>
</table>
</div>
<h2>Family Details</h2>
<ul>
</ul>
</div>
<div class="page-break"></div>
<div class="section">
<h2>Work History</h2>
<p><strong>Owner & Handmade Artisan</strong> - Priya Silk Thread Jewels (2017 - Present)</p>
<ul>
<li>Designed and created handmade silk thread jewelry, showcasing creativity and
craftsmanship.</li>
<li>Managed all aspects of the business, including marketing, sales, and customer service.</li>
<li>Utilized social media platforms to promote products and connect with customers.</li>
<li>Implemented effective strategies to increase brand awareness and drive online sales.</li>
</ul>
</div>
<div class="section">
<h2>Internship</h2>
<ul>
<li>Responsibility 1</li>
<li>Responsibility 2</li>
</ul>
</div>
<h2>Professional Skills</h2>
<ul>
<li>Effective Communication</li>
<li>Problem-Solving</li>
<li>Team Collaboration</li>
</ul>
</div>
<div class="section">
<h2>Technical Skills</h2>
<ul>
</ul>
</div>
<h2>Hard Skills</h2>
<ul>
<li>Data Analysis</li>
<li>Machine Learning</li>
<li>Web Development</li>
</ul>
</div>
<div class="section">
<h2>Interests</h2>
<ul>
<li>Reading Books</li>
<li>Coding Projects</li>
</ul>
</div>
<h2>Languages Known</h2>
<ul>
<li>English</li>
<li>Tamil</li>
<li>Hindi</li>
</ul>
</div>
</div>
</body>
</html>