Material Ubuntu风格的后台管理仪表板HTML模板:Hubuntu UI
jopen
9年前
Hubuntu UI
Hubuntu UI是一个Material Ubuntu风格的后台管理仪表板HTML模板。very basic , starter template for admin dashboards (materialize.css).
The Hubuntu UI is developed by 720kb.
Requirements
You need Bower installed on your pc.
Run it
git clone git@github.com:720kb/hubuntu-ui.git hubuntu-ui
cd hubuntu-ui/
bower install
python -m SimpleHTTPServer
Now just go to http://localhost:8000
Live demo
https://720kb.github.io/hubuntu-ui/
Sass
A Sass version of Hubuntu UI is included for convenience.
To generate a compiled css version simply run:
sass sass/hubuntu.scss:css/main.css
To test the compiled Sass version remove all the style tags in the sample index.html and replace them with:
<link href="css/main.css" type="text/css" rel="stylesheet" media="screen, projection">
Theming
For any changes to the theme please look at the materialize.css documentation.
Contributing
We will be much grateful if you help us making this project to grow up. Feel free to contribute by forking, opening issues, pull requests etc.