Skip to content

Commit f76eaaa

Browse files
committed
Replaced links in header - hack4impact is gone, Contact Us corrected.
Hack4impact is gone from wherever I found it.
1 parent 7fc283c commit f76eaaa

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

app/templates/macros/nav_macros.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ <h3 class="ui header">Info</h3>
228228
{{ header_items(current_user, site_name) }}
229229
<div class="right menu">
230230
{{ account_items(current_user) }}
231-
<a class="header item" id="h4i-logo" target="_blank" href="https://hack4impact.org">
231+
<!-- a class="header item" id="h4i-logo" target="_blank" href="https://hack4impact.org">
232232
<img src="{{ url_for('static', filename='images/h4i_square_white.png') }}">
233-
</a>
233+
</a -->
234234
</div>
235235
</div>
236236
</div>

app/templates/main/about.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ <h1 class="ui header">
1515

1616
{% if not current_user.is_admin() %}
1717
<div class="ui text container">
18-
<a class="header item" id="h4i-full-logo" target="_blank" href="https://hack4impact.org">
18+
<!-- a class="header item" id="h4i-full-logo" target="_blank" href="https://hack4impact.org">
1919
<img src="{{ url_for('static', filename='images/applogo_color.png') }}">
20-
</a>
20+
</a -->
2121
</div>
2222
{% endif %}
2323
</div>

app/templates/main/generalized_page.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ <h1 class="ui header">
1515

1616
{% if not current_user.is_admin() %}
1717
<div class="ui text container">
18-
<a class="header item" id="h4i-full-logo" target="_blank" href="https://hack4impact.org">
18+
<!-- a class="header item" id="h4i-full-logo" target="_blank" href="https://hack4impact.org">
1919
<img src="{{ url_for('static', filename='images/applogo_color.png') }}">
20-
</a>
20+
</a -->
2121
</div>
2222
{% endif %}
2323
</div>

fosterforlife/custom.js

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)