| Current Path : /var/www/html/ssr26/frontend/runtime/frontendpage/ |
| Current File : /var/www/html/ssr26/frontend/runtime/frontendpage/74_1775022689027970800-content-216.php |
<?php
/*** CONTENT_ID-216***/
if(!empty(Yii::$app->user->identity->img_url))
$img_url = Yii::$app->user->identity->img_url;
else
$img_url = '/assets/img/profile.png';
echo '
<style>
.user-top-section99 {
height: 150px;
border-radius: 20px;
background: #210f2a;
/* background: linear-gradient(90deg, rgba(30, 41, 56, 1) 0%, rgba(30, 41, 56, 1) 19%, rgba(13, 90, 163, 1) 100%);*/
}
.user-image-bg{
border-radius: 50%;
width: 200px;
height: 200px;
margin: -170px auto 0;
margin-right: -30px;
background: #cfd0d2;
box-shadow: inset rgba(0, 0, 0, 0.3) 0px 19px 38px, inset rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.user-image{
background-color :white;
border-radius: 50%;
width: 200px;
height: 200px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
margin: -200px auto 0;
margin-right: -30px;
border: 5px solid white;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.affiliate {
width:100%;
position: absolute;
top: 20px;
left: 100px;
color: #fff;
z-index:1;
}
.affliate-outer-wrapper{
margin-top: -110px;
border-radius: 20px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;background: linear-gradient(9deg, rgba(243,243,243,1) 0%, rgba(240,240,240,1) 35%, rgba(243,243,243,1) 100%);
background:white;
position: relative;
margin-bottom : 100px;
}
.btn-top{
color : white;
font-weight : bold;
margin-right : 25px;
}
.btn-top:hover{
color : yellow;
}
</style>
<div class="container" style="padding:0">
<div class="affliate-outer-wrapper">
<div class="user-top-section99"></div>
<div class="user-image" style="background-image:url('.$baseUrl.'/'.$img_url.')"></div>
<div class="affiliate">
<h4 class="text-white"><i>Selamat Datang ke Laman Pengguna Super Schools Rugby</i></h4>
<h1 style="color:yellow;margin-top:0;">'.Yii::$app->user->identity->fullname.'</h1>
<a href="/portal-main/mydonation" class="btn-top">Rekod Pembayaran</a>
<a href="/portal-main/view-profile" class="btn-top">Profil Saya</a>
<a href="/portal-main/change-password" class="btn-top">Tukar Kata Laluan</a>
<a href="/site/logout" class="btn-top">Log Keluar</a>
</div>
</div>
</div>';
?>