After several years Aquamor finally has a new website! When I started her in 2018 the company was called TSTWater. The website was all HTML. This was great for security and incredibly fast to load however, not very user friendly when updates needed to be made. When we merged with Aquamor I needed to update several pages manually.
I am not sure who initially built this new version of the website. I was handed a mostly completed list of files in 2024 and was asked to finish it up and add a few features.
I cleaned up some of the CSS and built a few features and replaced a few others as well as adding few security and cache features.
- I added my typical loading animation; in this case using water as the animation.
- The way they were loading the products was slow, ugly and not searchable. I added an ajax method to pull the data based on a custom post type that was paginated on the page and was searchable on the page. It was also possible to switch between cell and table view which is especially desirable on mobile devices. Each product is still a blog post so it's also searchable using the default Wordpress search method. I also built a template to make that a bit more user friendly.
- Added cache and security features both front and back-end.
- Added a blog.
My work was shelved for "reasons" until this year when I was told to go ahead and pull the trigger.

