CodeForTucson / codefortucson-site

Current Code for Tucson website
http://www.codefortucson.org
GNU General Public License v2.0
3 stars 8 forks source link

Fix all existing image links #18

Closed c5f closed 10 years ago

c5f commented 10 years ago

Fixes all existing image links for #9.

This includes a bunch of content from the DC page, but I didn't want to make judgement calls on cutting that fat from the site until we decide what we want to keep around and what we don't.

I guess it really doesn't matter since we can always revert to this codebase but hey I'm still new here.

meiqimichelle commented 10 years ago

Merging to master. Will want to reserve some time to merge this live to gh-pages in case anything we did fubars the links :-/ From a brief look, looks good though!

c5f commented 10 years ago

@meiqimichelle I tested gh-pages on my local fork updating the site URL variables in _config.yml and _assets/_sass/_custom.scss and everything worked updating the appropriate image links.

I'll merge the current master into the gh-pages branch and make sure everything is working.