-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
52 lines (45 loc) · 2.68 KB
/
index.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
layout: default
title: Species File Group - Home
---
<div class="container">
<div class="container py-4">
<div class="p-5 mb-4 bg-light rounded-3 border">
<div class="container-fluid py-5">
<h1 class="display-5 fw-bold">Species File Group</h1>
<p class="fs-4">The Species <small class="fw-light">(life on Earth)</small> File <small class="fw-light">(software)</small> Group <small class="fw-light">(collaborating community)</small> builds tools that facilitate cataloging, description, and study of the Earth’s species.
<p><a class="btn btn-primary btn-lg" href="/about" role="button">Learn more »</a></p>
</div>
</div>
<div class="row align-items-md-stretch">
<div class="col-md-4">
<div class="h-100 p-5 bg-light border rounded-3">
<h2>Software</h2>
<p>Specializing in <a href="http://taxonworks.org">workbenches</a> for biodiversity scientists and <a href="http://globalnames.org/">indexing <em>all</em> the Earth's species</a>, our group also produces a wide range of open-source libraries and utilities.</p>
<p><a class="btn btn-outline-secondary" href="software.html" role="button">View details »</a></p>
</div>
</div>
<div class="col-md-4">
<div class="h-100 p-5 bg-light border rounded-3">
<h2>Collaboration</h2>
<p>Our resources serve the scientific community through collaboration including global infrastructure like the <a href="http://catalogueoflife.org">Catalogue of Life</a>. Help us grow!</p>
<p><a class="btn btn-outline-secondary" href="collaboration.html" role="button">View details »</a></p>
</div>
</div>
<div class="col-md-4">
<div class="h-100 p-5 bg-light border rounded-3">
<h2>Data</h2>
<p>Decades long curation utilizing SFG software by our team and <a href="/collaboration.html">collaborators</a> has resulted in high quality biodiversity data.</p>
<p><a class="btn btn-outline-secondary" href="data.html" role="button">View details »</a></p>
</div>
</div>
</div>
</div>
<div class="container pt-5">
<div class="col-md-13">
<h3>Give</h3>
<p class="lead">Please partner with us to support biodiversity informatics research, taxonomy, and natural history collections. Contributions impact efforts, from local-to-global, to understand, preserve, and responsibly use the Earth's vast biodiversity. Questions? <a href="/about">Contact us</a>.</p>
<p><a class="btn btn-primary btn-lg" href="https://www.givecampus.com/campaigns/49638/donations/new" role="button">Donate</a></p>
</div>
</div>
</div> <!-- /container -->