diff --git a/.gitignore b/.gitignore index 660d559..d8fa327 100644 --- a/.gitignore +++ b/.gitignore @@ -1,26 +1,14 @@ *.swp .sass-cache +.bundle +node_modules/ +bower_components/ +sass/novo.scss +sass/bootstrap.scss +sass/novo.sass style.css -sass/styles.scss style.css.map -styles.css -styles.css.map gulpfile.js -jade/ -node_modules/ package.json -bower_components/ bower.json -sass/bootstrap.scss -sass/novo.sass -css/bootstrap.css -html/ -novo.css -novo.html -sass/novo.scss -sass/novo -.bundle -proposal_detail/ -slick-theme.css -slick.css -bootstrap.css \ No newline at end of file +novo.css \ No newline at end of file diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..d4269ea Binary files /dev/null and b/images/logo.png differ diff --git a/index.html b/index.html index f39c6be..0275e2a 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,8 @@ 'http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css', 'http://fonts.googleapis.com/css?family=Open+Sans:400,300,700', 'http://fonts.googleapis.com/css?family=Asap:400,700', - 'style.css' + // 'style.css' + 'novo.css' ]; head = document.getElementsByTagName('head')[0] for(i = 0; i < css_files.length; i++){ @@ -96,16 +97,16 @@