Skip to content

Commit 2622812

Browse files
committed
move imgs; use knmi
1 parent f2c27d1 commit 2622812

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
lines changed

assets/imgs/knmi-stack-demo.png

739 KB
Loading

index.html

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@
174174
<a href="#data">For Data Providers</a>
175175
<a href="#dev">For Developers</a>
176176
<a href="https://www.youtube.com/watch?v=dBV2yxoHkDU">
177-
<img src="logos/youtube-svgrepo-com.svg" alt="YouTube demo" style="height: 1.3em; vertical-align: middle;">
177+
<img src="assets/imgs/youtube-svgrepo-com.svg" alt="YouTube demo" style="height: 1.3em; vertical-align: middle;">
178178
</a>
179179
<a href="https://github.com/hapi-server">
180-
<img src="logos/github-mark.svg" alt="HAPI GitHub Organization Page" style="height: 1.3em; vertical-align: middle;">
180+
<img src="assets/imgs/github-mark.svg" alt="HAPI GitHub Organization Page" style="height: 1.3em; vertical-align: middle;">
181181
</a>
182182
</div>
183183
</div>
@@ -194,13 +194,25 @@ <h1>About HAPI</h1>
194194
<p>The <a href="https://github.com/hapi-server?type=all&amp;language=&amp;sort=name">hapi-server GitHub project</a> contains a collection of repositories for HAPI-related software and documentation, including client and server libraries and code for verifying and testing a HAPI server.</p>
195195
</div>
196196
<div class="column">
197+
<!--TODO: Rotate images as in https://codepen.io/paulobrien/pen/YzzqgVJ-->
197198
<div style="padding: 1em; margin-top: 4.5em; margin-left: 3em; margin-right: 3em; margin-bottom: 2em; box-shadow: 0 2px 8px var(--hapi-light-blue); display: inline-block;">
199+
<!--figure style="margin: 0;">
200+
<img
201+
src="assets/imgs/autoplot-stack-demo.png"
202+
style="display: block; max-width: 100%; height: auto;"
203+
alt="HAPI Stack Demo" />
204+
<figcaption style="text-align: left;margin-top:0.5em">
205+
Autoplot client showing data from four HAPI-enabled data providers.
206+
</figcaption>
207+
</figure-->
198208
<figure style="margin: 0;">
199209
<img
200-
src="logos/HAPI-stack-demo.png"
210+
src="assets/imgs/knmi-stack-demo.png"
201211
style="display: block; max-width: 100%; height: auto;"
202212
alt="HAPI Stack Demo" />
203-
<figcaption style="text-align: left">HAPI client showing data from four data providers.</figcaption>
213+
<figcaption style="text-align: left;margin-top:0.5em">
214+
KNMI Timeline viewer showing data from four HAPI-enabled data providers.
215+
</figcaption>
204216
</figure>
205217
</div>
206218
</div>

logos/favicon_io.zip

-80.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)