add files for team page
This commit is contained in:
parent
d16b655d1c
commit
813998be35
|
@ -68,6 +68,7 @@ Router.map ->
|
|||
|
||||
@route 'home-pro', path: '/home-pro'
|
||||
@route 'pricing', path: '/plans'
|
||||
@route 'team', path: '/about/team'
|
||||
|
||||
@resource 'profile', path: '/profile', ->
|
||||
@resource 'accounts', path: '/', ->
|
||||
|
|
7
app/templates/team.hbs
Normal file
7
app/templates/team.hbs
Normal file
|
@ -0,0 +1,7 @@
|
|||
<div id="landing" class="landing wrapper">
|
||||
<section class="section--white">
|
||||
<div class="inner">
|
||||
<h1>HEllo team</h1>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
8
app/views/team.coffee
Normal file
8
app/views/team.coffee
Normal file
|
@ -0,0 +1,8 @@
|
|||
`import BasicView from 'travis/views/basic'`
|
||||
|
||||
View = BasicView.extend
|
||||
|
||||
classNames: ['landing-pro']
|
||||
layoutName: 'layouts/landing-page'
|
||||
|
||||
`export default View`
|
Loading…
Reference in New Issue
Block a user