diff --git a/app/views/public/features.blade.php b/app/views/public/features.blade.php new file mode 100644 index 000000000000..175615e2403c --- /dev/null +++ b/app/views/public/features.blade.php @@ -0,0 +1,118 @@ +@extends('public.header') + +@section('content') +
+
+
+
+
+
+

THE FEATURES +

+
+
+
+
+ +
+
+
+
+

Open Source Platform

+

Set the code free! Here at Invoice Ninja, we’re all about being non-evil, and providing full code transparency is a central manifestation of this value. Our users started seeing the benefits of open source within days of our launch, when we rolled out v1.0.2, which included some key code improvements that our friends on GitHub sent our way.

+

We firmly believe that being an open source product helps everyone involved. We’re looking forward to seeing what the developers out there can do to take Invoice Ninja into new realms of usefulness.

+
+
+
+
+ +
+
+
+
+
+ +
+
+
+

Free Forever

+

Yeah, you read that correctly. You don’t have to pay us a cent to use our tools. We know how tough it is to make ends meet as a web-based business, and we’re bent on providing a top-notch product that will do everything you need it to do, without any subscription or opt-in fees. +

+

+ Try Invoice Ninja out. You literally have nothing to lose. We’re confident that you’ll find the experience so positive that you’ll never need to turn elsewhere. +

+
+
+
+
+
+
+
+
+

Secure and Private

+

Invoice Ninja has been built from the ground up to keep your data safe. Only you have access to your login and accounting details, and we will never share your transaction data to any third party.

+

+ Our website operates with 256-bit encryption, which is even more secure than most banking websites. Invoice Ninja uses the TLS 1.0 cryptographic protocol, AES_256_CBC string encryption, SHA1 message authentication and DHE_RSA key exchanges. We feel safe here and have invested heavily in measures to ensure that you do too. +

+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+

Live PDF Creation

+

With Invoice Ninja, we’ve done away with the need for cumbersome multi-click invoice previewing after each save. When you enter the details of your customer and/or invoice in our editor, you can instantly see the results in the pdf preview pane below. Want to see what your invoice would look like in a different layout style? The live pdf can show you four beautiful preset styles in real time too. +

+

+ Just create, save, send, and you’re done! +

+
+
+
+
+
+
+
+
+

Online Payments

+

Invoice Ninja seamlessly integrates with all of the top internet payment processors and gateways so you can get paid for your work quickly and easily. Invoices crated with our tools aren’t just for bookkeeping purposes - they bring in the Benjamins.

+

+ We also make it super easy to choose the right gateway for the specific needs of your business and are happy to help you to get started working with the gateway of your choice. What’s more, we’re constantly working on rolling out additional gateway integrations, so if you don’t see the one you use here, just let us know, and there’s a good chance we’ll add it for you. +

+
+
+
+ +
+
+
+
+
+ + + +@stop \ No newline at end of file diff --git a/public/css/splash.css b/public/css/splash.css index d305465f4963..dd164fef6d2a 100644 --- a/public/css/splash.css +++ b/public/css/splash.css @@ -35,6 +35,10 @@ a:hover { text-decoration: none; } +.blue-text { + color: #2299c0; +} + .center { text-align: center; } @@ -143,6 +147,7 @@ a .cta:hover span { padding: 10px 35px 20px; height: 109px; border-left: 1px dotted #ccc; + text-align: left; } @@ -296,9 +301,16 @@ section.about h2 { } section.about .screendump { - background-color: #ccc; height: 220px; } +section.about .col-md-5 { + padding-right: 15px; + padding-left: 43px; +} +section.about.white-bg .col-md-5 { + padding-right: 43px; + padding-left: 15px; +} section.contact .address .glyphicon { background: #edd71e; diff --git a/public/images/Thumbs.db b/public/images/Thumbs.db index ddbfcdfda902..fe00159ab67b 100644 Binary files a/public/images/Thumbs.db and b/public/images/Thumbs.db differ diff --git a/public/images/features1.jpg b/public/images/features1.jpg new file mode 100644 index 000000000000..086a70844540 Binary files /dev/null and b/public/images/features1.jpg differ diff --git a/public/images/features2.jpg b/public/images/features2.jpg new file mode 100644 index 000000000000..fa5b31b770bb Binary files /dev/null and b/public/images/features2.jpg differ diff --git a/public/images/features3.jpg b/public/images/features3.jpg new file mode 100644 index 000000000000..9109a9fa2e6e Binary files /dev/null and b/public/images/features3.jpg differ diff --git a/public/images/features4.jpg b/public/images/features4.jpg new file mode 100644 index 000000000000..f0b22911408a Binary files /dev/null and b/public/images/features4.jpg differ