Skip to content

Commit

Permalink
bots data updated, background updated, and colors updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandoche Adittane committed Aug 2, 2016
1 parent 9a71db5 commit 0c8537e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
Binary file modified app/images/samBg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ angular
controllerAs: 'bot'
})
.otherwise({
redirectTo: '/alex'
redirectTo: '/sam'
});
}).run(function($rootScope, $location, analyticsService) {
$rootScope.$on('$routeChangeSuccess', function() {
Expand Down
4 changes: 2 additions & 2 deletions app/scripts/services/botsdata.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ angular.module('happybotsApp')
imageBgSrc:"images/alexBg5.jpg",
icoSrc:"images/alexIcoNoBorder.png",
messengerUrl: "http://m.me/alex.wikimessenger",
githubUrl: "https://github.com/patriciamayo/Alex-wikiMessenger",
githubUrl: "https://github.com/HappyBots/Alex-wikiMessenger",
class: "dark",
},
"sam" : {
Expand All @@ -28,7 +28,7 @@ angular.module('happybotsApp')
imageBgSrc:"images/samBg.jpg",
icoSrc:"images/samico.png",
messengerUrl: "http://m.me/sam.pokemessenger",
githubUrl: "http://sandoche.com",
githubUrl: "https://github.com/HappyBots/Sam-pokeMessenger",
class: "white-shadow",
},
});
9 changes: 5 additions & 4 deletions app/styles/_bot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@

min-height: 100vh;

.white-shadow {
color: #fff !important;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.white-shadow {
color: #fff !important;
text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.4);
}

}

Expand Down

0 comments on commit 0c8537e

Please sign in to comment.