From 2c9a62f5b8f6dd5069c15a355ba3be1d5c8f3f05 Mon Sep 17 00:00:00 2001 From: augustoalmeida Date: Mon, 1 Jun 2015 22:37:59 -0300 Subject: [PATCH] Novo css --- .gitignore | 26 +++++++------------------- images/logo.png | Bin 0 -> 6509 bytes index.html | 13 +++++++------ 3 files changed, 14 insertions(+), 25 deletions(-) create mode 100644 images/logo.png 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 @@