forked from datacarpentry/R-ecology-lesson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
37 lines (35 loc) · 1.43 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<hr/>
<div class="row">
<div class="col-md-7 text-left">
<p class="text-muted">
<a href="https://datacarpentry.org/">Data Carpentry</a>, 2014-2019.
</p>
<p class="text-muted">
<a href="LICENSE.html">License</a>.
<a href="CONTRIBUTING.html">Contributing</a>.
</p>
<p class="text-muted">
Questions? Feedback?
Please <a href="https://github.com/datacarpentry/R-ecology-lesson/issues/new">file
an issue on GitHub</a>. <br/>
On Twitter: <a href="https://twitter.com/datacarpentry">@datacarpentry</a>
</p>
</div>
<div class="col-md-5 text-right">
<p class="text-muted">
If this lesson is useful to you, consider <a href="https://carpentries.org/newsletter/"><bold>subscribing to our newsletter</bold></a> or
<a href="https://carpentries.wedid.it" onclick="_paq.push(['trackEvent', 'donate', 'click', 'bottom-button']);">making a donation</a> to support the work of
<span class="text-nowrap"><a href="https://carpentries.org">The
Carpentries</a></span>.
</p>
</div>
</div>
<!-- Algolia DocSearch -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
<script type="text/javascript"> docsearch({
apiKey: '4c64cef535ab2b7c8d1b73ed13f283e1',
indexName: 'datacarpentry',
inputSelector: '#search-box',
debug: false // Set debug to true if you want to inspect the dropdown
});
</script>