colab-chat / colab-server

GNU General Public License v3.0
4 stars 1 forks source link

Choose a CSS framework #13

Open matthew-d-jones opened 7 years ago

matthew-d-jones commented 7 years ago

Try Foundation. Make a mock static page. https://github.com/madzak/flask-foundation https://pypi.python.org/pypi/Flask-Zurb-Foundation

asafpm commented 7 years ago

I'm not sure why use this flask extension instead of just using foundation directly. It seems to me that using it directly is a cleaner solution and we also don't rely on a half-documented third-party solutions.

Here are some sample Foundation templates: http://foundation.zurb.com/apps/page-templates.html

And a screen grab of the chat template: screenshot from 2017-06-03 22-28-57

Seems like a very good starting point.

matthew-d-jones commented 7 years ago

That's probably true, I just remembered coming across those things before so I put the links there to remind myself or whoever tackles this ticket to take a look at them.