diff --git a/app/router.js b/app/router.js index 5519155..cfe66ad 100644 --- a/app/router.js +++ b/app/router.js @@ -10,4 +10,8 @@ Router.map(function() { this.route('verse', { path: '/verse/:verse_id' }, function() { this.route('word', { path: '/word/:word_id' }); }); + this.route('home', { path: '/' }); + this.route('contributors'); + this.route('user-guide'); + this.route('site-purpose'); }); diff --git a/app/templates/application.hbs b/app/templates/application.hbs index 1071c11..1f73311 100644 --- a/app/templates/application.hbs +++ b/app/templates/application.hbs @@ -15,7 +15,7 @@

Find Us

-

+

11450 Translation Way
Orlando, FL 32832

1-800-THE-WORD @@ -24,11 +24,11 @@

Pages

+ Home
+ Contributors
+ User Guide
+ Site Purpose
+