Skip to content

Commit

Permalink
Update text on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-nz committed Jul 1, 2018
1 parent ffa97e0 commit 41b9687
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/controllers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Controller from '@ember/controller';

export default Controller.extend({

headerMessage: 'Coming Soon',
headerMessage: 'Demo Home Page',
responseMessage: '',
emailAddress: '',

Expand Down
2 changes: 1 addition & 1 deletion app/templates/footer.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<footer class="page-footer">
<p>Welcome in this Ember.js 3.0 Demo App. Please click through and check all menu point and features. You can build
<p>Welcome in the Ember.js 3.2 Demo App. Please click through and check all menu point and features. You can build
this application if you follow our free <a href="http://yoember.com">Ember tutorial</a>.
Please don't use your real email address. This database is public, you can list the database in Admin section.
The source code on <a href="https://github.com/zoltan-nz/library-app">GitHub</a>.</p>
Expand Down
3 changes: 2 additions & 1 deletion app/templates/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

<br/><br/>

<p>Don't miss our launch date, request an invitation now.</p>
<p>This is an example form for invitation. Start building your own application today, follow our free <a href="https://yoember.com" target="_blank">Ember.js Tutorial</a>.</p>
<p>Don't forget to check out other menu points as well. ;)</p>

<div class="form-horizontal form-group form-group-lg row">
<div class="col-xs-10 col-xs-offset-1 col-sm-6 col-sm-offset-1 col-md-5 col-md-offset-2">
Expand Down

0 comments on commit 41b9687

Please sign in to comment.