Resume with personal CMS

Before designing the site you are currently visiting, a first version of it containing only my CV was published. In order to facilitate the addition of new entries such as my professional experiences, or the trainings I have followed. I set up a system to manage the entries with a database that can store them. In this way, all I had to do was to fill in the form corresponding to the right entry to add it directly to my CV. Then using PHP, I could retrieve the data stored in the database and display it dynamically on my website.

JS
PHP
MYSQL
HTML
CSS
JQUERY