Skip to content

Commit e89015c

Browse files
author
doublebyte1
committed
- added coverageJSON to the encodings section
1 parent 71afb07 commit e89015c

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

dist/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,15 @@ <h4>GeoPackage</h4>
372372
<a class="btn btn-dark btn-social mx-2" href="https://github.com/opengeospatial/geopackage" title="GitHub repo" target="_blank"><i class="fa-brands fa-github"></i></a>
373373
</div>
374374
</div>
375+
<div class="col-lg-4">
376+
<div class="team-member">
377+
<img class="mx-auto rounded-circle" src="assets/img/playground_temperature_coverage_with_values.png" alt="..." />
378+
<h4>CoverageJSON</h4>
379+
<p class="text-muted">CoverageJSON is simple, efficient, machine and human readable JSON for publishing spatio-temporal data to the Web.</p>
380+
<a class="btn btn-dark btn-social mx-2" href="https://covjson.org/" title="Website" target="_blank"><i class="fa fa-link"></i></a>
381+
<a class="btn btn-dark btn-social mx-2" href="https://github.com/opengeospatial/CoverageJSON" title="GitHub repo" target="_blank"><i class="fa-brands fa-github"></i></a>
382+
</div>
383+
</div>
375384
</div>
376385
</div>
377386
</section>
129 KB
Loading

src/pug/index.pug

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,15 @@ html(lang='en')
393393
i.fa.fa-link
394394
a.btn.btn-dark.btn-social.mx-2(href='https://github.com/opengeospatial/geopackage' title='GitHub repo' target="_blank")
395395
i.fa-brands.fa-github
396+
.col-lg-4
397+
.team-member
398+
img.mx-auto.rounded-circle(src='assets/img/playground_temperature_coverage_with_values.png', alt='...')
399+
h4 CoverageJSON
400+
p.text-muted CoverageJSON is simple, efficient, machine and human readable JSON for publishing spatio-temporal data to the Web.
401+
a.btn.btn-dark.btn-social.mx-2(href='https://covjson.org/' title='Website' target="_blank")
402+
i.fa.fa-link
403+
a.btn.btn-dark.btn-social.mx-2(href='https://github.com/opengeospatial/CoverageJSON' title='GitHub repo' target="_blank")
404+
i.fa-brands.fa-github
396405

397406
// Learn
398407
section#learn.page-section.bg-light

0 commit comments

Comments
 (0)