diff --git a/app/views/public/about_us.blade.php b/app/views/public/about_us.blade.php index f6552c2995..9ca196902b 100644 --- a/app/views/public/about_us.blade.php +++ b/app/views/public/about_us.blade.php @@ -1,86 +1,90 @@ @extends('public.header') @section('content') -
-
-
-

WHY INVOICE NINJA? -

-
-
-
+
+
+
+
+
+
+

About InvoiceNinja

+
+
+
+
+
-

Open Source Platform

-

Free yourself from online invoicing platforms with high monthly fees and limited functionality. Being open source allows us fast app development, security audits by the open-course community, and we can keep it FREE!

+

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.

-
+
-
-
-
- -
-
-
-

Live PDF Creation

-

Look professional from day #1. Select one of our beautiful invoice templates to suit your company identity, switch between designs in real time to preview invoices & email them to clients with one click. The live preview PDF function was designed for an efficient and hassle-free experience, and it’s awesome! -

-
-
-
-
-
-
-
-
-

Online Payments

-

Authorize.net, Beanstream, PayPal? InvoiceNinja supports the most popular online payment gateways! If you need help integrating a third party gateway we don’t yet support, please contact us! We’re happy to help! If you need assistance of want to learn more about online payment solutions, contact us!

-
-
-
- -
-
-
-
-
- - + @stop \ No newline at end of file diff --git a/public/css/splash.css b/public/css/splash.css index 81f2ecef30..210059e654 100644 --- a/public/css/splash.css +++ b/public/css/splash.css @@ -289,15 +289,20 @@ section.blue .col-md-6 h1 span { text-transform: lowercase; } -section.about { +section.about, section.team { padding: 70px 0; } -section.about h2 { - margin: 0 0 25px; +section.about h2, section.team h2 { font-size: 25px; + margin: 0 0 25px; text-transform: none; } +section.team .col-md-3 h2 { + font-size: 20px; + margin-top: 20px; +margin-bottom: 10px; +} section.about .screendump { height: 220px; @@ -310,9 +315,25 @@ section.about.white-bg .col-md-5 { padding-right: 43px; padding-left: 15px; } -section.about img { +section.about img, section.team img { width: 100%; min-width: 100%; + padding: 0 30px; +} +section.team .col-md-3 { + margin-top: 25px; +} +section.team .col-md-3 p { + font-size: 12px; +} + +section.team .social { + width: 30px; + display:inline-block; + margin: 3px 3px 0 3px; +} +section.team .social img{ + padding: 0; } section.contact .address .glyphicon { diff --git a/public/images/Brackets.Sprint.37.msi b/public/images/Brackets.Sprint.37.msi new file mode 100644 index 0000000000..a8647dff42 Binary files /dev/null and b/public/images/Brackets.Sprint.37.msi differ diff --git a/public/images/Thumbs.db b/public/images/Thumbs.db index d82cef6f0a..d18920b2c9 100644 Binary files a/public/images/Thumbs.db and b/public/images/Thumbs.db differ diff --git a/public/images/benjacobson.jpg b/public/images/benjacobson.jpg new file mode 100644 index 0000000000..3f02646c6a Binary files /dev/null and b/public/images/benjacobson.jpg differ diff --git a/public/images/hillelcoren.jpg b/public/images/hillelcoren.jpg new file mode 100644 index 0000000000..b1065d7dab Binary files /dev/null and b/public/images/hillelcoren.jpg differ diff --git a/public/images/instagram.svg b/public/images/instagram.svg new file mode 100644 index 0000000000..57b4749dbd --- /dev/null +++ b/public/images/instagram.svg @@ -0,0 +1,20 @@ + + + + + + + diff --git a/public/images/linkedin.svg b/public/images/linkedin.svg new file mode 100644 index 0000000000..a71c78e667 --- /dev/null +++ b/public/images/linkedin.svg @@ -0,0 +1,15 @@ + + + + + + + diff --git a/public/images/me.svg b/public/images/me.svg new file mode 100644 index 0000000000..f3d9149ab3 --- /dev/null +++ b/public/images/me.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + diff --git a/public/images/razikantorp.jpg b/public/images/razikantorp.jpg new file mode 100644 index 0000000000..5c3b20750f Binary files /dev/null and b/public/images/razikantorp.jpg differ diff --git a/public/images/shalomstark.jpg b/public/images/shalomstark.jpg new file mode 100644 index 0000000000..eca82b3fdd Binary files /dev/null and b/public/images/shalomstark.jpg differ diff --git a/public/images/twitter.svg b/public/images/twitter.svg new file mode 100644 index 0000000000..5ae1b040da --- /dev/null +++ b/public/images/twitter.svg @@ -0,0 +1,14 @@ + + + + + + + diff --git a/public/images/vector-social-media-icons.zip b/public/images/vector-social-media-icons.zip new file mode 100644 index 0000000000..fc65210c51 Binary files /dev/null and b/public/images/vector-social-media-icons.zip differ