feat(): add menu bar and main content with colors from atom editor

This commit is contained in:
kendo5731
2016-01-31 15:24:53 +01:00
commit 06de5347fa
10 changed files with 358 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"description": "HTML/CSS Theme for www.aubm.net",
"repository": "https://github.com/aubm/aubm-website-theme.git",
"license": "MIT",
"dependencies": {
"bootstrap-sass": "^3.3.6"
},
"devDependencies": {
"browser-sync": "^2.11.1",
"gulp": "^3.9.0",
"gulp-sass": "^2.1.1",
"gulp-util": "^3.0.7"
},
"scripts": {
"serve": "gulp serve"
}
}