forked from geoblacklight/geoblacklight.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (112 loc) · 2.94 KB
/
index.html
File metadata and controls
113 lines (112 loc) · 2.94 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
---
layout: default
---
<div class="intro-text">
<h1>GeoBlacklight</h1>
<h4>
A multi-institutional open-source collaboration building a better way to find and share geospatial data.
</h4>
</div>
<div class = "browsers">
<div class = "browser">
<div class="browser-top-bar">
<div class="browser-circle"></div>
<div class="browser-circle"></div>
<div class="browser-circle"></div>
</div>
<div class="browser-content"></div>
</div>
<div class = "browser">
<div class="browser-top-bar">
<div class="browser-circle"></div>
<div class="browser-circle"></div>
<div class="browser-circle"></div>
</div>
<div class="browser-content">
</div>
</div>
<div class = "browser">
<div class="browser-top-bar">
<div class="browser-circle"></div>
<div class="browser-circle"></div>
<div class="browser-circle"></div>
</div>
<div class="browser-content"></div>
</div>
</div>
<div class="cover"></div>
<ul class="bullets">
<li class="bullet three-col-bullet">
<div class="bullet-content">
<h2>Easy to install</h2>
<p>
Quick and easy to get going with GeoBlacklight. Follow the simple <a href="https://github.com/geoblacklight/geoblacklight/wiki/Installation">installation instructions</a> or checkout one of the <a href="/tutorials.html">tutorials</a>.
</p>
</div>
</li>
<li class="bullet three-col-bullet">
<div class="bullet-content">
<h2>Easy to customize</h2>
<p>
GeoBlacklight uses SASS and Twitter Bootstrap to enable adopters to easily customize their installation.
</p>
</div>
</li>
<li class="bullet three-col-bullet">
<div class="bullet-content">
<h2>Built for longevity</h2>
<p>
Modularized <a href="/projects.html">software projects</a> that enhance each other. Test coverage and documentation is a priority.
</p>
</div>
</li>
</ul>
<hr>
<div class='showcase'>
<h3>GeoBlacklight Project Showcase</h3>
<div class="cards">
{% assign sortedShowcase = site.data.showcase | sort: 'name' %}
{% for item in sortedShowcase %}
<div class="card">
<div class="card-image">
<img src="/images/{{ item.image }}" alt="">
</div>
<div class="card-header">
{{ item.name }}
</div>
<div class="card-copy">
<p>
{{ item.copy }}
</p>
<p>
<a href="{{ item.link.url }}">{{ item.link.text}} »</a>
</p>
</div>
</div>
{% endfor %}
</div>
</div>
<hr>
<div class='contributors'>
<h3>GeoBlacklight Contributors</h3>
<ul>
<li>
Big Ten Academic Alliance
</li>
<li>
MIT Libraries
</li>
<li>
New York University Libraries
</li>
<li>
Princeton University Library
</li>
<li>
Stanford University Libraries
</li>
<li>
University of Minnesota Libraries
</li>
</ul>
</div>