Github bootstrap UI? Or github-like UI template
github, layout, twitter-bootstrap, user-interface
Solution
Github's ui is not open source as far as I know, however there is a FOSS clone called gitlabhq:
http://gitlabhq.com/
And the source is available on github:
https://github.com/gitlabhq/gitlabhq
Problem
I really appreciate Github's website look & feel and I would like to "clone" it on a admin tool I'm developing right now. Does anyone knows if there's a Github Bootstrakp (just like Twitter bootstrap) or something similar? Perhaps a Github-like UI admin template ... I found their Style Guide page (https://github.com/styleguide/) but wasn't able to get the css and javascript source codes. Thanks a lot.