fourkitchens / local-webapp

Prototyping a localStorage-enabled webapp. For science.
1 stars 0 forks source link

Add initial theming adapted from the 4K primary site #7

Closed tsmith512 closed 11 years ago

tsmith512 commented 11 years ago

@elliotttf: Since this is your baby, I don't want to just merge this. This is my first pass at theming, nothing terribly substantial is planned, but I plan on tweaking this further, especially once I get started on working with images. What do you think of this?

Thanks!! -- @tsmith512

elliotttf commented 11 years ago

@tsmith512 this looks great! There's some style issues when the blog section gets filled out... probably the selector for the header boxes is too loose. I can show you this tomorrow, or do the following:

cd server
npm install
node app.js

Assuming that npm was able to install all of its dependencies correctly you should now be able to refresh the webapp and see the blog stories being loaded.

tsmith512 commented 11 years ago

I would avoid merging this unless you LOVE lots of green backgrounds EVERYWHERE.

/me workin' on that...

elliotttf commented 11 years ago

I do like green...

grinch