Skip to content

Commit

Permalink
[Fixes #2] Change branding / look & feel of homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
geosolutions committed Nov 21, 2019
1 parent 557af10 commit a6ec8b0
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions geonode/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
{% endif %}
</li>
<li>
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{% trans "About" %}<i class="fa fa-angle-down fa-lg"></i></a>
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{% trans "Users" %}<i class="fa fa-angle-down fa-lg"></i></a>
<ul class="dropdown-menu">
<li><a href="{% url "profile_browse" %}">{% trans "People" %}</a></li>
<li><a href="{% url "group_list" %}">{% trans "Groups" %}</a></li>
Expand All @@ -290,6 +290,12 @@
{% endif %}
</ul>
</li>
<li>
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{% trans "About" %}<i class="fa fa-angle-down fa-lg"></i></a>
<ul class="dropdown-menu">
</ul>
</li>


{% block extra_tab %}

Expand Down Expand Up @@ -433,9 +439,9 @@ <h1>{% trans "You are using an outdated browser that is not supported by GeoNode
{% endif %}
</ul>
</div>
<div class="col-md-2">
<div class="col-md-2">
<ul class="list-unstyled">
<li>{% trans "About" %}</li>
<li>{% trans "Users" %}</li>
<li><a href="{% url "profile_browse" %}">{% trans "People" %}</a></li>
<li><a href="{% url "group_list" %}">{% trans "Groups" %}</a></li>
{% if perms.announcements.can_manage %}
Expand All @@ -450,6 +456,11 @@ <h1>{% trans "You are using an outdated browser that is not supported by GeoNode
{% endif %}
</ul>
</div>
<div class="col-md-2">
<ul class="list-unstyled">
<li>{% trans "About" %}</li>
</ul>
</div>

<div class="col-md-6 text-right">
{% block contactus %}
Expand Down

0 comments on commit a6ec8b0

Please sign in to comment.