Skip to content

Commit 0b99c5e

Browse files
committed
(docs): Attempt to better explain angular-meteor in the frontpage
1 parent 94cb120 commit 0b99c5e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.docs/angular-meteor/client/views/angular-2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template name="angular2.html">
22
<div class="main-unit container">
33
<div class="angular-2">
4-
<h1>A Clear Migration Path to Angular 2</h1>
4+
<h1>A Clear Migration Path to Angular 2.0</h1>
55
<img src="/images/angular-2-shield-large.png"/>
66
<p>Together with our community members, we have been working on getting Angular-Meteor working with Angular 2.</p>
77
<p>We think we created a good solution for working with Angular 2.0 and migrating to it.</p>

.docs/angular-meteor/client/views/main.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<img src="/images/logo-large.png">
66
</div>
77
<div>
8-
<h1>Combine the Best Frameworks</h1>
8+
<h1>Build Realtime Web and Mobile Apps With Angular and Meteor</h1>
99
</div>
1010
<div>
1111
<a href="/tutorial"
@@ -23,19 +23,19 @@ <h1>Angular-Meteor Makes Real Time Full Stack Easy</h1>
2323
<div class="row">
2424
<div class="col-sm-6">
2525
<div class="small-hero">
26-
<h2>Combined Power</h2>
27-
<img src="/images/plug-in.png">
26+
<h2>Real Time Data Sync and Store</h2>
27+
<img src="/images/existing.png">
2828
<p>
29-
Plug-in to a well documented platform that combines the transformative power of Angular and the easy to manage Meteor framework.
29+
Sync data in realtime across your own server, DB and clients instantly.
3030
</p>
3131
</div>
3232
</div>
3333
<div class="col-sm-6">
3434
<div class="small-hero">
35-
<h2>Use Your Existing Code</h2>
36-
<img src="/images/existing.png">
35+
<h2>Write Angular on the Server</h2>
36+
<img src="/images/plug-in.png">
3737
<p>
38-
No need to change your existing code - whether you're coming from Angular or from Meteor - angular-meteor just works.
38+
Use your existing Angular knowledge to create your server. Remove boilerplate by calling Angular Services from the server directly on your client.
3939
</p>
4040
</div>
4141
</div>
@@ -44,7 +44,7 @@ <h2>Use Your Existing Code</h2>
4444
<div class="row">
4545
<div class="col-sm-12">
4646
<p class="tutorial-cta">
47-
Angular-Meteor brings the responsive power of Angular to the powerful and flexible Meteor stack.
47+
Angular-Meteor is completely Open Source. brings the responsive power of Angular to the powerful and flexible Meteor stack. Deploy wherever you want.
4848
</p>
4949
<a class="btn btn-default tutorials"
5050
href="https://github.com/Urigo/angular-meteor">

0 commit comments

Comments
 (0)