Skip to content

Commit

Permalink
updated theme
Browse files Browse the repository at this point in the history
  • Loading branch information
fboehm committed Dec 26, 2019
1 parent fb8dac0 commit b78dc33
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ <h3 id="connect">Connect</h3>
</div>
<div class="is-col is-33">
<h3 id="connect">Support</h3>
<em><p>Some of my work is funded, other work is volunteer. In lieu of supporting my volunteer or open-source work, please consider donating to these organizations that I work with or are close to my heart.</p></em>
<em><p>Some of my work is funded. In lieu of supporting my volunteer or open-source work, please consider donating to these organizations that I work with or are close to my heart.</p></em>
<ul class="fa-ul">
<li><i class="fa-li fas fa-heart fa-fw"></i><a href="https://ropensci.org/donate/">rOpenSci</a> builds tools and community for open science.</li>
<li><i class="fas fa-heart"></i><a href="https://ropensci.org/donate/">rOpenSci</a> builds tools and community for open science.</li>
<li><i class="fa-li fas fa-heart fa-fw"></i><a href="https://www.villagehealthworks.org/donate-2">Village Health Works</a> works for health and dignity in Burundi.</li>
<li><i class="fa-li fas fa-heart fa-fw"></i><a href="https://www.pih.org/pages/donate/give-today">Partners in Health</a> provides health services in many poor communities</li>
</ul>
Expand Down
12 changes: 12 additions & 0 deletions static/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@
color: green;
}

[class^="li"] {
color: green;
}

[class^="fa-li"] {
color: green;
}

[class^="fa-heart"] {
color: green;
}



/* =Typography
Expand Down

0 comments on commit b78dc33

Please sign in to comment.