Skip to content

Commit ea6096f

Browse files
alagramvaibhavsingh97
authored andcommitted
move contact from header to footer #211 (#214)
1 parent 7922fee commit ea6096f

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
@@ -35,7 +35,6 @@
3535
<li><a href="https://github.com/OpenSourceHelpCommunity" target="_blank">Resources</a></li>
3636
<li><a href="{% url 'contests' %}" target="_blank">Contests</a></li>
3737
<li><a href="{% url 'journey' %}" target="_blank">Journey</a></li>
38-
<li><a href="mailto:[email protected]" target="_blank">Contact</a></li>
3938
<li><a href="https://opensourcehelp.herokuapp.com/" target="_blank">Join Us!</a></li>
4039
{% if user.is_authenticated %}
4140
<li><a href="#!">Hey {{ user.username }}!</a></li>
@@ -76,6 +75,9 @@
7675
<li>
7776
<a href="https://opensourcehelp.herokuapp.com/" target="_blank"><i class="fa fa-slack" aria-hidden="true"></i></a>
7877
</li>
78+
<li>
79+
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope" aria-hidden="true"></i></a>
80+
</li>
7981
</span>
8082
<span class="col-sm-6 back-to-top right-align">
8183
<a id="toTop" name="Back to top!">Back to top</a>

0 commit comments

Comments
 (0)