From 080800d6461e44cf3e3629e665cfed93157ddc15 Mon Sep 17 00:00:00 2001 From: Razi KAntorp Date: Fri, 13 Jun 2014 17:11:46 +0200 Subject: [PATCH] Testimonials page --- app/controllers/HomeController.php | 4 +++ app/routes.php | 1 + app/views/public/header.blade.php | 6 ++-- app/views/public/testimonials.blade.php | 46 ++++++++++++++++++++++++ public/built.public.css | 24 +++++++++++-- public/css/splash.css | 24 +++++++++++-- public/images/Thumbs.db | Bin 440832 -> 444928 bytes public/images/bg-blue.jpg | Bin 22569 -> 22543 bytes public/images/hero-bg-testi.jpg | Bin 0 -> 24501 bytes public/images/icon-testi.png | Bin 0 -> 1999 bytes public/images/icon-testi@2x.png | Bin 0 -> 3175 bytes 11 files changed, 97 insertions(+), 8 deletions(-) create mode 100644 app/views/public/testimonials.blade.php create mode 100644 public/images/hero-bg-testi.jpg create mode 100644 public/images/icon-testi.png create mode 100644 public/images/icon-testi@2x.png diff --git a/app/controllers/HomeController.php b/app/controllers/HomeController.php index a90a76396a7a..adc8f5d59136 100755 --- a/app/controllers/HomeController.php +++ b/app/controllers/HomeController.php @@ -63,6 +63,10 @@ class HomeController extends BaseController { return View::make('public.plans', $data); } + public function showTestimonials() + { + return View::make('public.testimonials'); + } public function doContactUs() diff --git a/app/routes.php b/app/routes.php index 12e6cafa10f9..ed363f13bc5e 100755 --- a/app/routes.php +++ b/app/routes.php @@ -33,6 +33,7 @@ Route::post('/contact_submit', 'HomeController@doContactUs'); Route::get('/faq', 'HomeController@showFaq'); Route::get('/features', 'HomeController@showFeatures'); Route::get('/secure_payment', 'HomeController@showSecurePayment'); +Route::get('/testimonials', 'HomeController@showTestimonials'); Route::get('log_error', 'HomeController@logError'); Route::get('invoice_now', 'HomeController@invoiceNow'); diff --git a/app/views/public/header.blade.php b/app/views/public/header.blade.php index faf866e0eabe..5a7ca92b66ef 100644 --- a/app/views/public/header.blade.php +++ b/app/views/public/header.blade.php @@ -8,8 +8,7 @@ ---> - +-->