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/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 @@
-
- Share : - - - +
+ + Apple + Google Play + + + +
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

-
+
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;