From 5fcfa2e2cacf1e7d0927645cfecd829b1650323c Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Fri, 25 Apr 2014 16:15:13 +0300 Subject: [PATCH] Text changes --- app/views/public/about_us.blade.php | 14 ++++++--- app/views/public/header.blade.php | 4 +-- app/views/public/plans.blade.php | 45 +++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+), 6 deletions(-) diff --git a/app/views/public/about_us.blade.php b/app/views/public/about_us.blade.php index 55b3265a01d1..832ad1b8f8b9 100644 --- a/app/views/public/about_us.blade.php +++ b/app/views/public/about_us.blade.php @@ -19,8 +19,15 @@

What is Invoice Ninja?

-

Invoice Ninja is a free, open-source solution for invoicing and billing customers. With Invoice Ninja, you can easily build and send beautiful invoices from any device that has access to the web. Your clients can print your invoices, download them as pdf files, and even pay you online from within the system.

-

Yeah, there are other tools that do similar things, but ours is easier to use, better looking, faster, more powerful, more secure and costs less. In fact, you can use Invoice Ninja 100% free of charge. Forever.

+

Invoice Ninja is a free, open-source solution for invoicing and billing + customers. With Invoice Ninja, you can easily build and send beautiful invoices + from any device that has access to the web. Your clients can print your invoices, + download them as pdf files, and even pay you online from within the system.

+   +

Team Ninja

+

Invoice Ninja is managed by a team of seasoned web workers. We + launched in early 2014 and have been thrilled by the enthusiastic response we’ve + received from our growing community of users.

@@ -30,8 +37,7 @@
-

Team Ninja

-

Invoice Ninja is managed by a team of seasoned web workers. We’ve worked plenty with the other products out there, and we thought it was high time that a better, more powerful, lighter and less evil online invoicing tool became available. We launched in early 2014 and have been thrilled by the enthusiastic response we’ve received from our growing community of users.

+
diff --git a/app/views/public/header.blade.php b/app/views/public/header.blade.php index d70dee33480a..4f7b2cc3f732 100644 --- a/app/views/public/header.blade.php +++ b/app/views/public/header.blade.php @@ -67,7 +67,7 @@
  • {{ link_to('about', 'About Us' ) }}
  • - +
  • {{ link_to('plans', 'Plans' ) }}
  • {{ link_to('contact', 'Contact Us' ) }}
  • {{ link_to('login', Auth::check() ? 'My Account' : 'Login' ) }}
  • @@ -126,7 +126,7 @@
  • {{ link_to('about', 'About Us' ) }}
  • - +
  • {{ link_to('plans', 'Plans' ) }}
  • {{ link_to('contact', 'Contact Us' ) }}
  • {{ link_to('login', Auth::check() ? 'My Account' : 'Login' ) }}
  • diff --git a/app/views/public/plans.blade.php b/app/views/public/plans.blade.php index 217a3d3beb4a..6898f3111049 100644 --- a/app/views/public/plans.blade.php +++ b/app/views/public/plans.blade.php @@ -2,6 +2,51 @@ @section('content') +
    +
    +
    +
    +
    +
    +

    The Plans

    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Go Pro to Unlock Premium Invoice Ninja Features

    +

    We believe that the free version of Invoice Ninja is a truly awesome product loaded + with the key features you need to bill your clients electronically. But for those who + crave still more Ninja awesomeness, we've unmasked the Invoice Ninja Pro plan, which + offers more versatility, power and customization options for just $50 per year.

    +
     
    + + +
    +
    +
    +
    + + + + @stop \ No newline at end of file