Skip to content

Commit

Permalink
add clubs and labs link
Browse files Browse the repository at this point in the history
  • Loading branch information
Laur04 committed May 15, 2019
1 parent b6f5a2d commit d1e4996
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tjhsst/static/style.css
Expand Up @@ -86,8 +86,13 @@ html, body {
text-align: center;
}

.login-button, .login-button:hover {
text-decoration:none;
.navbar-link {
padding:5px;
color:white;
}

span.fa-user{
padding-left:7px;
}

@media (max-width: 991px) {
Expand Down
6 changes: 6 additions & 0 deletions tjhsst/templates/base.html
Expand Up @@ -42,6 +42,12 @@ <h1>TJHSST</h1>
{% endif %}
</ul>
<ul class="navbar-nav ml-auto">
<li>
<a class="nav-link" href="{% url 'clubs:index' %}">Clubs</a>
</li>
<li>
<a class="nav-link" href="{% url 'labs:index' %}">Labs</a>
</li>
{% if request.user.is_authenticated %}
<li>
<span class="navbar-text" style="color:rgb(255,255,255)"><i class="fa fa-user"></i> {{ request.user.username }}</span>
Expand Down

0 comments on commit d1e4996

Please sign in to comment.