0% found this document useful (0 votes)
1 views

program

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views

program

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

<!

DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Resume</title>

<style>

body {

font-family: Arial, sans-serif;

margin: 0;

padding: 0;

background-color: #f4f4f9;

.container {

width: 80%;

margin: 0 auto;

background-color: #fff;

padding: 20px;

box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

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;

.skills ul, .languages ul, .hard-skills ul, .family-details ul {

list-style-type: none;

padding-left: 0;

ul li {

margin-bottom: 5px;

table {

width: 100%;

border-collapse: collapse;

table th, table td {

padding: 10px;

border: 1px solid #ddd;

/* Page break for two pages */


@media print {

body {

-webkit-print-color-adjust: exact;

.page-break {

page-break-before: always;

</style>

</head>

<body>

<div class="container">

<!-- Personal Information -->

<div class="personal-info">

<div class="details">

<h1>DHARSHINI PRIYA L</h1>

<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>

<img src="your-image.jpg" alt="Personal Image">

</div>

<!-- Objective -->

<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>

<!-- Educational Details -->

<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>St.Joseph Of Cluny, Tindivanam </td>

<td>10th Grade</td>

<td>96%</td>

<td>Year</td>

</tr>

<tr>

<td>St.Joseph Of Cluny, Tindivanam</td>

<td>12th Grade</td>

<td>75%</td>

<td>Year</td>

</tr>
<tr>

<td>MIET Engineering College</td>

<td>Bachelor of Technology in AI and Data Science</td>

<td>Current Percentage (if applicable)</td>

<td>Expected Year of Passing</td>

</tr>

</tbody>

</table>

</div>

<!-- Family Details -->

<div class="section family-details">

<h2>Family Details</h2>

<ul>

<li>Father: J. LEONARD FELIX - Agriculture</li>

<li>Mother: L. JOSEPHINE MARI - House Wife</li>

<li>Grandma: A. PARIPOORANAM </li>

<li>Elder Brother: L. MARK ANTONY - MSc. Biochemistry</li>

<li>Younger Brother: F. JONATHAN - 4th GRADE</li>

<li>Uncle: A. FRANCIS - Safety Officer</li>

<li>Aunt: F. JOSEPHINE - Assistant Manager at ADP</li>

</ul>

</div>

<!-- Page Break -->

<div class="page-break"></div>

<!-- Work History -->

<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>

<!-- Internship -->

<div class="section">

<h2>Internship</h2>

<p>Internship Title - Company Name (From Year - To Year)</p>

<ul>

<li>Responsibility 1</li>

<li>Responsibility 2</li>

</ul>

</div>

<!-- Professional Skills -->

<div class="section skills">

<h2>Professional Skills</h2>

<ul>

<li>Effective Communication</li>

<li>Problem-Solving</li>

<li>Team Collaboration</li>

</ul>
</div>

<!-- Technical Skills -->

<div class="section">

<h2>Technical Skills</h2>

<ul>

<li>Programming Languages: Python, Java, C++</li>

<li>Tools: Git, Jupyter Notebook, Tableau</li>

</ul>

</div>

<!-- Hard Skills -->

<div class="section hard-skills">

<h2>Hard Skills</h2>

<ul>

<li>Data Analysis</li>

<li>Machine Learning</li>

<li>Web Development</li>

</ul>

</div>

<!-- Interests -->

<div class="section">

<h2>Interests</h2>

<ul>

<li>Art and Craft</li>

<li>Reading Books</li>

<li>Coding Projects</li>

</ul>
</div>

<!-- Languages Known -->

<div class="section languages">

<h2>Languages Known</h2>

<ul>

<li>English</li>

<li>Tamil</li>

<li>Hindi</li>

</ul>

</div>

</div>

</body>

</html>

You might also like