gurl_o/themes/gurlushyk/partials/profile/style3.htm

41 lines
1.6 KiB
HTML

[viewBag]
==
<div class="col-12 col-lg-12" style="padding: 0px;margin-bottom: 80px;">
<div class="row">
<div style="position: absolute;left: 90px;z-index: 40;bottom: 80px;">
<a href="{{ 'user-profile'|page({id: user.id}) }}" style="display: inline;">
<img src="{{ user.logo|media|resize(127, 127, { mode: 'crop' }) }}" alt="Gurluşyk, Gurluşyk platform, bezeg gurluşyk, gipsler merkezi, {{ userProfile.name }}" style="width: 100%;border: 10px solid white;border-radius: 10px;box-shadow: 0px 2px 5px #00000038;">
</a>
</div>
<div class="col-md-2">
</div>
<div class="col-md-10">
<div class="my-account-content mb-50">
<div class="row">
<div class="col-md-1">
</div>
<div class="col-md-10">
<h3 class="mt-3" style="font-size: 22px;font-weight: bold;">{{ userProfile.shop_title }} ({{userProfile.work_time}})</h3>
<p>{{ userProfile.slogan }}</p>
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalLong">
{{ 'parallaxDolyMaglumat'|_ }}
</button>
</div>
</div>
</div>
</div>
</div>
</div>