-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#142 add newsletter, contact & podcast to footer
- Loading branch information
Showing
3 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,15 +75,9 @@ <h5>CorrelAid. ©2015-2020</h5> | |
{{ range .Site.Menus.essentials }} | ||
<li><a class="text-muted" href="{{ .URL | absLangURL }}">{{ .Name }}</a></li> | ||
{{ end }} | ||
<li><a href="#" | ||
data-toggle="modal" | ||
data-target="#contact-modal" | ||
data-email="[email protected]" | ||
data-to="Contact CorrelAid" | ||
class="text-muted" | ||
> | ||
Kontakt | ||
</a></li> | ||
<li><a class="text-muted" href="https://correlaid.us12.list-manage.com/subscribe?u=b294bf2834adf5d89bdd2dd5a&id=175fade988">Newsletter NPOs</a></li> | ||
<li><a class="text-muted" href="https://correlaid.us12.list-manage.com/subscribe?u=b294bf2834adf5d89bdd2dd5a&id=915f3f3eff">Newsletter Volunteers</a></li> | ||
|
||
</ul> | ||
<div class="row d-md-flex justify-content-center"> | ||
<div class="col-2"> | ||
|
@@ -95,6 +89,9 @@ <h3><a href="https://twitter.com/CorrelAid" target="_blank"><i class="fab fa-twi | |
<div class="col-2"> | ||
<h3><a href="https://github.com/correlaid" target="_blank"><i class="fab fa-github"></i></a></h3> | ||
</div> | ||
<div class="col-2"> | ||
<h3><a href="https://soundcloud.com/correlaid_podcast" target="_blank"><i class="fas fa-podcast"></i></a></h3> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|