The entire design of the website was built using Twitter Bootstrap and a few custom elements. Twitter Bootstrap is an awesome toolkit to make design a secondary focus by including common typography, forms and navigation elements. It allows developers to focus on the core of their product and we used it at Polar Mobile while developing Atlas.

One challenging aspect after completing my initial design for this particular website was to find a free/cheap hosting alternative. My old host did not support Django so I sought out something new. I ended up going with Google App Engine which offers fast deployment and development on Google's infrastructure. This meant that the common relational SQL databases that I am used to would not be viable. Django nonrel turned out to be the perfect project to tie everything together.
Looking back, I am pretty thrilled to see what I have been able to accomplish all thanks to the coop program and working at Polar Mobile. Working with python and Django certainly put some of the fun back into web development that I seemed to misplace when dealing with the dreaded cross-browser compatibility issues.