New Users
56.000
15% from yesterday
Total Sales
$1990.63
70% last month
Your Profit
$500.52
80% from yesterday
New Requests
25
3% from last month
Repository: 720kb/hubuntu-ui
Branch: master
Commit: 5ac3145c542e
Files: 20
Total size: 25.1 KB
Directory structure:
gitextract_3h02d8vz/
├── .gitignore
├── Readme.md
├── bower.json
├── css/
│ └── style.css
├── gulpfile.js
├── index.html
├── package.json
└── sass/
├── _base.scss
├── _colors.scss
├── hubuntu.scss
└── modules/
├── _animations.scss
├── _breadcrumb.scss
├── _card-header.scss
├── _chart.scss
├── _loading.scss
├── _logo.scss
├── _media.scss
├── _shell.scss
├── _side-nav.scss
└── _toast.scss
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
.DS_Store
bower_components/
.idea
.sass-cache/
node_modules/
================================================
FILE: Readme.md
================================================
# Hubuntu UI

Hubuntu UI is a Material _Ubuntu style_ , very basic , starter template for admin dashboards (materialize.css).
The Hubuntu UI is developed by [720kb](http://720kb.net).
### Requirements
You need [Bower](http://bower.io/) installed on your pc.
### Install
```bash
git clone git@github.com:720kb/hubuntu-ui.git hubuntu-ui
```
```bash
cd hubuntu-ui/
```
```bash
bower install
```
#### npm
```bash
npm install hubuntu-ui
```
#### Bower
```bash
bower install hubuntu-ui
```
### Run it
```bash
python -m SimpleHTTPServer
```
then go to http://localhost:8000
****With Gulp****
```bash
npm install && gulp serve
```
then go to http://localhost:8100
### Live demo
[https://720kb.github.io/hubuntu-ui/](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:
```bash
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:
```
```
### Theming
For any changes to the theme please look at the materialize.css [documentation](http://materializecss.com/).
### 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.
### License
The MIT License (MIT)
Copyright (c) 2015 Filippo Oretti
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
================================================
FILE: bower.json
================================================
{
"name": "hubuntu-ui",
"version": "1.0.1",
"dependencies": {
"Materialize": "materialize#~0.97.1",
"chartist": "~0.9.4"
},
"homepage": "https://github.com/720kb/hubuntu-ui",
"authors": [
"720kb",
"http://720kb.net"
],
"description": "Material Design Admin Dashboard Template, ubuntu Style.",
"main": "",
"moduleType": [],
"keywords": [
"material",
"design",
"css",
"admin",
"dashboard",
"linux",
"ubuntu",
"style",
"template"
],
"license": "MIT"
}
================================================
FILE: css/style.css
================================================
/*
* Hubuntu UI
* https://github.com/720kb/hubuntu-ui
* brought to you by 720kb
* Support 720kb.net
* License - MIT
*/
html {
font-family: 'Ubuntu', sans-serif; }
header, main, footer {
padding-left: 240px; }
.content {
padding: 1% 2%; }
.brand-logo.page-title {
padding-left: 2%;
margin-top: 8px; }
.nav-badge {
margin-left: -8px;
position: absolute;
line-height: 15px;
top: 8px;
font-size: 12px;
text-align: center;
border-radius: 3px;
padding: 1px 5px 1px 4px;
background: rgba(0, 0, 0, 0.87); }
.user {
padding: 2%;
line-height: 54px;
text-align: center; }
.side-nav.custom-side-nav {
background: #333333; }
.side-nav.custom-side-nav li {
padding: 0; }
.side-nav.custom-side-nav li:hover {
background: none; }
.side-nav.custom-side-nav li a {
font-size: 16px;
color: rgba(255, 255, 255, 0.5);
width: 100%;
padding: 0 4% 0 4%;
line-height: 55px;
height: 55px; }
.side-nav.custom-side-nav li a:active, .side-nav.custom-side-nav li a:hover {
color: white;
background: rgba(0, 0, 0, 0.1); }
.side-nav.custom-side-nav li a i {
position: relative;
top: 15px;
float: right; }
.side-nav.custom-side-nav .badge {
margin-right: 25px;
height: 19px;
line-height: 18px;
margin-top: 18px;
border-radius: 3px;
width: auto;
min-width: auto;
font-size: 11.5px;
text-align: center;
padding: 1px 5px 0 4px; }
.ct-chart {
margin: 0;
margin-left: -17px; }
.ct-grid {
stroke: none; }
.ct-area {
fill-opacity: .6; }
.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
fill: #ff3d00;
fill-opacity: .3; }
.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
fill: #ff1744;
fill-opacity: .8; }
.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
fill: lightgrey; }
.shell-header {
background: #43423e;
background: -moz-linear-gradient(top, #43423e 0%, #33322e 100%);
background: -webkit-linear-gradient(top, #43423e 0%, #33322e 100%);
background: linear-gradient(to bottom, #43423e 0%, #33322e 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43423e', endColorstr='#33322e',GradientType=0 );
width: 100%;
height: 30px;
box-shadow: 0px -1px rgba(0, 0, 0, 0.1);
border-bottom: 2px solid rgba(0, 0, 0, 0.3); }
.shell-header a {
height: 20px;
width: 20px;
display: inline-block;
border-radius: 15px;
text-align: center;
line-height: 16.5px;
margin-left: 4px;
margin-top: 5px;
text-shadow: 0 1px rgba(255, 255, 255, 0.3); }
.shell-header a:last-child {
text-indent: .5px; }
.shell-header a i {
font-size: 12.5px;
vertical-align: text-bottom; }
.shell {
font-family: Monaco;
font-size: 13px;
line-height: 20px;
margin-top: 10vmin; }
.shell-content {
background: #350125;
padding: 1% 2%;
padding-bottom: 50px; }
.blink {
font-weight: bolder;
font-family: Arial;
animation: blinker .8s linear infinite; }
.breadcrumb {
height: 55px;
padding: 0 2% 0 2%; }
.breadcrumb h6 {
font-weight: 500;
line-height: 55px;
margin: 0;
color: rgba(0, 0, 0, 0.87); }
.card-header {
margin-top: 0; }
.card-header .card-content {
padding-bottom: 0;
padding-top: 10px; }
.logo {
height: 64px;
text-align: center; }
.logo img {
margin-top: 10px; }
.loading {
position: fixed;
height: 100%;
width: 100%;
left: 0;
top: 0;
z-index: 99999;
text-align: center; }
.loading img {
margin-top: 16%; }
.toast {
background: rgba(0, 0, 0, 0.79); }
@media only screen and (max-width: 600px) {
.toast {
margin-top: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.2); } }
@media only screen and (max-width: 992px) {
header, main, footer {
padding-left: 0; }
.brand-logo.page-title {
padding: inherit; } }
@media only screen and (min-width: 993px) {
#toast-container {
right: 3%;
top: 11%; } }
@keyframes blinker {
50% {
opacity: 0.0; } }
@-webkit-keyframes blinker {
50% {
opacity: 0.0; } }
@-moz-keyframes blinker {
50% {
opacity: 0.0; } }
================================================
FILE: gulpfile.js
================================================
/*global console,__dirname,require*/
(function serveTask(console, __dirname, require) {
'use strict';
var gulp = require('gulp')
, browserSync = require('browser-sync')
, historyApiFallback = require('connect-history-api-fallback');
gulp.task('serve', [/*maybe a watcher*/], function runBrowserSync(done) {
browserSync({
'open': true,
'ui': false,
'port': 8100,
'server': {
'baseDir': ['.'],
'middleware': [
historyApiFallback()
]
}
}, done);
});
}(console, __dirname, require));
================================================
FILE: index.html
================================================