From 4ed7b4089eb227eaf29efe09fa965a42178e9338 Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Sun, 9 Feb 2020 18:49:41 -0500 Subject: [PATCH 1/3] fix --- www/application/controllers/Member.php | 3 ++- www/application/views/member/view_configure.php | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/www/application/controllers/Member.php b/www/application/controllers/Member.php index b585ce2..4e70f56 100644 --- a/www/application/controllers/Member.php +++ b/www/application/controllers/Member.php @@ -104,7 +104,8 @@ class Member extends Member_Controller { } public function myprofile() { - + $data =[]; + $this->renderMemberPages('view_myprofile', $data); } public function configure() { diff --git a/www/application/views/member/view_configure.php b/www/application/views/member/view_configure.php index 5d2b698..a618f5d 100644 --- a/www/application/views/member/view_configure.php +++ b/www/application/views/member/view_configure.php @@ -95,9 +95,7 @@
-
-

People you share with here

-
+
From 9fc10901b16f1d3063c38ae2858125a021cb998b Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Mon, 10 Feb 2020 09:32:05 -0500 Subject: [PATCH 2/3] fix --- www/assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/assets/css/style.css b/www/assets/css/style.css index 66b4e7b..bbbf6d0 100644 --- a/www/assets/css/style.css +++ b/www/assets/css/style.css @@ -132,7 +132,7 @@ Table of Contents */ .hero-area { width: 100%; - min-height: 100vh; + min-height: 80vh; background-image: url('../img/bg.jpg'); background-repeat: no-repeat; background-position: center; From e6406d81219f8817de78584c436330564e0b750e Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Mon, 10 Feb 2020 09:38:38 -0500 Subject: [PATCH 3/3] fix --- www/application/views/home/home.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/www/application/views/home/home.php b/www/application/views/home/home.php index f19102f..09bde78 100644 --- a/www/application/views/home/home.php +++ b/www/application/views/home/home.php @@ -108,11 +108,14 @@
-