Hi, I'm Vikas

Skilled in Excel, SQL, Python & Data Visualization tools

View My Work

About Me

Data Analyst & Problem Solver

I am a passionate Data Analyst who transforms raw data into meaningful insights. I enjoy uncovering trends and solving real-world problems.

I have hands-on experience in data cleaning, visualization, and analysis using modern tools to tell actionable stories.

Excel SQL Python Power BI HTML CSS JavaScript

Education & Certifications

Certifications & Training 15 Oct 2025 - 15 Apr 2026

Data Analytics & Advanced Python

Professional Specialization

  • Data Analytics: Advanced Excel & SQL optimization.
  • Advanced Python: RESTful APIs & JSON data handling.
  • Database Integration: Python-to-SQL Server connectivity.
2022 — 2025

Bachelor of Computer Applications (BCA)

Govt. P.G. College, Ambala Cantt | Kurukshetra University

Focused on Database Management and Software Logic.

2021

Senior Secondary (12th)

N.L.G.V.M. School, Vill - Tepla (HBSE)

Completed with a major in Science.

2019

High School (10th)

N.L.G.V.M. School, Vill - Tepla (HBSE)

Focused on Mathematics and Science.

My Projects

HTML • CSS • JavaScript

Personal Portfolio

A futuristic interactive portfolio featuring a particle engine and glassmorphism UI to showcase data analytics projects and technical skills.

HTML • CSS • Claude AI • Three.js

Personal 3D Portfolio

A futuristic 3D interactive portfolio featuring a particle engine and glassmorphism UI to showcase data analytics projects and technical skills.

Python • MySQL • Power Bi

Inventory-Management-System-End-to-End

CLI-based system to manage inventory and generate reports using MySQL database.

Let's Connect

I'm currently open to freelance projects and full-time opportunities.

margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Inter', sans-serif; line-height: 1.6; color: #333; overflow-x: hidden; } /* Navigation */ nav { position: fixed; top: 0; width: 100%; background: radial-gradient(circle at top right, #9b1b1b, #180867); backdrop-filter: blur(10px); z-index: 1000; padding: 1rem 0; transition: all 0.3s ease; border-radius: 0 0 20px 20px; } nav.scrolled { padding: 0.5rem 0; box-shadow: 0 2px 20px rgba(0,0,0,0.1); } .nav-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 0 2rem; } .logo { color: #f6f7fa; text-decoration: none; background: radial-gradient(circle at top right, #180867, #9b1b1b); padding: 1rem 2.5rem; border-radius: 20px; font-size: 1.5rem; font-weight: 700; transition:all 0.4s ease; transform: translateY(-15px); display: inline-block; } .logo:hover{ transform: translateY(-15px); box-shadow: 0 30px 60px rgba(251, 249, 251, 0.951); border: 1px solid rgba(254, 254, 251, 0.968); } .nav-links { display: flex; list-style: none; gap: 1.5rem; } .nav-links a { display: inline-block; text-decoration: none; color: #fefcfc; font-weight: 500; transition: color 0.3s ease; background: radial-gradient(circle at top right, #180867, #9b1b1b); padding: 0.5rem 1rem; border-radius: 20px; font-size: 0.9rem; } .nav-links a:hover { color: white; transform: translateY(-15px); transition: all 0.4s ease; box-shadow: white; border: 1px solid rgba(255, 255, 255, 0.959); box-shadow: 0 10px 20px rgba(245, 244, 244, 0.974); } /* Hero Section */ .hero { height: 100vh; display: flex; align-items:center; justify-content: center; text-align: center; background: radial-gradient(circle at top right, #9b1b1b, #180867); color: white; position: relative; overflow: hidden; } .hero-content { max-width: 1000px; padding: 0 2rem; margin-top: 80px; position: relative; z-index: 2; } .hero-img { width: 650px; height: 600px; background: transparent !important; border: none !important; display: block; margin-top: 300px; filter: drop-shadow(0 10px 30px rgba(0,0,0,0.5)); } .hero h1 { font-size: clamp(3rem, 8vw, 5rem); font-weight: 700; margin-bottom: 1rem; opacity: 0; animation: fadeInUp 1s 0.2s forwards; } .hero p { font-size: 1.8rem; margin-bottom: 2rem; opacity: 0; animation: fadeInUp 1s 0.4s forwards; min-height: 3rem; } .cta-button { display: inline-block; background: radial-gradient(circle at top right, #180867, #9b1b1b); color: #fdfbfb; padding: 1rem 2rem; border-radius: 25px; text-decoration: none; font-weight: 600; transition: all 0.4s ease; } .cta-button:hover{ transform: translateY(-15px); box-shadow: 0 30px 60px rgba(251, 249, 251, 0.951); border: 1px solid rgba(254, 254, 251, 0.968); background: radial-gradient(circle at top right, #240b9e, #b82323); } /* About Section */ /* Common Section Styling */ section { padding: 100px 2rem; max-width: 100%; margin: 0 auto; background: radial-gradient(circle at top right, #9b1b1b, #180867); } .section-title { text-align: center; font-size: 3rem; font-weight: 700; margin-bottom: 60px; position: relative; color: white; } .section-title::after { content: ""; width: 150px; height: 4px; background: #eff0f0; display: block; margin: 15px auto 0; border-radius: 10px; box-shadow: 0 0 10px rgba(9, 227, 122, 0.5); } .about-grid { display: flex; justify-content: center; border-radius: 20px; background: radial-gradient(circle at top right, #180867, #9b1b1b); max-width: 900px; margin: 0 auto; } .about-text { width: 100%; background: radial-gradient(circle at top right, #9b1b1b, #180867); backdrop-filter: blur(15px); padding: 40px; text-align: center; transition: 0.3s; border-radius: 20px; transition: all 0.4s ease; } .about-text:hover { transform: translateY(-15px); box-shadow: 0 30px 60px rgba(247, 240, 246, 0.938); border: 1px solid rgba(254, 254, 251, 0.968); } .about-text h3 { font-size: 2rem; margin-bottom: 1.5rem; color: #fbfdfc; font-weight: 800; } .about-text p { font-size: 1.1rem; line-height: 1.8; color: #eef2ff; margin-bottom: 1.5rem; } .skills { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 20px; } .skill-tag { background: radial-gradient(circle at top right, #180867, #9b1b1b); color: white; padding: 10px 20px; border-radius: 12px; font-size: 14px; font-weight: 600; transition: all 0.3s ease; cursor: default; border: 1px solid rgba(255, 255, 255, 0.958); } .skill-tag:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 10px 15px rgba(251, 251, 252, 0.955); } /* Qualification Section */ .timeline { max-width: 900px; margin: 40px auto 0; position: relative; padding-left: 40px; } .timeline::before { content: ''; position: absolute; left: 0; top: 0; width: 2px; height: 100%; background: rgba(255, 255, 255, 0.2); } .timeline-item { background: radial-gradient(circle at top right, #180867, #9b1b1b); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; padding: 2rem; margin-bottom: 30px; position: relative; transition: all 0.4s ease; } .timeline-item:hover { transform: translateX(10px); box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1); border: 1px solid white; } .timeline-item::before { content: ''; position: absolute; left: -46px; top: 25px; width: 12px; height: 12px; background: white; border-radius: 50%; box-shadow: 0 0 15px rgba(255, 255, 255, 0.8); } .edu-year { font-size: 0.85rem; color: #f7fbfb; /* Cyan highlight for years */ font-weight: 700; text-transform: uppercase; display: block; margin-bottom: 5px; } .edu-title { color: white; font-size: 1.4rem; margin-bottom: 5px; } .edu-org { color: rgba(255, 255, 255, 0.8); font-weight: 500; margin-bottom: 10px; } .edu-list, .edu-desc { color: rgba(255, 255, 255, 0.923); font-size: 0.95rem; list-style: none; } .edu-list li::before { content: "▹ "; color: white; } .timeline-item.highlight { border: 1px solid #f5fafb; background: rgba(0, 240, 255, 0.05); } /* Projects Section */ .projects-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; max-width: 1200px; margin: 0 auto; } .project-card { background: radial-gradient(circle at top right, #180867, #9b1b1b); border-radius: 20px; padding: 2.5rem; transition: all 0.4s ease; border: 1px solid rgba(255,255,255,0.1); } .project-card:hover { transform: translateY(-15px); box-shadow: 0 30px 60px rgba(247, 245, 246, 0.993); border: 1px solid rgba(254, 254, 251, 0.968); } .btn-small:hover { background-color: #f9f6f6; /* Reddish tone on hover */ } .project-card h3 { font-size: 1.5rem; margin-bottom: 1rem; color:#f9f9fa;; } .project-card p { color: rgba(255,255,255,0.9); font-size: 1rem; margin-bottom: 1.5rem; } .tech { font-size: 13px; font-weight: 600; color: white; background:radial-gradient(circle at top right, #9b1b1b,#180867 ); padding: 5px 12px; border-radius: 8px; display: inline-block; margin-bottom: 1rem; } .project-link { color: #ebecec; text-decoration: none; font-weight: 700; transition: 0.3s; } /* Contact Section */ .contact-container { max-width: 800px; margin: 0 auto; background: radial-gradient(circle at top right, #180867, #9b1b1b); backdrop-filter: blur(20px); border-radius: 30px; padding: 60px 40px; text-align: center; border: 1px solid rgba(245, 237, 237, 0.903); } .contact-container:hover{ transform: translateY(-15px); transition: all 0.4s ease; border: 1px solid rgba(255, 255, 255, 0.958); box-shadow:0px 30px 60px rgba(255, 255, 255, 0.958); } .contact-links { display: flex; justify-content: center; gap: 1.5rem; margin-top: 2rem; flex-wrap: wrap; } .contact-link { background: white; color: #333; padding: 12px 25px; border-radius: 15px; text-decoration: none; font-weight: 600; display: flex; align-items: center; gap: 10px; transition: all 0.3s ease; } .contact-link:hover { transform: translateY(-15px); background: radial-gradient(circle at top right, #180867, #9b1b1b); color: white; border: 1px solid rgba(255, 255, 255, 0.958); box-shadow:0px 30px 60px rgba(255, 255, 255, 0.958); } /* Animations */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } .fade-in { opacity: 0; transform: translateY(30px); transition: all 0.6s ease; } .fade-in.visible { opacity: 1; transform: translateY(0); } @media (max-width: 768px) { .nav-links { display: none; } .section-title { font-size: 2.5rem; } }

Hi, I'm Vikas

Skilled in Excel, SQL, Python & Data Visualization tools

View My Work

About Me

Data Analyst & Problem Solver

I am a passionate Data Analyst who transforms raw data into meaningful insights. I enjoy uncovering trends and solving real-world problems.

I have hands-on experience in data cleaning, visualization, and analysis using modern tools to tell actionable stories.

Excel SQL Python Power BI HTML CSS JavaScript

Education & Certifications

Certifications & Training

Data Analytics & Advanced Python

Professional Specialization

  • Data Analytics: Advanced Excel & SQL optimization.
  • Advanced Python: RESTful APIs & JSON data handling.
  • Database Integration: Python-to-SQL Server connectivity.
2022 — 2025

Bachelor of Computer Applications (BCA)

Govt. P.G. College, Ambala Cantt | Kurukshetra University

Focused on Database Management and Software Logic.

2021

Senior Secondary (12th)

N.L.G.V.M. School, Vill - Tepla (HBSE)

Completed with a major in Science.

2019

High School (10th)

N.L.G.V.M. School, Vill - Tepla (HBSE)

Focused on Mathematics and Science.

My Projects

HTML • CSS • JavaScript

Personal Portfolio

A futuristic interactive portfolio featuring a particle engine and glassmorphism UI to showcase data analytics projects and technical skills.

HTML • CSS • Claude AI • Three.js

Personal 3D Portfolio

A futuristic 3D interactive portfolio featuring a particle engine and glassmorphism UI to showcase data analytics projects and technical skills.

Python • MySQL • Power Bi

Inventory-Management-System-End-to-End

CLI-based system to manage inventory and generate reports using MySQL database.

Let's Connect

I'm currently open to freelance projects and full-time opportunities.