amusselm / rvgs_gamelist

A web app to keep track of the Reno Video Game Symphoy's Game Quest
2 stars 0 forks source link

Add CSS to make pages not as Ugly #13

Open amusselm opened 9 years ago

amusselm commented 9 years ago

Modify templates and add a stylesheet to make things look better.

snoogans775 commented 9 years ago

I can tweak this. The UI can reference some nice VG UI elements a la Phantasy Star, Final Fantasy, etc.

amusselm commented 9 years ago

Alright, you're assigned to the task.

The templates are located here: https://github.com/amusselm/rvgs_gamelist/tree/master/rvgs/gamequest/templates/gamequest

This is an explanation of the Django templating engine: https://docs.djangoproject.com/en/1.7/topics/templates/

The only thing you need that I haven't done is to add a blank stylesheet to the static files and base templat. I'll reply to this task again when that is ready.

amusselm commented 9 years ago

Okay, I've got that done. The stylesheet is here; https://github.com/amusselm/rvgs_gamelist/blob/master/rvgs/gamequest/static/gamequest/gq_styles.css

snoogans775 commented 9 years ago

Great! I am sure they'll dig the polish 2014/12/24 19:23 "Andrew J. Musselman" notifications@github.com:

Okay, I've got that done. The stylesheet is here;

https://github.com/amusselm/rvgs_gamelist/blob/master/rvgs/gamequest/static/gamequest/gq_styles.css

— Reply to this email directly or view it on GitHub https://github.com/amusselm/rvgs_gamelist/issues/13#issuecomment-68084893 .

amusselm commented 9 years ago

You can go ahead and add whatever static assets (pictures, stylesheets, etc.) you need to that directory. Also, feel free to manuplate the templates in any way that you see fit. Frontend is now your responsibility :+1: :) . let me know if you need anything else.