Skip to content

Commit 95fc0c4

Browse files
committed
Add images, updated content
1 parent 635da66 commit 95fc0c4

File tree

6 files changed

+79
-39
lines changed

6 files changed

+79
-39
lines changed

docs/src/img/downloaddeploy.png

54.9 KB
Loading

docs/src/img/eoapi_veda.png

4.43 MB
Loading

docs/src/img/ingestdata.png

168 KB
Loading

docs/src/img/sharevisualize.png

229 KB
Loading

docs/src/overrides/assets/stylesheets/home.css

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ section + section {
192192
}
193193

194194
.dark-section {
195-
background: var(--md-default-fg-color);
195+
background: #2e2b2b;
196196
color: var(--md-default-bg-color);
197197
}
198198

@@ -263,6 +263,7 @@ section + section {
263263
flex-flow: column nowrap;
264264
margin: 1rem 0;
265265
gap: 1rem;
266+
position: relative;
266267
}
267268
.figure-collection figure img {
268269
max-width: 100%;
@@ -274,13 +275,17 @@ section + section {
274275

275276
.centered {
276277
margin: 0 auto;
278+
padding: 0 0.75rem;
277279
}
278280
.logo-grid {
279281
align-items: center;
280282
}
281283
.logo-grid figure {
282284
mix-blend-mode: luminosity;
283285
}
286+
a > img {
287+
max-width: 100%;
288+
}
284289

285290
@media screen and (min-width: 40em) {
286291
.tx-hero {
@@ -303,10 +308,27 @@ section + section {
303308
max-width: 60ch;
304309
font-size: 1rem;
305310
}
306-
307311
.feature-grid {
308312
grid-template-columns: repeat(var(--cols), minmax(10px, 1fr));
309313
}
314+
.figure-collection figure img {
315+
max-width: 75%;
316+
align-self: center;
317+
}
318+
#eoapi-benefits.figure-collection figure:last-of-type:after {
319+
display: block;
320+
position: absolute;
321+
content: '';
322+
height: clamp(6rem, 14vw, 12rem);
323+
width: 50vw;
324+
background: var(--md-primary-fg-color);
325+
mix-blend-mode: multiply;
326+
border-radius: 0 0.5rem 0.5rem 0;
327+
pointer-events: none;
328+
z-index: -1;
329+
bottom: 12rem;
330+
left: -20vw;
331+
}
310332

311333
.width-160 {
312334
max-width: 160ch;
@@ -317,13 +339,38 @@ section + section {
317339
.tx-hero {
318340
padding: 4rem 1rem 6rem;
319341
}
342+
.centered {
343+
padding: 0;
344+
}
320345
.figure-collection figure {
321346
flex-flow: row nowrap;
322347
justify-content: flex-start;
348+
gap: 2rem;
349+
align-items: center;
323350
}
324351

325352
.figure-collection figure > * {
326353
flex: 1;
354+
flex-shrink: 0;
355+
}
356+
357+
.figure-collection figure img {
358+
max-width: 50%;
359+
}
360+
#eoapi-benefits.figure-collection figure:nth-of-type(even) img {
361+
margin-right: -5rem;
362+
max-width: 100%;
363+
}
364+
#eoapi-benefits.figure-collection figure:nth-of-type(odd) img {
365+
margin-left: -5rem;
366+
max-width: 100%;
367+
}
368+
#eoapi-benefits.figure-collection figure:last-of-type:after {
369+
bottom: 2rem;
370+
left: -30vw;
371+
}
372+
.figure-collection figure:nth-of-type(even) img {
373+
order: 1;
327374
}
328375

329376
.figure-collection figure > :first-child {

docs/src/overrides/home.html

Lines changed: 30 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<h1>Earth Observation Data at Scale</h1>
1616
<h1>Deployed in minutes</h1>
1717
<p class="lead">eoAPI makes massive earth observation (EO) data archives discoverable and
18-
interoperable. The fastest and easiest way to configure, customize, and deploy a full Earth
18+
interoperable—the fastest and easiest way to configure, customize, and deploy a full Earth
1919
Observation stack.</p>
2020
<div class="button-wrapper">
2121
<a href="{{ page.next_page.url | url }}" title="Get Started"
@@ -35,9 +35,9 @@ <h1>Deployed in minutes</h1>
3535
</div>
3636
<p class="media-attribution"><a title="Learn about the author"
3737
href="https://www.flickr.com/photos/nasamarshall/5091372229"> <span class="twemoji">
38-
{% include ".icons/material/information-outline.svg" %}
39-
</span><strong>Photo
40-
©NASA</strong></a>
38+
{% include ".icons/material/information-outline.svg" %}
39+
</span><strong>Photo
40+
©NASA</strong></a>
4141
</p>
4242

4343
</div>
@@ -56,10 +56,10 @@ <h2>State-of-the-art services to enable <mark>data discovery</mark>, <mark>searc
5656
<a href="#what-is-eoapi" class="headerlink" title="Permanent link"></a>
5757
</h2>
5858
</header>
59-
<p class="md-typeset lead">eoAPI presents an open-source and reusable framework for exploiting earth
59+
<p class="md-typeset lead">eoAPI presents an open-source and reusable framework for harnessing earth
6060
observation data. eoAPI takes the work out of constructing a cloud-native EO infrastructure through
6161
a set of intelligent defaults that fit most EO and geospatial infrastructure needs. Built with
62-
modularity as a core principal, eoAPI can be easily customized to your specific needs.</p>
62+
modularity as a core principle, eoAPI can easily be customized to your needs.</p>
6363
</div>
6464
<div class="md-content__inner">
6565
<ul class="feature-grid" style="--cols: 3;">
@@ -78,7 +78,8 @@ <h3>STAC Powered</h3>
7878
{% include ".icons/material/folder-home.svg" %}
7979
</span>
8080
<h3>Intelligent Customizable Defaults</h3>
81-
<p>Seamless deployment, configuration, and customization, while preserving flexibility.</p>
81+
<p>Seamless deployment, configuration, and customization while preserving flexibility.
82+
</p>
8283
</article>
8384
</li>
8485
<li class="feature-tout">
@@ -87,7 +88,7 @@ <h3>Intelligent Customizable Defaults</h3>
8788
{% include ".icons/material/cloud-braces.svg" %}
8889
</span>
8990
<h3>Cloud agnostic</h3>
90-
<p>Quickly deploy, configure and scale EO services. Deploy anywhere.</p>
91+
<p>Quickly deploy, configure, and scale EO services. Deploy anywhere.</p>
9192
</article>
9293
</li>
9394
</ul>
@@ -111,10 +112,10 @@ <h3>
111112
Catalog Cloud Data
112113
</h3>
113114
<h5>
114-
pgSTAC Database
115+
pgSTAC
115116
</h5>
116-
<p>pg-STAC is an optimized Postgres schema to index and search large-scale
117-
Spatio-Temporal Asset Catalog (STAC) collections.
117+
<p>pg-STAC is an optimized Postgres schema to index and search large-scale STAC
118+
collections.
118119
<p>
119120
<a href="https://github.com/stac-utils/pgstac">stac-utils/pgstac</a>
120121
</div>
@@ -176,37 +177,30 @@ <h5>
176177
<div class="md-grid" data-md-component="content">
177178
<div class="md-content__inner">
178179
<header class="md-typeset">
179-
<h5 id="eoapi-benefits" class="supheading">harness eoapi benefits</h5>
180+
<h5 class="supheading">harness eoapi benefits</h5>
180181
</header>
181-
<div class="figure-collection">
182+
<div class="figure-collection" id="eoapi-benefits">
182183
<figure>
183-
<a href="how-to-guides/huggingface/pipeline/nlp/translation/">
184-
<img src="https://placehold.co/600x300" alt="Alt text" loading="lazy">
185-
</a>
184+
<img src="../img/downloaddeploy.png" alt="Download eoAPI and deploy anywhere" loading="lazy">
186185
<figcaption class="md-typeset">
187-
<h2>Step 1: Download and Deploy</h2>
186+
<h2>Download and Deploy</h2>
188187
<p>Get started by downloading all the eoAPI resources you need. With our easy-to-follow
189188
guides and documentation, you'll have eoAPI up and running in minutes.</p>
190189
</figcaption>
191190
</figure>
192191
<figure>
193-
<a href="how-to-guides/huggingface/pipeline/nlp/translation/" title="GUI"
194-
style="--figureOrder: 1;">
195-
<img src="https://placehold.co/600x300" alt="Alt text" loading="lazy">
196-
</a>
192+
<img src="../img/ingestdata.png" alt="Ingest your data" loading="lazy" />
197193
<figcaption class="md-typeset">
198-
<h2>Step 2: Ingest Your Data</h2>
194+
<h2>Ingest Data & Metadata</h2>
199195
<p>Whether you're working with raster or vector data, eoAPI's flexible design allows you to
200196
easily ingest STAC Collections.
201197
</p>
202198
</figcaption>
203199
</figure>
204200
<figure>
205-
<a href="reference/restapi/" title="swagger-ui" tabindex="-1">
206-
<img src="https://placehold.co/600x300" alt="Alt text" loading="lazy">
207-
</a>
201+
<img src="../img/sharevisualize.png" alt="Share imagery" loading="lazy">
208202
<figcaption class="md-typeset">
209-
<h2>Step 3: Share, Visualize, and Analyze Your Data</h2>
203+
<h2>Share, Visualize, and Analyze</h2>
210204
<p>Now that your data is ingested, eoAPI provides you with the tools you need to share,
211205
visualize, and analyze it. From simple sharing options to advanced analytics
212206
capabilities, eoAPI is designed to help you make the most out of your geospatial data.
@@ -223,20 +217,19 @@ <h2>Step 3: Share, Visualize, and Analyze Your Data</h2>
223217
<!-- Why eoAPI section -->
224218
<section class="md-content secondary-section" data-md-color-scheme="default">
225219
<div class="md-grid" data-md-component="content">
226-
<div class="md-content__inner text-centered centered width-160">
220+
<div class="md-content__inner centered width-160">
227221
<header class="md-typeset">
228-
<h5 id="why-eoapi" class="supheading">Why eoAPI</h5>
222+
<h5 id="why-eoapi" class="supheading text-centered">Why eoAPI</h5>
229223
<h1><mark>We believe</mark> that the <mark>community</mark> of people who would benefit from STAC is
230224
larger than the current
231225
core
232226
community and early adopters of STAC.</h1>
233227
</header>
234228
<p class="md-typeset">The potential of Earth Observation data is immense in helping us understand our
235-
ever-changing planet. To fulfill this potential, we need to provide EO data that can be easily
236-
integrated into modern applications and decision-making tools. Its important that its easy to
229+
ever-changing planet. To fulfill this potential, we must provide EO data that can be easily
230+
integrated into modern applications and decision-making tools. It&apos;s important that it&apos;s easy to
237231
discover, interoperable, ingestible, and optimized for applications. This is a significant challenge
238-
for
239-
many organizations, and it’s our mission at Development Seed to address this challenge.</p>
232+
for many organizations, and our mission at Development Seed is to address this challenge.</p>
240233
</div>
241234
</div>
242235
</section>
@@ -247,20 +240,20 @@ <h1><mark>We believe</mark> that the <mark>community</mark> of people who would
247240
<header class="md-typeset text-centered">
248241
<h5 id="eoapi-in-action" class="supheading">eoAPI in action</h5>
249242
</header>
250-
<div class="figure-collection">
243+
<div class="figure-collection" id="eoAPI-examples">
251244
<figure>
252245
<figcaption class="md-typeset">
253-
<h3>NASA IMPACTs VEDA Project</h3>
246+
<h2>NASA IMPACT&apos;s VEDA Project</h2>
254247
<p>NASA IMPACT is leading the way for how NASA (and space agencies worldwide) can increase
255248
the
256-
societal impact of their data through cloud-optimized data distribution. Theyve
249+
societal impact of their data through cloud-optimized data distribution. They&apos;ve
257250
invested
258251
significant resources in advancing modern public EO data standards, tools, and
259252
platforms.
260253
You
261-
can see eoAPI services in action across</p>
254+
can see eoAPI services in action throughout the <a href="https://earthdata.nasa.gov/dashboard" rel="noopener" target="_blank">VEDA platform</a>.</p>
262255
</figcaption>
263-
<img src="https://placehold.co/600x300" alt="Alt text" loading="lazy">
256+
<img src="../img/eoapi_veda.png" alt="NASA VEDA platform screenshot" loading="lazy">
264257
</figure>
265258
</div>
266259
</div>

0 commit comments

Comments
 (0)