A static portfolio website showcasing Blender animations and thumbnail creation work. Built with vanilla HTML, CSS, and JavaScript.
index.html- Main landing page with hero section and project showcaseAbout/index.html- About pageContact/index.html- Contact pageProjects/index.html- Projects pagestyles.css- Global stylesheet (documented and structured)script.js- JavaScript functionality (navigation, animations, intersection observer)server.py- Simple Python HTTP server for development
- Glassmorphism Design: Modern liquid glass header and components.
- Dynamic Text Adaptation: Navigation text color adapts to background contrast using blend modes.
- Responsive Layout: Fully optimized for mobile and desktop devices.
- Smooth Animations: Integrated scroll reveals and hover effects.
- Social Integration: Footer links to YouTube and GitHub.
The project uses a Python HTTP server for development on port 5000:
python server.pyThis is a static website compatible with GitHub Pages, Railway, or Replit. The entire root directory serves as the public directory.