resume / index.html
Aabbhishekk's picture
Update index.html
97183f8 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Abhishek Srivastava - Senior AI Research Scientist</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.gradient-bg {
background: linear-gradient(135deg, #3b82f6, #8b5cf6);
}
.skill-pill {
transition: all 0.2s ease;
}
.skill-pill:hover {
transform: translateY(-2px);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.timeline-item:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 2px;
height: 100%;
background: #e5e7eb;
}
.hover-grow {
transition: transform 0.2s ease;
}
.hover-grow:hover {
transform: scale(1.02);
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }
}
.animate-fade-in {
animation: fadeIn 0.5s ease-out forwards;
}
</style>
</head>
<body class="bg-gray-50 font-sans antialiased">
<!-- Header/Navigation -->
<header class="gradient-bg text-white shadow-lg">
<div class="max-w-6xl mx-auto px-4 py-4 flex justify-between items-center">
<div class="flex items-center space-x-3">
<div class="w-10 h-10 rounded-full bg-white flex items-center justify-center shadow-md">
<i class="fas fa-brain text-indigo-600 text-xl"></i>
</div>
<h1 class="text-xl font-bold">Abhishek Srivastava</h1>
</div>
<nav class="hidden md:flex space-x-6">
<a href="#about" class="hover:underline hover:text-indigo-200 transition">About</a>
<a href="#experience" class="hover:underline hover:text-indigo-200 transition">Experience</a>
<a href="#skills" class="hover:underline hover:text-indigo-200 transition">Skills</a>
<a href="#education" class="hover:underline hover:text-indigo-200 transition">Education</a>
<a href="#contact" class="hover:underline hover:text-indigo-200 transition">Contact</a>
</nav>
<div class="md:hidden">
<button id="menu-toggle" class="text-white focus:outline-none">
<i class="fas fa-bars text-xl"></i>
</button>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden bg-indigo-700 px-4 py-2">
<div class="flex flex-col space-y-3">
<a href="#about" class="text-white hover:text-indigo-200">About</a>
<a href="#experience" class="text-white hover:text-indigo-200">Experience</a>
<a href="#skills" class="text-white hover:text-indigo-200">Skills</a>
<a href="#education" class="text-white hover:text-indigo-200">Education</a>
<a href="#contact" class="text-white hover:text-indigo-200">Contact</a>
</div>
</div>
</header>
<!-- Hero Section -->
<section id="about" class="py-12 bg-white">
<div class="max-w-6xl mx-auto px-4">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-8 md:mb-0 animate-fade-in">
<h1 class="text-4xl md:text-5xl font-bold text-gray-800 mb-4">Senior AI Research Scientist</h1>
<h2 class="text-2xl md:text-3xl text-indigo-600 mb-4">GenAI & NLP Expert | ML Engineer</h2>
<p class="text-gray-600 text-lg mb-6">
AI/ML Engineer with 8+ years of experience in developing & deploying scalable AI/ML solutions,
specializing in Generative AI, NLP, Large Language Models (LLMs), and Retrieval-Augmented Generation (RAG).
</p>
<div class="flex space-x-4">
<a href="https://www.linkedin.com/in/aabbhishekk" target="_blank" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-full flex items-center space-x-2 transition">
<i class="fab fa-linkedin-in"></i>
<span>LinkedIn</span>
</a>
<a href="#contact" class="border-2 border-indigo-600 text-indigo-600 hover:bg-indigo-50 px-6 py-2 rounded-full transition">
Contact Me
</a>
</div>
</div>
<div class="md:w-1/2 flex justify-center animate-fade-in" style="animation-delay: 0.2s;">
<div class="relative">
<div class="w-64 h-64 md:w-80 md:h-80 rounded-full bg-indigo-100 flex items-center justify-center overflow-hidden shadow-xl">
<img class="w-64 h-64 md:w-80 md:h-80 rounded-full bg-indigo-100 flex items-center justify-center overflow-hidden shadow-xl" src="https://cdn-avatars.huggingface.co/v1/production/uploads/6290ccf3a391a907d5e1b47c/uzOiKvfB-fdMlUs03sRLG.jpeg"
<i class="fas fa-user-tie text-indigo-400 text-8xl"></i>
</div>
<div class="absolute -bottom-4 -right-4 bg-white p-3 rounded-lg shadow-lg border border-gray-200">
<div class="flex items-center space-x-2">
<div class="w-8 h-8 rounded-full bg-green-100 text-green-600 flex items-center justify-center">
<i class="fas fa-map-marker-alt"></i>
</div>
<span class="text-sm font-medium">Hyderabad, India</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Experience Section -->
<section id="experience" class="py-12 bg-gray-50">
<div class="max-w-6xl mx-auto px-4">
<h2 class="text-3xl font-bold text-gray-800 mb-2 text-center">Professional Experience</h2>
<p class="text-gray-600 text-center mb-12">8+ years of impactful AI/ML contributions</p>
<div class="relative">
<!-- Timeline -->
<div class="space-y-8">
<!-- ServiceNow -->
<div class="timeline-item relative pl-8 hover-grow">
<div class="absolute left-0 top-0 w-6 h-6 rounded-full bg-indigo-600 border-4 border-white -ml-3 z-10"></div>
<div class="bg-white p-6 rounded-xl shadow-md border border-gray-100">
<div class="flex flex-col md:flex-row md:justify-between md:items-center mb-4">
<h3 class="text-xl font-bold text-gray-800">Senior Applied Research Scientist/Engineer</h3>
<span class="text-indigo-600 font-medium">March 2024 - Present</span>
</div>
<div class="flex items-center text-gray-600 mb-4">
<i class="fas fa-building mr-2"></i>
<span>ServiceNow, Hyderabad, India</span>
</div>
<ul class="space-y-3">
<!-- <li class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-2 text-indigo-600">
<i class="fas fa-circle text-xs"></i>
</div>
<!-- <span>Fine-tuned embedding models using open-source datasets and evaluated performance on internal data.</span> -->
<!-- </li> -->
<!-- <li class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-2 text-indigo-600">
<i class="fas fa-circle text-xs"></i>
</div>
<!-- <span>Developed a session-based Doc2QnA system leveraging ColPali, Vision-Language Models (GPT-4o Mini, LLaMA 3.2 Vision).</span> -->
<!-- </li> --> --> -->
<li class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-2 text-indigo-600">
<i class="fas fa-circle text-xs"></i>
</div>
<span>Working on Enterprise RAG Pipeline consisting of Retrieval, Reranker and LLMs.</span>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-2 text-indigo-600">
<i class="fas fa-circle text-xs"></i>
</div>
<span>Built a Multi-Modal Document Parser capable of handling infographic-rich PDFs, DOCs, PPTs.</span>
</li>
</ul>
</div>
</div>
<!-- Zenon.ai -->
<div class="timeline-item relative pl-8 hover-grow">
<div class="absolute left-0 top-0 w-6 h-6 rounded-full bg-indigo-600 border-4 border-white -ml-3 z-10"></div>
<div class="bg-white p-6 rounded-xl shadow-md border border-gray-100">
<div class="flex flex-col md:flex-row md:justify-between md:items-center mb-4">
<h3 class="text-xl font-bold text-gray-800">Tech Lead</h3>
<span class="text-indigo-600 font-medium">Sep 2021 - Mar 2024</span>
</div>
<div class="flex items-center text-gray-600 mb-4">
<i class="fas fa-building mr-2"></i>
<span>Zenon.ai, Noida, India</span>
</div>
<ul class="space-y-3">
<li class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-2 text-indigo-600">
<i class="fas fa-circle text-xs"></i>
</div>
<span>Developed a smart training material generation platform using Generative AI models.</span>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-2 text-indigo-600">
<i class="fas fa-circle text-xs"></i>
</div>
<span>Produced potential savings of over $1.00 MM per year with AI-powered Contract Analytics solutions.</span>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-2 text-indigo-600">
<i class="fas fa-circle text-xs"></i>
</div>
<span>Optimized model inference pipeline, reducing inference time by 90%.</span>
</li>
</ul>
</div>
</div>
<!-- Telus International -->
<div class="timeline-item relative pl-8 hover-grow">
<div class="absolute left-0 top-0 w-6 h-6 rounded-full bg-indigo-600 border-4 border-white -ml-3 z-10"></div>
<div class="bg-white p-6 rounded-xl shadow-md border border-gray-100">
<div class="flex flex-col md:flex-row md:justify-between md:items-center mb-4">
<h3 class="text-xl font-bold text-gray-800">ML Engineer</h3>
<span class="text-indigo-600 font-medium">Aug 2019 - Aug 2021</span>
</div>
<div class="flex items-center text-gray-600 mb-4">
<i class="fas fa-building mr-2"></i>
<span>Telus International (Innovation Labs), Noida, India</span>
</div>
<ul class="space-y-3">
<li class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-2 text-indigo-600">
<i class="fas fa-circle text-xs"></i>
</div>
<span>Increased CSAT by 92% with auto-ticket classification and issue-specific responses.</span>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-2 text-indigo-600">
<i class="fas fa-circle text-xs"></i>
</div>
<span>Decreased response time for user issues by 60% with topic modeling on inbound emails.</span>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-2 text-indigo-600">
<i class="fas fa-circle text-xs"></i>
</div>
<span>Implemented a contextual search engine using BERT and Elasticsearch supporting over 5 languages.</span>
</li>
</ul>
</div>
</div>
<!-- TCS -->
<div class="timeline-item relative pl-8 hover-grow">
<div class="absolute left-0 top-0 w-6 h-6 rounded-full bg-indigo-600 border-4 border-white -ml-3 z-10"></div>
<div class="bg-white p-6 rounded-xl shadow-md border border-gray-100">
<div class="flex flex-col md:flex-row md:justify-between md:items-center mb-4">
<h3 class="text-xl font-bold text-gray-800">Data Scientist</h3>
<span class="text-indigo-600 font-medium">Jan 2017 - Aug 2019</span>
</div>
<div class="flex items-center text-gray-600 mb-4">
<i class="fas fa-building mr-2"></i>
<span>Tata Consultancy Services, Pune, India</span>
</div>
<ul class="space-y-3">
<li class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-2 text-indigo-600">
<i class="fas fa-circle text-xs"></i>
</div>
<span>Enhanced datacenter deployment delay predictions using logistic regression.</span>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-2 text-indigo-600">
<i class="fas fa-circle text-xs"></i>
</div>
<span>Developed clustering-based models on RFM analysis to group customers using K-means clustering.</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="py-12 bg-white">
<div class="max-w-6xl mx-auto px-4">
<h2 class="text-3xl font-bold text-gray-800 mb-2 text-center">Technical Skills</h2>
<p class="text-gray-600 text-center mb-8">Comprehensive expertise across AI/ML domains</p>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- AI/ML Skills -->
<div class="bg-gray-50 p-6 rounded-xl border border-gray-200 hover-grow">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-indigo-100 text-indigo-600 flex items-center justify-center mr-4">
<i class="fas fa-robot text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800">AI/ML Expertise</h3>
</div>
<div class="flex flex-wrap gap-2">
<span class="skill-pill bg-blue-100 text-blue-800 px-3 py-1 rounded-full text-sm">Generative AI</span>
<span class="skill-pill bg-blue-100 text-blue-800 px-3 py-1 rounded-full text-sm">LLMs</span>
<span class="skill-pill bg-blue-100 text-blue-800 px-3 py-1 rounded-full text-sm">Transformers</span>
<span class="skill-pill bg-blue-100 text-blue-800 px-3 py-1 rounded-full text-sm">BERT</span>
<span class="skill-pill bg-blue-100 text-blue-800 px-3 py-1 rounded-full text-sm">GPT</span>
<span class="skill-pill bg-blue-100 text-blue-800 px-3 py-1 rounded-full text-sm">RAG</span>
<span class="skill-pill bg-blue-100 text-blue-800 px-3 py-1 rounded-full text-sm">Fine-tuning</span>
<span class="skill-pill bg-blue-100 text-blue-800 px-3 py-1 rounded-full text-sm">Embeddings</span>
</div>
</div>
<!-- NLP Skills -->
<div class="bg-gray-50 p-6 rounded-xl border border-gray-200 hover-grow">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-green-100 text-green-600 flex items-center justify-center mr-4">
<i class="fas fa-language text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800">NLP & Libraries</h3>
</div>
<div class="flex flex-wrap gap-2">
<span class="skill-pill bg-green-100 text-green-800 px-3 py-1 rounded-full text-sm">NLP</span>
<span class="skill-pill bg-green-100 text-green-800 px-3 py-1 rounded-full text-sm">Langchain</span>
<span class="skill-pill bg-green-100 text-green-800 px-3 py-1 rounded-full text-sm">Llama-Index</span>
<span class="skill-pill bg-green-100 text-green-800 px-3 py-1 rounded-full text-sm">HuggingFace</span>
<span class="skill-pill bg-green-100 text-green-800 px-3 py-1 rounded-full text-sm">Sentence Transformers</span>
<span class="skill-pill bg-green-100 text-green-800 px-3 py-1 rounded-full text-sm">NER</span>
<span class="skill-pill bg-green-100 text-green-800 px-3 py-1 rounded-full text-sm">Topic Modeling</span>
</div>
</div>
<!-- Tech Stack -->
<div class="bg-gray-50 p-6 rounded-xl border border-gray-200 hover-grow">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-purple-100 text-purple-600 flex items-center justify-center mr-4">
<i class="fas fa-code text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800">Tech Stack</h3>
</div>
<div class="flex flex-wrap gap-2">
<span class="skill-pill bg-purple-100 text-purple-800 px-3 py-1 rounded-full text-sm">PyTorch</span>
<span class="skill-pill bg-purple-100 text-purple-800 px-3 py-1 rounded-full text-sm">TensorFlow</span>
<span class="skill-pill bg-purple-100 text-purple-800 px-3 py-1 rounded-full text-sm">FastAPI</span>
<span class="skill-pill bg-purple-100 text-purple-800 px-3 py-1 rounded-full text-sm">Flask</span>
<span class="skill-pill bg-purple-100 text-purple-800 px-3 py-1 rounded-full text-sm">Docker</span>
<span class="skill-pill bg-purple-100 text-purple-800 px-3 py-1 rounded-full text-sm">Kubernetes</span>
<span class="skill-pill bg-purple-100 text-purple-800 px-3 py-1 rounded-full text-sm">Airflow</span>
</div>
</div>
<!-- Databases -->
<div class="bg-gray-50 p-6 rounded-xl border border-gray-200 hover-grow">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-yellow-100 text-yellow-600 flex items-center justify-center mr-4">
<i class="fas fa-database text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800">Databases & Search</h3>
</div>
<div class="flex flex-wrap gap-2">
<span class="skill-pill bg-yellow-100 text-yellow-800 px-3 py-1 rounded-full text-sm">SQL</span>
<span class="skill-pill bg-yellow-100 text-yellow-800 px-3 py-1 rounded-full text-sm">Elasticsearch</span>
<span class="skill-pill bg-yellow-100 text-yellow-800 px-3 py-1 rounded-full text-sm">Vector DBs</span>
<span class="skill-pill bg-yellow-100 text-yellow-800 px-3 py-1 rounded-full text-sm">Knowledge Graphs</span>
<span class="skill-pill bg-yellow-100 text-yellow-800 px-3 py-1 rounded-full text-sm">Triton Inference</span>
</div>
</div>
<!-- Cloud -->
<div class="bg-gray-50 p-6 rounded-xl border border-gray-200 hover-grow">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-red-100 text-red-600 flex items-center justify-center mr-4">
<i class="fas fa-cloud text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800">Cloud & MLOps</h3>
</div>
<div class="flex flex-wrap gap-2">
<span class="skill-pill bg-red-100 text-red-800 px-3 py-1 rounded-full text-sm">AWS</span>
<span class="skill-pill bg-red-100 text-red-800 px-3 py-1 rounded-full text-sm">GCP</span>
<span class="skill-pill bg-red-100 text-red-800 px-3 py-1 rounded-full text-sm">Azure</span>
<span class="skill-pill bg-red-100 text-red-800 px-3 py-1 rounded-full text-sm">MLflow</span>
<span class="skill-pill bg-red-100 text-red-800 px-3 py-1 rounded-full text-sm">CI/CD</span>
<span class="skill-pill bg-red-100 text-red-800 px-3 py-1 rounded-full text-sm">MLOps</span>
</div>
</div>
<!-- Other -->
<div class="bg-gray-50 p-6 rounded-xl border border-gray-200 hover-grow">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-pink-100 text-pink-600 flex items-center justify-center mr-4">
<i class="fas fa-cogs text-xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800">Other Skills</h3>
</div>
<div class="flex flex-wrap gap-2">
<span class="skill-pill bg-pink-100 text-pink-800 px-3 py-1 rounded-full text-sm">Computer Vision</span>
<span class="skill-pill bg-pink-100 text-pink-800 px-3 py-1 rounded-full text-sm">OCR</span>
<span class="skill-pill bg-pink-100 text-pink-800 px-3 py-1 rounded-full text-sm">Tesseract</span>
<span class="skill-pill bg-pink-100 text-pink-800 px-3 py-1 rounded-full text-sm">Feature Engineering</span>
<span class="skill-pill bg-pink-100 text-pink-800 px-3 py-1 rounded-full text-sm">Reranking</span>
<span class="skill-pill bg-pink-100 text-pink-800 px-3 py-1 rounded-full text-sm">Search</span>
</div>
</div>
</div>
</div>
</section>
<!-- Education Section -->
<section id="education" class="py-12 bg-gray-50">
<div class="max-w-6xl mx-auto px-4">
<h2 class="text-3xl font-bold text-gray-800 mb-8 text-center">Education</h2>
<div class="grid md:grid-cols-2 gap-8">
<!-- M.Tech -->
<div class="bg-white p-6 rounded-xl shadow-md border border-gray-100 hover-grow">
<div class="flex items-center mb-4">
<div class="w-16 h-16 rounded-full bg-indigo-100 text-indigo-600 flex items-center justify-center mr-4">
<i class="fas fa-graduation-cap text-2xl"></i>
</div>
<div>
<h3 class="text-xl font-bold text-gray-800">M.Tech (CFD and Heat Transfer)</h3>
<p class="text-gray-600">NIT Hamirpur</p>
</div>
</div>
<div class="flex items-center text-gray-600">
<i class="far fa-calendar-alt mr-2"></i>
<span>June 2014 - June 2016</span>
</div>
</div>
<!-- B.Tech -->
<div class="bg-white p-6 rounded-xl shadow-md border border-gray-100 hover-grow">
<div class="flex items-center mb-4">
<div class="w-16 h-16 rounded-full bg-indigo-100 text-indigo-600 flex items-center justify-center mr-4">
<i class="fas fa-graduation-cap text-2xl"></i>
</div>
<div>
<h3 class="text-xl font-bold text-gray-800">B.Tech (Mechanical Engineering)</h3>
<p class="text-gray-600">JSSATE Noida</p>
</div>
</div>
<div class="flex items-center text-gray-600">
<i class="far fa-calendar-alt mr-2"></i>
<span>June 2009 - June 2013</span>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-12 bg-white">
<div class="max-w-6xl mx-auto px-4">
<h2 class="text-3xl font-bold text-gray-800 mb-2 text-center">Get In Touch</h2>
<p class="text-gray-600 text-center mb-8">Let's collaborate on AI/ML projects</p>
<div class="grid md:grid-cols-2 gap-8">
<div class="bg-gray-50 p-6 rounded-xl border border-gray-200">
<h3 class="text-xl font-bold text-gray-800 mb-4">Contact Information</h3>
<div class="space-y-4">
<div class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-4 text-indigo-600">
<i class="fas fa-map-marker-alt"></i>
</div>
<div>
<h4 class="font-medium text-gray-800">Location</h4>
<p class="text-gray-600">Hyderabad, Telangana, India</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-4 text-indigo-600">
<i class="fas fa-envelope"></i>
</div>
<div>
<h4 class="font-medium text-gray-800">Email</h4>
<p class="text-gray-600">abhisheksrivastava501@gmail.com</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-4 text-indigo-600">
<i class="fas fa-phone"></i>
</div>
<div>
<h4 class="font-medium text-gray-800">Phone</h4>
<p class="text-gray-600">+91-8826638628</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1 mr-4 text-indigo-600">
<i class="fab fa-linkedin"></i>
</div>
<div>
<h4 class="font-medium text-gray-800">LinkedIn</h4>
<a href="https://www.linkedin.com/in/aabbhishekk" target="_blank" class="text-indigo-600 hover:underline">linkedin.com/in/aabbhishekk</a>
</div>
</div>
</div>
<div class="mt-6 flex space-x-4">
<a href="#" class="w-10 h-10 rounded-full bg-gray-200 text-gray-700 flex items-center justify-center hover:bg-indigo-100 hover:text-indigo-600 transition">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="w-10 h-10 rounded-full bg-gray-200 text-gray-700 flex items-center justify-center hover:bg-indigo-100 hover:text-indigo-600 transition">
<i class="fab fa-github"></i>
</a>
<a href="#" class="w-10 h-10 rounded-full bg-gray-200 text-gray-700 flex items-center justify-center hover:bg-indigo-100 hover:text-indigo-600 transition">
<i class="fab fa-medium"></i>
</a>
</div>
</div>
<div class="bg-gray-50 p-6 rounded-xl border border-gray-200">
<h3 class="text-xl font-bold text-gray-800 mb-4">Send a Message</h3>
<form>
<div class="mb-4">
<label for="name" class="block text-gray-700 mb-2">Name</label>
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-indigo-500">
</div>
<div class="mb-4">
<label for="email" class="block text-gray-700 mb-2">Email</label>
<input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-indigo-500">
</div>
<div class="mb-4">
<label for="message" class="block text-gray-700 mb-2">Message</label>
<textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-indigo-500"></textarea>
</div>
<button type="submit" class="w-full gradient-bg text-white py-3 px-6 rounded-lg hover:opacity-90 transition">
Send Message
</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-800 text-white py-8">
<div class="max-w-6xl mx-auto px-4">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="flex items-center space-x-2 mb-4 md:mb-0">
<div class="w-8 h-8 rounded-full bg-white flex items-center justify-center">
<i class="fas fa-brain text-indigo-600"></i>
</div>
<span class="font-bold">Abhishek Srivastava</span>
</div>
<div class="flex space-x-6 mb-4 md:mb-0">
<a href="#about" class="hover:text-indigo-300 transition">About</a>
<a href="#experience" class="hover:text-indigo-300 transition">Experience</a>
<a href="#skills" class="hover:text-indigo-300 transition">Skills</a>
<a href="#contact" class="hover:text-indigo-300 transition">Contact</a>
</div>
<div class="text-gray-400 text-sm">
© 2024 Abhishek Srivastava. All rights reserved.
</div>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
const menuToggle = document.getElementById('menu-toggle');
const mobileMenu = document.getElementById('mobile-menu');
menuToggle.addEventListener('click', function() {
mobileMenu.classList.toggle('hidden');
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
const targetElement = document.querySelector(targetId);
if (targetElement) {
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
// Close mobile menu if open
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
}
});
});
// Add animation class to elements when they come into view
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('animate-fade-in');
}
});
}, {
threshold: 0.1
});
document.querySelectorAll('.timeline-item, .hover-grow').forEach(el => {
observer.observe(el);
});
</script>
</body>
</html>