Homepage

About

Hello! My name is Chris Cardimen. I'm a michigan-based software developer currently working at Jackson National Life. I specialize in full-stack development, website design, and video game development.

This website

This is my personal website, chriscardimen.com. I primarily use it as a portfolio and as a place to document my projects.

Source Code

The source code for this website is all publicly available on GitHub, under the website-chriscardimen repository.

The entire website has been handmade in raw HTML. If you want to see my work with an engine (Wordpress) that has more design features, check out the website I made for my wedding: cardimensteffywedding.com.

CI/CD Pipeline

The deployment automation of this site is done through a combination of Git (version control), cPanel (server hosting), and a cron job. When a change is merged into the main branch of this repo, cPanel's cron automation suite will kick off a job to execute a PHP script that fetches the latest updates to the repository's main branch and updates the site's contents.