Skip to content

Commit

Permalink
Merge pull request #31 from BootcampersCollective/home-#4
Browse files Browse the repository at this point in the history
Home #4
  • Loading branch information
enkhi77 committed Jul 29, 2017
2 parents d670b83 + db59727 commit 93f60d1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = function (grunt) {
'use strict';

grunt.initConfig({
clean: [
'public/images/*',
Expand Down Expand Up @@ -91,4 +91,4 @@ module.exports = function (grunt) {
'concat:angular',
'sass'
]);
};
};
5 changes: 4 additions & 1 deletion client/app/home/components/home.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ const home = {
};
ctrl.$postLink = function () {};
},
template: `<h1 class="home-title">{{$ctrl.title}}</h1>`
template: `
`

};

angular.module('5340-site.home')
Expand Down
File renamed without changes.
Binary file added client/assets/Images/coffee_outside.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions client/sass/layout/layout.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
.container-main {
background-image: url("/images/coffee_outside.jpg");
background-repeat: no-repeat;
background-size: cover;

z-index:-1;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
Expand Down
1 change: 1 addition & 0 deletions client/sass/pages/home.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
h1.home-title{
// NOTE: Removed because logo has the title
}

0 comments on commit 93f60d1

Please sign in to comment.