projects

personal website
Built my personal website using HTML and CSS—no frameworks or templates used. Made the site responsive through CSS media queries. Added some aesthetics through CSS transitions and pseudo-classes on the navigation links and footer icons.
mock personal blog
Created a mock personal blog website using PHP, MySQL, Bootstrap, HTML, and CSS.
Implemented:
1) User login and registration with server-side validation.
2) Creating, updating, and deleting posts for users with administrative privilege.
3) Articles with public/private access.
4) Database that stores users and blog posts data.
5) List of articles with pagination.
etc...