My own digital playground

This website is a place for me to hone my coding skills and share my photography. The entire site is a work in progress. So please bear with me if not everything works. Its built by using modular PHP include files to deliver content to the front end (Bootstrap). This gives me the ability to work in sections without breaking the entire page or affecting other content. The Gallery uses a single PHP for-each loop that scans an array to deliver information to the open source Fancybox photo viewer. Now that I have the data structure refined I'm working on building a database to organize my content into easy to call up categories. Thanks for stopping by!

Using include files to populated content on a page.