Dashboard Left Sidebar

Left sidebar for dashboard person info has been added.
parent 9f397f0a
......@@ -21,6 +21,33 @@
</ul>
</div>
<!-- /.sidebar-collapse -->
<!-- sidebar-person-info -->
<div class="sidebar-person-info">
<button class="btn btn-primary close-sidebar-person-info">Profili Kapat</button>
<div class="identity">
<center><img src="../../../img/sample-profile-pic.jpg"></center>
<center><p class="identity-name">Name Surname</p></center>
<ul>
<li><b>Other 1:</b> Other Content 1</li>
<li><b>Other 2:</b> Other Content 2</li>
<li><b>Other 3:</b> Other Content 3</li>
<li><b>Other 4:</b> Other Content 4</li>
<li><b>Other 5:</b> Other Content 5</li>
</ul>
</div>
<!-- end of identity -->
<div class="person-actions">
<ul>
<li><a href="#"><span class="fa fa-trash"></span> Action 1</a></li>
<li><a href="#"><span class="fa fa-trash"></span> Action 2</a></li>
<li><a href="#"><span class="fa fa-trash"></span> Action 3</a></li>
<li><a href="#"><span class="fa fa-trash"></span> Action 4</a></li>
<li><a href="#"><span class="fa fa-trash"></span> Action 5</a></li>
</ul>
</div>
<!-- end of person-actions -->
</div>
<!-- end of sidebar-person-info -->
<footer>
<span>v <app-version></app-version> &copy; ZetaOps</span>
</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