Projects

Portfolio with Blog

A portfolio website with a built-in blog.

2024University Project
Portfolio with Blog Screenshot

Blog page

Overview

A portfolio site with a blog attached, and my first time building anything with a database behind it. Posts are written through a login protected form with a preview step that renders a post exactly as it will appear before it is saved.

The blog lists posts newest first and can be filtered by month. Built with PHP and MySQL and no framework, so routing, sessions and queries were all written by hand.

Stack

  • HTML
  • CSS
  • JavaScript
  • PHP
  • MySQL