Skip to content

Commit

Permalink
Merge pull request #1 from Shubhainder/Shubhainder-patch-1
Browse files Browse the repository at this point in the history
Updated sideSlide.html
  • Loading branch information
Shubhainder authored Oct 16, 2020
2 parents 2214b7c + b8437a2 commit fcfc974
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions social/templates/social/sideSlide.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ <h3>Options:</h3>
</div>
<hr>
<li class="nav-item active">
<button type="button" class="btn chk"><a href="{% url 'home' %}">Home<i
class="fa fa-home"></i></a></button>
<button type="button" class="btn chk"><a href="{% url 'home' %}"><i
class="fa fa-home"></i>Home</a></button>
</li>

{# <li class="nav-item active">#}
Expand All @@ -45,18 +45,18 @@ <h3>Options:</h3>
</li>

<li class="nav-item active">
<button type="button" class="btn chk"><a href="{% url 'profileList' %}">Search Vitians<i
class="fas fa-search"></i></a></button>
<button type="button" class="btn chk"><a href="{% url 'profileList' %}"><i
class="fas fa-search"></i>Search Vitians</a></button>
</li>

<li class="nav-item active">
<button type="button" class="btn chk"><a href="{% url 'chat_ajax' %}">Forum<i
class="fa fa-comments "></i></a></button>
<button type="button" class="btn chk"><a href="{% url 'chat_ajax' %}"><i
class="fa fa-comments "></i>Forum</a></button>
</li>

<li class="nav-item active">
<button type="button" class="btn chk"><a href="{% url 'poll_home' %}">Poll<i
class="fa fa-table" aria-hidden="true"></i></a></button>
<button type="button" class="btn chk"><a href="{% url 'poll_home' %}"><i
class="fa fa-table" aria-hidden="true"></i>Poll</a></button>
</li>

{# <li class="nav-item active">#}
Expand All @@ -65,41 +65,41 @@ <h3>Options:</h3>
{# </li>#}

<li class="nav-item active">
<button type="button" class="btn chk"><a href="{% url 'ub' %}">Announcements<i
class="fa fa-poll-people"></i></a></button>
<button type="button" class="btn chk"><a href="{% url 'ub' %}"><i
class="fa fa-poll-people"></i>Announcements</a></button>
</li>

<li class="nav-item active">
<button type="button" class="btn chk"><a href="{% url 'vithubList' %}">VITHUB<i
<button type="button" class="btn chk"><a href="{% url 'vithubList' %}"><i
class="fa fa-code" aria-hidden="true"></i></a></button>
</li>

<li class="nav-item active">
<button type="button" class="btn chk"><a href="{% url 'attendance' %}">Attendance<i
class="fa fa-table" aria-hidden="true"></i></a></button>
class="fa fa-table" aria-hidden="true"></i>VITHUB</a></button>
</li>

<li class="nav-item active">
<button type="button" class="btn chk"><a href="{% url 'grades' %}">Grades<i
class="fa fa-book" aria-hidden="true"></i></a></button>
<button type="button" class="btn chk"><a href="{% url 'grades' %}"><i
class="fa fa-book" aria-hidden="true"></i>Grades</a></button>
</li>

<li class="nav-item active">
<button type="button" class="btn chk"><a target="_blank"
href="https://abhishek2x.github.io/techera/">TECHERA<i
class="fa fa-newspaper"></i></a></button>
href="https://abhishek2x.github.io/techera/"><i
class="fa fa-newspaper"></i>TECHERA</a></button>
</li>

<li class="nav-item active">
<button type="button" class="btn chk"><a target="_blank"
href="https://moodle.vitbhopal.ac.in/">Moodles<i
class="fa fa-film"></i></a></button>
href="https://moodle.vitbhopal.ac.in/"><i
class="fa fa-film"></i>Moodles</a></button>
</li>

<li class="nav-item active">
<button type="button" class="btn chk"><a target="_blank"
href="http://myerp.vitbhopal.ac.in:8080/vtop/initialProcess">Vtop<i
class="fa fa-film"></i></a></button>
href="http://myerp.vitbhopal.ac.in:8080/vtop/initialProcess"><i
class="fa fa-film"></i>Vtop</a></button>
</li>

{# <li class="nav-item active">#}
Expand All @@ -109,8 +109,8 @@ <h3>Options:</h3>
{% if user.is_superuser %}
<hr>
<li class="nav-item active">
<button type="button" class="btn chk"><a href="/admin">Admin<i
class="fas fa-user-shield"></i></a></button>
<button type="button" class="btn chk"><a href="/admin"><i
class="fas fa-user-shield"></i>Admin</a></button>
</li>
{% endif %}

Expand Down

0 comments on commit fcfc974

Please sign in to comment.