-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
76 lines (72 loc) · 3.49 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
layout: default
---
<div class="jumbotron main-intro">
<h2><span class="climateicon climateicon-snowflake" aria-hidden="true"></span> Addressing Climate Change in the Arctic and Alaska</h2>
<p>
Addressing climate-related issues like melting permafrost, coastal
erosion, subsistence hunting and gathering, food security, and freshwater
resources is becoming increasingly important - both in the Arctic and
Alaska at large. The resources provided below by the five Alaska Landscape
Conservation Cooperatives highlight efforts to document and address
these issues.
</p>
<div class="row">
<div class="col-md-4">
<div class="well bg-white">
<h3><strong>Brochure</strong></h3>
<p>
A concise four page introduction to projects undertaken by
the Alaska
<abbr title="Landscape Conservation Cooperatives">LCCs</abbr>
addressing climate change impacts.
</p>
<p>
<a class="btn btn-primary btn-large" href="{{ site.baseurl }}/resources/brochure.pdf"><span class="glyphicon glyphicon-file" aria-hidden="true"></span> Download PDF</a>
</p>
</div>
</div>
<div class="col-md-4">
<div class="well bg-white">
<h3><strong>Subject Matter Experts</strong></h3>
<p>
Contact information for scientists working on the impacts of
climate change in Alaska, organized categorically, by
subject matter expertise.
</p>
<p>
<a class="btn btn-primary btn-large" href="{{ site.baseurl }}/resources/subject_matter_experts.pdf"><span class="glyphicon glyphicon-file" aria-hidden="true"></span> Download PDF</a>
</p>
</div>
</div>
<div class="col-md-4">
<div class="well bg-white">
<h3><strong>Photo Gallery</strong></h3>
<p>
Images and captions of climate change effects on Alaska's
ecosystems and associated cultural resources.
</p>
<p>
<a class="btn btn-success btn-large" href="{{ site.baseurl }}/gallery"> <span class="glyphicon glyphicon-camera" aria-hidden="true"></span> View Gallery </a>
</p>
</div>
</div>
</div>
</div>
<div class="row main-logo">
<div class="col-xs-6 col-md-2-4">
<a href="https://absilcc.org" class="thumbnail"> <img src="{{ site.baseurl }}/images/logos/ABSI300.jpg" alt="ABSI LCC Logo"> </a>
</div>
<div class="col-xs-6 col-md-2-4">
<a href="http://arcticlcc.org" class="thumbnail"> <img src="{{ site.baseurl }}/images/logos/ALCC300.jpg" alt="Arctic LCC Logo"> </a>
</div>
<div class="col-xs-6 col-md-2-4">
<a href="http://www.northpacificlcc.org/" class="thumbnail"> <img src="{{ site.baseurl }}/images/logos/NPLCC300.jpg" alt="NPLCC LCC Logo"> </a>
</div>
<div class="col-xs-6 col-md-2-4">
<a href="http://nwblcc.org/" class="thumbnail"> <img src="{{ site.baseurl }}/images/logos/NWB300.jpg" alt="NWB LCC Logo"> </a>
</div>
<div class="col-xs-6 col-md-2-4">
<a href="https://westernalaskalcc.org" class="thumbnail"> <img src="{{ site.baseurl }}/images/logos/WALCC300.jpg" alt="Western AK LCC Logo"> </a>
</div>
</div>