Introduction โ How My Journey Began
When I first joined university, I had only heard of HTML and CSS as โthe basics of web development.โ I didnโt realize how deep this field could go โ from simple static pages to complex, interactive applications.
I made the same mistake many beginners make โ I relied too much on watching YouTube tutorials without building anything. I jumped from one course to another, never completing them, and months passed with little progress. Thatโs when I decided I needed a real change: to stop passively consuming and start actively creating.
The turning point was realizing that watching isnโt learning โ building is learning.
So, I set a simple rule for myself: learn a concept, apply it immediately in a small project, and push it to GitHub. This not only helped me remember what I learned but also started building my public portfolio.
Project 1 โ University Landing Page
This is a one-page HTML & CSS design for HITEC University, featuring a hero banner, about section, programs, and a footer.


๐ก Development Process
I started with a wireframe, focusing on a clean header, hero section, and program cards...
โ ๏ธ Challenges Faced
Balancing text readability over the hero background image and making the layout responsive...
๐ What I Learned
- Better CSS layout structuring
- Importance of consistent color schemes
Project 2 โ Personal Portfolio
A personal portfolio website to showcase my projects, skills, and contact details. Includes responsive design and a clean layout.


๐ก Development Process
Planned sections for About, Projects, Skills, and Contact. Used flexbox for layout and simple hover effects...
โ ๏ธ Challenges Faced
Making sure the portfolio looked good on both mobile and desktop screens...
๐ What I Learned
- Media queries for responsiveness
- Improved typography and spacing