Skip to content

Commit 1bd35db

Browse files
Merge pull request #221 from aaronmaynard/patch-2
Move Journey from header to footer
2 parents 514be05 + a520ac6 commit 1bd35db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

oshc/main/templates/base.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
</li>
3535
<li><a href="https://github.com/OpenSourceHelpCommunity" target="_blank">Resources</a></li>
3636
<li><a href="{% url 'contests' %}" target="_blank">Contests</a></li>
37-
<li><a href="{% url 'journey' %}" target="_blank">Journey</a></li>
3837
<li><a href="https://opensourcehelp.herokuapp.com/" target="_blank">Join Us!</a></li>
3938
{% if user.is_authenticated %}
4039
<li><a href="#!">Hey {{ user.username }}!</a></li>
@@ -69,6 +68,9 @@
6968
<li>
7069
<a href="https://github.com/OpenSourceHelpCommunity" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
7170
</li>
71+
<li>
72+
<a href="{% url 'journey' %}" target="_blank"><i class="fa fa-users" aria-hidden="true"></i></a>
73+
</li>
7274
<li>
7375
<a href="https://www.youtube.com/channel/UC1_IAby-9me3iICtxuiDL5Q" target="_blank"><i class="fa fa-youtube-play" aria-hidden="true"></i></a>
7476
</li>

0 commit comments

Comments
 (0)