Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Layout/design templates for MVC application? [closed]

Is there any open source design templates available for asp.net MVC projects? Tired of seeing the standard blue and white look that every mvc projects have.

like image 324
Chaka Avatar asked Dec 12 '11 18:12

Chaka


2 Answers

If you understand html/css you can take benefit of all websites that offers free template, to name but a few:

  • http://www.oswd.org/
  • http://www.sixshootermedia.com/free-templates/
  • http://www.opendesigns.org/

That's just a matter of applying them to your ASP.NET MVC Website (override the default CSS and updating the _layout markup), see this article.

Or there is the MVC Contrib Template gallery.

like image 70
Stéphane Bebrone Avatar answered Nov 15 '22 20:11

Stéphane Bebrone


Those template sites seem to be outdated now and no longer kept going, just fyi.

http://oswd.co and http://html5up.net look to be more recent with the latter having a lot of HTML5 templates to choose from.

like image 27
sultanosmani Avatar answered Nov 15 '22 21:11

sultanosmani