This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Description
Going through the process of redeploying this, I'm coming to the view that it would make sense to abstract out the city-specific stuff to variables in the configuration file. The driving idea here would be to minimize the amount of city-specific material that is committed into git.
The pieces this would touch are the logo (all the PNG files) and footer.
The footer material is pretty easy to deal with (options for city logo: have folks commit, or supply a URL).
The top logo is harder: the downside to the responsiveness (which is AWESOME) is that you need to hard-edit a PNG and export a whole set in various sizes. It'd be great if the city name could be overlayed on the logo as actual text using CSS, removing the need for the PNG editing ( @akit - you have thoughts on this?)
This is a stub for initial discussion -- will propose code if it seems like we're on the same page re: the approach. (cc @Mr0grog )