From c6f0d9e71e0d5b856e1d9c22613848bb1e72f830 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 14 May 2014 01:17:33 +0300 Subject: [PATCH] Secure payment design --- app/views/public/header.blade.php | 385 +++++++++++++++++++++++------- public/built.public.css | 10 +- public/css/splash.css | 10 +- public/images/hillelcoren.jpg | Bin 21810 -> 16418 bytes 4 files changed, 312 insertions(+), 93 deletions(-) diff --git a/app/views/public/header.blade.php b/app/views/public/header.blade.php index fed3fb26861b..2f0597a6f7de 100644 --- a/app/views/public/header.blade.php +++ b/app/views/public/header.blade.php @@ -19,24 +19,24 @@ @stop @@ -64,7 +64,7 @@ } @if (isset($invoiceNow) && $invoiceNow) - getStarted(); + getStarted(); @endif function isStorageSupported() { @@ -94,29 +94,29 @@
+
+ - @yield('content') +@yield('content') -