This repository contains the source code for my personal Portfolio Website, hosted using GitHub Pages.
Live Site: https://updeshxp.github.io
This is a static portfolio/resume website that highlights my:
- Professional experience
- Skills and education
- Featured projects
- Blog references
- Contact information
The site is built with HTML, CSS, and JavaScript, with UI components and animations powered by popular frontend libraries.
- Materialize CSS (UI components and styling)
- Bootstrap (layout and responsive utilities)
- jQuery 3.6.1
- WOW.js + Animate.css (scroll reveal animations)
- Waypoints (scroll-based interactions)
- Owl Carousel (sliders/carousel sections)
- Font Awesome + Google Material Icons
- Google Analytics (website traffic tracking)
index.html- Main portfolio pagethanks.html- Thank-you/redirect page (used after contact form submission)assets/css/- Stylesheets (theme, framework styles, custom styles)assets/js/- JavaScript files (plugins and custom scripts)assets/libs/- Third-party library assets (e.g., Owl Carousel)images/- Portfolio and UI images
Since this is a static website, you can run it by opening index.html directly in a browser.
This website is deployed via GitHub Pages from this repository.