Updated side nav
This commit is contained in:
parent
af34bb2362
commit
43f1cb9647
@ -7,7 +7,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div id="side-nav" draggable="true" dropzone="">
|
<div id="side-nav">
|
||||||
<div class="main-menu">
|
<div class="main-menu">
|
||||||
<div class="top-side text-center py-4" style="background-image: url({% static 'img/dotted.jpg' %});">
|
<div class="top-side text-center py-4" style="background-image: url({% static 'img/dotted.jpg' %});">
|
||||||
<div class="desktop-hide">
|
<div class="desktop-hide">
|
||||||
@ -15,13 +15,12 @@
|
|||||||
<i class="fas fa-times"></i>
|
<i class="fas fa-times"></i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <h1 style="font-weight: 1000; font-size: 40px;">
|
<img src="{% static 'img/logo.png' %}" width="150px" alt="Logo Django LMS">
|
||||||
<span class="text-warning">Dj</span> LMS
|
|
||||||
</h1> -->
|
|
||||||
<img src="{% static 'img/logo.png' %}" width="200px" alt="Logo Django LMS">
|
|
||||||
<p class="text-orange">
|
<p class="text-orange">
|
||||||
|
<mark>
|
||||||
<i class="far fa-hand-point-right"></i>
|
<i class="far fa-hand-point-right"></i>
|
||||||
{{ request.user.get_user_role }}
|
{{ request.user.get_user_role }}
|
||||||
|
</mark>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{% url 'home' as hom %} {% url 'dashboard' as dash %} {% url 'profile' as prof %}
|
{% url 'home' as hom %} {% url 'dashboard' as dash %} {% url 'profile' as prof %}
|
||||||
@ -114,28 +113,21 @@
|
|||||||
<li class="{% if request.path == cp %}active{% endif %}">
|
<li class="{% if request.path == cp %}active{% endif %}">
|
||||||
<a href="{% url 'change_password' %}"><i class="fas fa-key"></i>Change Password</a>
|
<a href="{% url 'change_password' %}"><i class="fas fa-key"></i>Change Password</a>
|
||||||
</li>
|
</li>
|
||||||
<!-- <div class="navbar">
|
|
||||||
<li class="dropdown">
|
|
||||||
<a class="dropdown-toggle" href="#" id="dropdown01" data-toggle="dropdown"><i class="fas fa-cogs"></i>Account Setting</a>
|
|
||||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdown01">
|
|
||||||
<a href="#"><i class="fas fa-pencil-alt"></i> Edit</a>
|
|
||||||
<a href="#"><i class="fas fa-trash-alt"></i> Delete</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
</div> -->
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer class="card-footer mt-5 py-3 px-2">
|
<footer class="card-footer mt-5 pt-3 pb-5 px-2">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<p class="small">
|
<p class="small m-0">
|
||||||
Read our <a href="#"> Privacy </a> · <a href="#"> Terms. </a>
|
Read our <a href="#"> Privacy </a> and <a href="#"> Terms of use. </a>
|
||||||
CodeAdil Admin ©
|
<br />Django LMS © <script>document.write(new Date().getFullYear());</script>
|
||||||
<script>document.write(new Date().getFullYear());</script>
|
<br />
|
||||||
Lorem ipsum dolor sit amet consectetur adipisicing elit.
|
|
||||||
</p>
|
</p>
|
||||||
<a href="https://adilmohak.github.io/adil" class="btn btn-sm btn-primary mx-auto" target="_blank">
|
<p>
|
||||||
CodeAdil
|
<a href="https://adilmohak.github.io/adil/" target="_blank">By Adil Mohammed</a>
|
||||||
|
</p>
|
||||||
|
<a href="https://github.com/adilmohak/django-lms" class="btn btn-sm btn-dark mx-auto" target="_blank">
|
||||||
|
⭐️ Star on GitHub
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user