+
+ Enter Your Billing Address and Credit Card information
+
+
@if (isset($paymentTitle))
@@ -94,6 +110,16 @@
{{ Former::text('postal_code') }}
+
+
+
+ *Billing address must match address accociated with credit card.
+
+
+ *Please click "PAY NOW" only once - transaction may take up to 1 minute to process
+
+
+
+
+ Balance Due $
+
+
-
+
{{ Button::block_primary_submit_lg(strtoupper(trans('texts.pay_now')) . ' - ' . Utils::formatMoney($amount, $currencyId) ) }}
diff --git a/app/views/public/splash.blade.php b/app/views/public/splash.blade.php
index 0cb849462f..f75a7cc880 100755
--- a/app/views/public/splash.blade.php
+++ b/app/views/public/splash.blade.php
@@ -2,7 +2,8 @@
@section('content')
-
+
+
+
+
+
+
+
+
+
+
+
+ Invoice Ninja Does Everything You'd Expect Your Online Invoicing App to Do
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/public/css/customCss.css b/public/css/customCss.css
new file mode 100644
index 0000000000..de657931b6
--- /dev/null
+++ b/public/css/customCss.css
@@ -0,0 +1,29 @@
+.customContainer{
+ padding: 40px 0;
+ margin: 0px 0 !important;
+ background: -webkit-linear-gradient(rgb(245, 245, 245), white);
+}
+.customFontHead{
+ font-size: 20px;
+ text-align: center;
+}
+.customTextBorder{
+ border-bottom: 1px solid rgb(195, 193, 193);
+ padding-bottom: 5%;
+ margin-bottom: 5%;
+}
+.customSubMenu{
+ margin-left: 2%;
+}
+.customMenuOne{
+ padding-left: 5px;
+ padding-right: 5px;
+}
+.shiftLeft{
+ float: left;
+}
+.customMenuDiv{
+ padding-bottom: 30px;
+ float: left;
+ width: 100%;
+}
\ No newline at end of file
diff --git a/public/images/AcceptPaymentsOnline.png b/public/images/AcceptPaymentsOnline.png
new file mode 100644
index 0000000000..c0b22890e0
Binary files /dev/null and b/public/images/AcceptPaymentsOnline.png differ
diff --git a/public/images/AdjustablePaymentTerms.png b/public/images/AdjustablePaymentTerms.png
new file mode 100644
index 0000000000..04c7a66c97
Binary files /dev/null and b/public/images/AdjustablePaymentTerms.png differ
diff --git a/public/images/AlertsWhenInvoicesViewed.png b/public/images/AlertsWhenInvoicesViewed.png
new file mode 100644
index 0000000000..ba1a569e7d
Binary files /dev/null and b/public/images/AlertsWhenInvoicesViewed.png differ
diff --git a/public/images/BeautifulTemplates.png b/public/images/BeautifulTemplates.png
new file mode 100644
index 0000000000..4c0c55a55f
Binary files /dev/null and b/public/images/BeautifulTemplates.png differ
diff --git a/public/images/BestInClassSecurity.png b/public/images/BestInClassSecurity.png
new file mode 100644
index 0000000000..685d160754
Binary files /dev/null and b/public/images/BestInClassSecurity.png differ
diff --git a/public/images/CloneInvoices.png b/public/images/CloneInvoices.png
new file mode 100644
index 0000000000..b3af42e248
Binary files /dev/null and b/public/images/CloneInvoices.png differ
diff --git a/public/images/CloudBasedApp.png b/public/images/CloudBasedApp.png
new file mode 100644
index 0000000000..1e68afe792
Binary files /dev/null and b/public/images/CloudBasedApp.png differ
diff --git a/public/images/CustomizeInvoices.png b/public/images/CustomizeInvoices.png
new file mode 100644
index 0000000000..fee0bf6c87
Binary files /dev/null and b/public/images/CustomizeInvoices.png differ
diff --git a/public/images/EstimatesProForma.png b/public/images/EstimatesProForma.png
new file mode 100644
index 0000000000..957242943e
Binary files /dev/null and b/public/images/EstimatesProForma.png differ
diff --git a/public/images/FreeInvoicing.png b/public/images/FreeInvoicing.png
new file mode 100644
index 0000000000..efcb70372c
Binary files /dev/null and b/public/images/FreeInvoicing.png differ
diff --git a/public/images/ImportExportRecords.png b/public/images/ImportExportRecords.png
new file mode 100644
index 0000000000..48b7ca5daf
Binary files /dev/null and b/public/images/ImportExportRecords.png differ
diff --git a/public/images/InTuitiveEditingInterface.png b/public/images/InTuitiveEditingInterface.png
new file mode 100644
index 0000000000..4c6066e980
Binary files /dev/null and b/public/images/InTuitiveEditingInterface.png differ
diff --git a/public/images/IntegrateWithPaymentGateways.png b/public/images/IntegrateWithPaymentGateways.png
new file mode 100644
index 0000000000..75ad657804
Binary files /dev/null and b/public/images/IntegrateWithPaymentGateways.png differ
diff --git a/public/images/InvoiceClientsViaEmail.png b/public/images/InvoiceClientsViaEmail.png
new file mode 100644
index 0000000000..c428314e59
Binary files /dev/null and b/public/images/InvoiceClientsViaEmail.png differ
diff --git a/public/images/LivePDFCreation.png b/public/images/LivePDFCreation.png
new file mode 100644
index 0000000000..748afc2627
Binary files /dev/null and b/public/images/LivePDFCreation.png differ
diff --git a/public/images/ManualAutomaticInvoiceNumbers.png b/public/images/ManualAutomaticInvoiceNumbers.png
new file mode 100644
index 0000000000..7eab15aa8d
Binary files /dev/null and b/public/images/ManualAutomaticInvoiceNumbers.png differ
diff --git a/public/images/MultilingualSupport.png b/public/images/MultilingualSupport.png
new file mode 100644
index 0000000000..5d8d3d43c3
Binary files /dev/null and b/public/images/MultilingualSupport.png differ
diff --git a/public/images/MultipleCurrencySupport.png b/public/images/MultipleCurrencySupport.png
new file mode 100644
index 0000000000..2eeb0a9369
Binary files /dev/null and b/public/images/MultipleCurrencySupport.png differ
diff --git a/public/images/MultipleTaxSettings.png b/public/images/MultipleTaxSettings.png
new file mode 100644
index 0000000000..a986944e85
Binary files /dev/null and b/public/images/MultipleTaxSettings.png differ
diff --git a/public/images/OpenSource.png b/public/images/OpenSource.png
new file mode 100644
index 0000000000..dc4a2045b8
Binary files /dev/null and b/public/images/OpenSource.png differ
diff --git a/public/images/PaymentTracking.png b/public/images/PaymentTracking.png
new file mode 100644
index 0000000000..b8e928b2af
Binary files /dev/null and b/public/images/PaymentTracking.png differ
diff --git a/public/images/PersonalizeInvoiceColor.png b/public/images/PersonalizeInvoiceColor.png
new file mode 100644
index 0000000000..eae90044e9
Binary files /dev/null and b/public/images/PersonalizeInvoiceColor.png differ
diff --git a/public/images/PrintablePDFInvoices.png b/public/images/PrintablePDFInvoices.png
new file mode 100644
index 0000000000..526eb3085b
Binary files /dev/null and b/public/images/PrintablePDFInvoices.png differ
diff --git a/public/images/RecurringInvoiceProfiles.png b/public/images/RecurringInvoiceProfiles.png
new file mode 100644
index 0000000000..936c948494
Binary files /dev/null and b/public/images/RecurringInvoiceProfiles.png differ
diff --git a/public/images/SelfHostedAvailable.png b/public/images/SelfHostedAvailable.png
new file mode 100644
index 0000000000..59cb12990f
Binary files /dev/null and b/public/images/SelfHostedAvailable.png differ