Frameworks/templates for web developer [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
开发者_StackOverflow中文版Closed 4 years ago.
Improve this questionI'm C/C++, Java developer and now in order to put some variety into my work, I decided to start playing with web development - i'm using django. However, I'm hopeless with graphics and advanced css. I would like to build and ship some apps with elegant and simple design. Are there any frameworks/templates which let me build something great looking without photoshop skills?
I'm looking for something useful like: http://960.gs.
Tacit CSS framework would be very in-line with what you're searching:
I'm hopeless with graphics and advanced css. I would like to build and ship some apps with elegant and simple design.
You include the library on your HTML pages and it will give the page a tidy and modern look by default, without the need to define classes to HTML elements or do any CSS code.
Here is an example of my personal page. Only CSS work I had to do was the inclusion of Tacit, and the page gets that look, working both on Desktop and on Mobile.
http://www.freecsstemplates.org/
Here you can find a nice comparison about responsive frameworks. In my personal experience, I've worked with Twitter Bootstrap on several projects and like it. Since I've used the other frameworks so extensively I cannot (or should not) say it's the best, but at least it fits my requirements and I find pleasing to work with it. There's a lot of projects integrating these UI frameworks with web frameworks like Django or Rails.
With a simple web search you'll find a lot of themes (free and paid ones), pick what best fits your needs.
精彩评论