LincT / lmn

4 stars 3 forks source link

Improve the appearance of the pages with CSS #10

Open Airmagic opened 6 years ago

justint1me commented 6 years ago

Any suggestions for CSS / design of the page, feel free to comment below.

pi6220na commented 6 years ago

Two ideas: Bootstrap is a very popular CSS library: https://getbootstrap.com/ and this w3 schools template - scroll down and find the blog template (that seems like a good fit for this project) https://www.w3schools.com/css/css_rwd_templates.asp. ----Jeremy

justint1me commented 6 years ago

This is somewhat done, there is some css that makes the pages look more neat. The only problem is we need whitenoise middleware to serve css files. I tried doing this on my whitenoise branch, but when we merged to master it messed up the photo bucket. Linc said he might know how to fix that

justint1me commented 6 years ago

This is done locally, but not on the deployed version of Heroku. I think if we change MEDIA_URL variable in settings.py to lmn/static instead of lmn/media, and then push whitenoise to master, and redeploy, it would work. We are not going to try this due to not wanting to mess up our deployed project at this time.