Sidebar UI Fix

UI fixed
parent ab1bf187
...@@ -21,19 +21,33 @@ ...@@ -21,19 +21,33 @@
</ul> </ul>
</div> </div>
<!-- /.sidebar-collapse --> <!-- /.sidebar-collapse -->
<!-- sidebar-person-info --> <!-- sidebar-person-info -->
<div class="sidebar-person-info"> <div class="sidebar-person-info">
<button class="btn btn-primary close-sidebar-person-info">Profili Kapat</button> <button class="btn btn-primary close-sidebar-person-info">Profili Kapat</button>
<div class="identity"> <div class="identity">
<center><img src="../../../img/sample-profile-pic.jpg"></center> <div class="identity-header clearfix">
<center><p class="identity-name">Name Surname</p></center> <img src="../../../img/sample-profile-pic.jpg">
<ul> <div class="pull-left">
<li><b>Other 1:</b> Other Content 1</li> <p class="identity-name">Erkan</p>
<li><b>Other 2:</b> Other Content 2</li> <p class="identity-surname">Öğümsöğütlü</p>
<li><b>Other 3:</b> Other Content 3</li> </div>
<li><b>Other 4:</b> Other Content 4</li> </div>
<li><b>Other 5:</b> Other Content 5</li> <!-- end of identity-header -->
</ul> <div class="identity-info">
<div class="clearfix">
<span class="fa fa-phone"></span> <div>539 241 65 08</div>
</div>
<div class="clearfix">
<span class="fa fa-envelope"></span>
<div>erkanogum@gmail.com</div>
</div>
<div class="clearfix">
<span class="fa fa-home"></span>
<div>İşçi Blokları Mah. 1524. sokak B Blok 6. Kat A Kanat 27 numara</div>
</div>
</div>
</div> </div>
<!-- end of identity --> <!-- end of identity -->
<div class="person-actions"> <div class="person-actions">
...@@ -48,6 +62,8 @@ ...@@ -48,6 +62,8 @@
<!-- end of person-actions --> <!-- end of person-actions -->
</div> </div>
<!-- end of sidebar-person-info --> <!-- end of sidebar-person-info -->
<footer> <footer>
<span>v <app-version></app-version> &copy; ZetaOps</span> <span>v <app-version></app-version> &copy; ZetaOps</span>
</footer> </footer>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment