README.TXT # resume.simonives.com This is a simple website that I've pulled together using widely available code and software. It will be a work-in-progress as I work through some code conflicts and other bugs, and format images to be more consistent and speedy. ## Sitemap resume.simonives.com is a subdomain within my Simon Ives web presence. * My homepage (simonives.com) is a basic link site that will link you to my various presences online. * My blog (blog.simonives.com) is a no-frills blog using Wordpress.org code. * And my resume (resume.simonives.com) is a simple website that provides professional details about me. ## How it works It's pretty simple. Everything that you need to interact with is a hyperlink. There's a simple contact form that uses PHPMailer, nothing that is put in the contact form is kept on the server. There are no cookies either, unless you are me and login. ## Accessibility I do my best to ensure that the website is accessible and strive for WCAG compliance. As this is a work in progress, minor releases will likely have some accessibility bugs. ## Code * Ubuntu LTS (ubuntu.com) * LEMP stack (Linux, Nginx, MySQL, PHP) (kernel.org | nginx.org | mysql.com | php.net) * PageSpeed cache (modpagespeed.com) * Varnish cache (varnish-cache.org) * SSL via Let's Encrypt (letsencrypt.org) * Wordpress (wordpress.org) I've got a few other tools and configs for monitoring and hardening too, but these aren't relevant to what you see or interact with. ## My colour scheme (dark to light): * #081C15 * #1B4332 * #2D6A4F * #40916C * #52B788 * #74C69D * #95D5B2 * #B7E4C7 * #D8F3DC # Contact simon Shoot me an email at simon@simonives.com. # CHANGELOG I use Semantic Versioning for everything that I work on (https://semver.org/). ## 0.2 * Minor release (30 November 2023) * Fixed colour scheme. * Added download option for comprehensive resume/profile. ** Backlog for v1.0 release: *** Standardise image files used (these do not look great with differences in file sizes and image dimensions). *** Add missing images. *** 2023 CPD register is not complete. This needs completion. ** General backlog: *** Create CPD Registers for previous years. ## 0.1 * Initial release (Friday 24 November 2023) ** Backlog for v1.0 release: *** Standardise image files used (these do not look great with differences in file sizes and image dimensions). *** Add missing images. *** 2023 CPD register is not complete. This needs completion. *** Add download option for comprehensive resume/profile. *** Update colour scheme. ** General backlog: *** Create CPD Registers for previous years.