<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kavinesh K S - Resume</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 0;
line-height: 1.6;
}
.container {
width: 60%;
max-width: 800px;
background-color: #fff;
margin: 20px auto;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
h1, h2, h3 {
color: #2D4E2D;
}
p {
margin: 5px 0;
}
.contact-info {
text-align: center;
background-color: #2D4E2D;
color: white;
padding: 15px;
border-radius: 10px 10px 0 0;
}
.contact-info h1 {
margin: 0;
}
.contact-info a {
color: #FFD700;
text-decoration: none;
font-weight: bold;
}
.contact-info a:hover {
text-decoration: underline;
}
.section {
margin: 20px 0;
padding: 10px;
background-color: #F8F8F8;
border-left: 5px solid #2D4E2D;
padding-left: 15px;
border-radius: 5px;
}
.section h2 {
color: #2D4E2D;
}
ul {
padding-left: 20px;
}
.footer {
text-align: center;
margin-top: 20px;
font-size: 14px;
color: gray;
}
@media screen and (max-width: 768px) {
.container {
width: 90%;
}
}
</style>
</head>
<body>
<div class="container">
<!-- Contact Information -->
<div class="contact-info">
<p>KAVINESH K S</p>
<p>Bachelor of Pharmacy</p>
<p>Email: <a href="mailto:mailtokavinesh@gmail.com"target="_blank">mailtokavinesh@gmail.com</a></p>
<p>Phone: 9629044506</p>
<p>LinkedIn: <a href="https://www.linkedin.com/in/kavineshpharma" target="_blank">linkedin.com/in/kavineshpharma</a></p>
</div>
<!-- Objective -->
<div class="section">
<h2>Objective</h2>
<p>Fresher passionate about the pharmaceutical industry, eager to contribute my skills in Pharmacovigilance and Clinical Research. Dedicated to continuous learning and professional growth.</p>
</div>
<!-- Skills -->
<div class="section">
<h2>Skills</h2>
<ul>
<li>Pharmacovigilance & Clinical Trials</li>
<li>Data Analysis & Interpretation</li>
<li>Decision Making & Communication</li>
<li>Attention to Detail</li>
<li>Multi-tasking & Team Collaboration</li>
</ul>
</div>
<!-- Education -->
<div class="section">
<h2>Education</h2>
<p><strong>Bachelor of Pharmacy (2024)</strong> – JKK Nataraja College of Pharmacy, Vattamalai</p>
<p>CGPA: 7.5/10</p>
<p><strong>Higher Secondary Certificate (2020)</strong> – Vani Vidyalaya Matric Higher Secondary School, Uppupalayam</p>
<p>Percentage: 60%</p>
<p><strong>Secondary School Certificate (2018)</strong> – Vani Vidyalaya Matric Higher Secondary School, Uppupalayam</p>
<p>Percentage: 80%</p>
</div>
<!-- Experience / Internship -->
<div class="section">
<h2>Internship & Hospital Duty</h2>
<ul>
<li><strong>Internship (15 days)</strong> – Voxture Clinical Research Industry, Chennai (Clinical Trials & Pharmacovigilance)</li>
<li><strong>Hospital Duty (15 days)</strong> – Erode Government Hospital</li>
</ul>
</div>
<!-- Project -->
<div class="section">
<h2>Project</h2>
<p><strong>Evaluating the Impact of Enalapril and Amlodipine on Renal Function in Geriatric Diabetes Mellitus Patients: A Pilot Study.</strong></p>
<p>(Ongoing research project focused on pharmacological impact on renal function.)</p>
</div>
<!-- Conferences -->
<div class="section">
<h2>Conferences</h2>
<ul>
<li>IPC Conference</li>
<li>Indo-US Conference</li>
</ul>
</div>
<!-- Strengths -->
<div class="section">
<h2>Strengths</h2>
<ul>
<li>Ability to grasp complex concepts quickly</li>
<li>Determination towards work</li>
<li>Positive attitude and strong work ethic</li>
<li>Capacity to handle stress efficiently</li>
</ul>
</div>
<!-- Footer -->
<div class="footer">
<p>HEALER | LIFESAVER</p>
</div>
</div>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.