Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 13 additions & 31 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h2 class="section-title">About Me</h2>
<!-- Experience Section -->
<section id="experience" class="experience">
<div class="container">
<h2 class="section-title">Experience</h2>
<h2 class="less-bottom-section-title">Experience</h2>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-dot"></div>
Expand Down Expand Up @@ -171,7 +171,7 @@ <h4>Jubilee Information Technology Pvt Ltd, India</h4>
<!-- Education Section -->
<section id="education" class="education">
<div class="container">
<h2 class="section-title">Education</h2>
<h2 class="less-bottom-section-title">Education</h2>
<div class="education-grid">
<div class="education-card">
<div class="education-icon">
Expand Down Expand Up @@ -287,7 +287,7 @@ <h3>Data Science Professional Certificate</h3>
<!-- Projects Section -->
<section id="projects" class="projects">
<div class="container">
<h2 class="section-title">Featured Projects</h2>
<h2 class="section-title">Projects</h2>
<div class="projects-grid">
<div class="project-card">
<div class="project-image">
Expand All @@ -305,12 +305,9 @@ <h3>Document Based QA System (Conversational AI Chatbot)</h3>
<span class="tech-tag">Apache Airflow</span>
</div>
<div class="project-links">
<a href="https://github.com/Dinesh-Kothandaraman" class="project-link">
<a href="https://github.com/Dinesh-Kothandaraman/Capstone-Project" class="project-link" target="_blank">
<i class="fab fa-github"></i> Code
</a>
<a href="#" class="project-link">
<i class="fas fa-external-link-alt"></i> Demo
</a>
</div>
</div>
</div>
Expand All @@ -331,12 +328,9 @@ <h3>Remote Patient Care with AWS and IoT</h3>
<span class="tech-tag">AWS Glue</span>
</div>
<div class="project-links">
<a href="https://github.com/Dinesh-Kothandaraman" class="project-link">
<a href="https://github.com/Dinesh-Kothandaraman/DSCI-6007-03-Team12" class="project-link" target="_blank">
<i class="fab fa-github"></i> Code
</a>
<a href="#" class="project-link">
<i class="fas fa-external-link-alt"></i> Demo
</a>
</div>
</div>
</div>
Expand All @@ -357,12 +351,9 @@ <h3>Text Summarization - Natural Language Processing</h3>
<span class="tech-tag">Transformers</span>
</div>
<div class="project-links">
<a href="https://github.com/Dinesh-Kothandaraman" class="project-link">
<a href="https://github.com/Mounika-Nemalipuri/NLP_PROJECT" class="project-link" target="_blank">
<i class="fab fa-github"></i> Code
</a>
<a href="#" class="project-link">
<i class="fas fa-external-link-alt"></i> Demo
</a>
</div>
</div>
</div>
Expand All @@ -382,14 +373,11 @@ <h3>Car Logo Detection - Deep Learning</h3>
<span class="tech-tag">VGG</span>
<span class="tech-tag">Transfer Learning</span>
</div>
<div class="project-links">
<a href="https://github.com/Dinesh-Kothandaraman" class="project-link">
<!-- <div class="project-links">
<a href="https://github.com/Dinesh-Kothandaraman" class="project-link" target="_blank">
<i class="fab fa-github"></i> Code
</a>
<a href="#" class="project-link">
<i class="fas fa-external-link-alt"></i> Demo
</a>
</div>
</div> -->
</div>
</div>

Expand All @@ -409,12 +397,9 @@ <h3>Jail Activity Recognition Using CNN and LSTM</h3>
<span class="tech-tag">Time Series</span>
</div>
<div class="project-links">
<a href="https://github.com/Dinesh-Kothandaraman" class="project-link">
<a href="https://github.com/Dinesh-Kothandaraman/AI-Project-Repo---Team-M-D" class="project-link" target="_blank">
<i class="fab fa-github"></i> Code
</a>
<a href="#" class="project-link">
<i class="fas fa-external-link-alt"></i> Demo
</a>
</div>
</div>
</div>
Expand All @@ -435,12 +420,9 @@ <h3>Gender and Age Detection</h3>
<span class="tech-tag">OpenCV</span>
</div>
<div class="project-links">
<a href="https://github.com/Dinesh-Kothandaraman" class="project-link">
<a href="https://github.com/UNHIntroToDSTeam8/IntroToDSFinalProjectTeam8" class="project-link" target="_blank">
<i class="fab fa-github"></i> Code
</a>
<a href="#" class="project-link">
<i class="fas fa-external-link-alt"></i> Demo
</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -621,11 +603,11 @@ <h2 class="section-title">Resume</h2>
</div>
<div class="resume-stat">
<i class="fas fa-file-alt"></i>
<span>2 Pages</span>
<span>3 Pages</span>
</div>
<div class="resume-stat">
<i class="fas fa-clock"></i>
<span>Updated: Dec 2024</span>
<span>Updated: Oct 2025</span>
</div>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,11 @@ function downloadResume() {
window.URL.revokeObjectURL(blobUrl);

// Show notification
showNotification('Resume download started!', 'success');
})
.catch(error => {
console.error('Download error:', error);
showNotification('Failed to download resume', 'error');
});
}

Expand Down
29 changes: 21 additions & 8 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,21 @@ body {
background-clip: text;
}

/* Section Styles */
.less-bottom-section-title {
font-size: 2.5rem;
font-weight: 700;
text-align: center;
margin-bottom: 1rem;
background: var(--gradient-primary);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

/* About Section */
.about {
padding: 6rem 0;
padding: 3rem 0;
background: var(--bg-secondary);
}

Expand Down Expand Up @@ -323,7 +335,7 @@ body {

/* Experience Section */
.experience {
padding: 6rem 0;
padding: 3rem 0 6rem 0;
}

.timeline {
Expand Down Expand Up @@ -412,7 +424,7 @@ body {

/* Projects Section */
.projects {
padding: 6rem 0;
padding: 3rem 0 6rem 0;
background: var(--bg-secondary);
}

Expand Down Expand Up @@ -498,7 +510,7 @@ body {

/* Skills Section */
.skills {
padding: 6rem 0;
padding: 3rem 0 6rem 0;
}

.skills-grid {
Expand Down Expand Up @@ -550,7 +562,7 @@ body {

/* Education Section */
.education {
padding: 6rem 0;
padding: 3rem 0 6rem 0;
}

.education-grid {
Expand Down Expand Up @@ -635,7 +647,7 @@ body {

/* Certification Section */
.certification {
padding: 6rem 0;
padding: 3rem 0 6rem 0;
background: var(--bg-secondary);
}

Expand Down Expand Up @@ -700,8 +712,9 @@ body {

/* Publications Section */
.publications {
padding: 6rem 0;
padding: 4rem 0 6rem 0;
background: var(--bg-secondary);
min-height: 100vh;
}

.publications-grid {
Expand Down Expand Up @@ -837,7 +850,7 @@ body {

/* Contact Section */
.contact {
padding: 6rem 0;
padding: 3rem 0;
background: var(--bg-secondary);
}

Expand Down