Merge branch 'master' of https://gitlab.chiefsoft.net/Chiefsoft/CoreGrade
This commit is contained in:
@@ -104,7 +104,8 @@ class Member extends Member_Controller {
|
||||
}
|
||||
|
||||
public function myprofile() {
|
||||
|
||||
$data =[];
|
||||
$this->renderMemberPages('view_myprofile', $data);
|
||||
}
|
||||
|
||||
public function configure() {
|
||||
|
||||
@@ -108,11 +108,14 @@
|
||||
<div class="item"><img src="/assets/img/iphone-mockup-1.png" alt=""></div>
|
||||
<div class="item"><img src="/assets/img/iphone-mockup-1.png" alt=""></div>
|
||||
</div>
|
||||
<div class="hero-social-share wow zoomIn" data-wow-delay="2.2s">
|
||||
<span> Share : </span>
|
||||
<a href="#"><i class="fa fa-facebook"></i></a>
|
||||
<a href="#"><i class="fa fa-youtube"></i></a>
|
||||
<a href="#"><i class="fa fa-twitter"></i></a>
|
||||
<div data-wow-delay="2.2s">
|
||||
|
||||
<a href="#"><img src="/assets/img/app-store.png" alt="Apple"></a>
|
||||
<a href="#"><img src="/assets/img/google-store.png" alt="Google Play"></a>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -95,9 +95,7 @@
|
||||
<div class="col-xl-4 col-md-6 col-sm-12">
|
||||
<div class="card">
|
||||
<div class="card-content">
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">People you share with here</h4>
|
||||
</div>
|
||||
|
||||
<div id="share_detail">
|
||||
|
||||
</div>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user