Website

https://nursing.org/

Made to provide information on Nursing Degrees, how to get them, and relevant topics.

About the Tech

Built with Jekyll, a static site generator. If you haven't heard, static or "serverless" sites are a relatively new way of building the web using some fancy build tools, with the end result being plain old HTML, CSS, and JavaScript. While this may not sound new or exciting, the benefit it provides is enormous - nothing can offer faster speeds, better security, or more simplicity than serving up static html files.

My Role in this Project

The Nursing site with initially built on top of WordPress, but it was decided that an upgrade was in order. I was tasked with making a full conversion to Jekyll. Every page was brought back faster than ever, with all meta data and URLs the exact same so we wouldn't take a single hit to our SEO.

I also completed a full refresh on the home page - starting from a sketch file with a fabulous design, I built out several sections and custom functionality, all done mobile-first. Afterwords I activated A/B testing through Netlify's awesome service!

To make things more user friendly for our content editing team, I created several Liquid blocks to act as a replacement for shortcodes which are WordPress specific. These add in pre-defined snippets of HTML to get neat effects without them actually having to write code.