diff --git a/img/.DS_Store b/img/.DS_Store deleted file mode 100644 index f021f41..0000000 Binary files a/img/.DS_Store and /dev/null differ diff --git a/js/routes.js b/js/routes.js index b41b0ce..a358e96 100644 --- a/js/routes.js +++ b/js/routes.js @@ -16,6 +16,16 @@ .when('/partners', { templateUrl: 'templates/pages/partners/index.html' }) + .when('/scheduler', { + redirectTo: function() { + window.location.href = 'http://csmscheduler.herokuapp.com/' + } + }) + .when('/interview', { + redirectTo: function() { + window.location.href = 'http://scrutinizer.herokuapp.com/' + } + }) .otherwise({ redirectTo: '/' });