Skip to content

Commit

Permalink
added new about page
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Munizaga committed Dec 12, 2013
1 parent ba3846c commit 750c060
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "about"]
path = about
url = git@github.com:cryptic-io/cryptic-explained.git
1 change: 1 addition & 0 deletions about
Submodule about added at 0907a2
11 changes: 1 addition & 10 deletions js/routes/About.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
define([ "views/About" ], function(About){
return function(viewport, topBar){
return function(){
console.log('Entering About')
var about = new About()
about.render()
topBar.select('about')

viewport
.exeunt()
.introduce(about,0)
.moveToPage(0)
.placeCenter(about.el, 0)
window.location.pathname = "/about"
}
}
})
Expand Down

0 comments on commit 750c060

Please sign in to comment.