Personal Website & Blog
Published November 1, 2025
This project is my personal website — a place to share projects, blog posts, and experiments. It’s built with HTML and Tailwind CSS using the CDN version, without any frameworks or build tools.
The idea was to make something simple and lightweight that I can maintain easily. I wanted to understand the basics of layout, responsiveness, and utility-first styling — and Tailwind CSS was the perfect fit.
💡 Key Features
- Fully responsive design using Tailwind utility classes
- Sections for portfolio, blog, and contact
- Dynamic blog post loading via JavaScript
- Custom color palette and typography setup
🧰 Tech Stack
- HTML5
- Tailwind CSS (via CDN)
- Vanilla JavaScript (for blog loading)
🧠 What I Learned
Building this site taught me how to structure pages efficiently, manage reusable components like headers and footers, and experiment with responsive layouts. I also got a better grasp of Tailwind’s design philosophy and how to extend it with my own theme.