Skip to content

Commit 3091fa3

Browse files
author
doublebyte1
committed
- added OARec, gpkg and coverageJSON to the list of approved Standards
1 parent b287385 commit 3091fa3

1 file changed

Lines changed: 27 additions & 21 deletions

File tree

src/pug/index.pug

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -283,13 +283,15 @@ html(lang='en')
283283
i.fa-brands.fa-github
284284
.col-lg-4
285285
.team-member
286-
img.mx-auto.rounded-circle(src='assets/img/records-thumb.jpg', alt='...')
287-
h4 OGC API - Records
288-
p.text-muted Interface for discovering and querying metadata about geospatial resources (e.g.: catalogue).
289-
a.btn.btn-dark.btn-social.mx-2(href='https://records.developer.ogc.org/' title='Website' target="_blank")
290-
i.fa.fa-link
291-
a.btn.btn-dark.btn-social.mx-2(href='https://github.com/opengeospatial/ogcapi-records' title='GitHub repo' target="_blank")
292-
i.fa-brands.fa-github
286+
.ribbon-holder
287+
.ribbon.ribbon-holder Published
288+
img.mx-auto.rounded-circle(src='assets/img/records-thumb.jpg', alt='...')
289+
h4 OGC API - Records
290+
p.text-muted Interface for discovering and querying metadata about geospatial resources (e.g.: catalogue).
291+
a.btn.btn-dark.btn-social.mx-2(href='https://records.developer.ogc.org/' title='Website' target="_blank")
292+
i.fa.fa-link
293+
a.btn.btn-dark.btn-social.mx-2(href='https://github.com/opengeospatial/ogcapi-records' title='GitHub repo' target="_blank")
294+
i.fa-brands.fa-github
293295
.col-lg-4
294296
.team-member
295297
img.mx-auto.rounded-circle(src='assets/img/stylesimage-thumb.jpg', alt='...')
@@ -392,22 +394,26 @@ html(lang='en')
392394
i.fa-brands.fa-github
393395
.col-lg-4
394396
.team-member
395-
img.mx-auto.rounded-circle(src='assets/img/geopkg.png', alt='...')
396-
h4 GeoPackage
397-
p.text-muted GeoPackage lets you store different types of geospatial information (e.g.: vector data, attributes, metadata, styles) in a single container.
398-
a.btn.btn-dark.btn-social.mx-2(href='https://www.geopackage.org/' title='Website' target="_blank")
399-
i.fa.fa-link
400-
a.btn.btn-dark.btn-social.mx-2(href='https://github.com/opengeospatial/geopackage' title='GitHub repo' target="_blank")
401-
i.fa-brands.fa-github
397+
.ribbon-holder
398+
.ribbon.ribbon-holder Published
399+
img.mx-auto.rounded-circle(src='assets/img/geopkg.png', alt='...')
400+
h4 GeoPackage
401+
p.text-muted GeoPackage lets you store different types of geospatial information (e.g.: vector data, attributes, metadata, styles) in a single container.
402+
a.btn.btn-dark.btn-social.mx-2(href='https://www.geopackage.org/' title='Website' target="_blank")
403+
i.fa.fa-link
404+
a.btn.btn-dark.btn-social.mx-2(href='https://github.com/opengeospatial/geopackage' title='GitHub repo' target="_blank")
405+
i.fa-brands.fa-github
402406
.col-lg-4
403407
.team-member
404-
img.mx-auto.rounded-circle(src='assets/img/playground_temperature_coverage_with_values_.png', alt='...')
405-
h4 CoverageJSON
406-
p.text-muted CoverageJSON is simple, efficient, machine and human readable JSON for publishing spatio-temporal data to the Web.
407-
a.btn.btn-dark.btn-social.mx-2(href='https://covjson.org/' title='Website' target="_blank")
408-
i.fa.fa-link
409-
a.btn.btn-dark.btn-social.mx-2(href='https://github.com/opengeospatial/CoverageJSON' title='GitHub repo' target="_blank")
410-
i.fa-brands.fa-github
408+
.ribbon-holder
409+
.ribbon.ribbon-holder Published
410+
img.mx-auto.rounded-circle(src='assets/img/playground_temperature_coverage_with_values_.png', alt='...')
411+
h4 CoverageJSON
412+
p.text-muted CoverageJSON is simple, efficient, machine and human readable JSON for publishing spatio-temporal data to the Web.
413+
a.btn.btn-dark.btn-social.mx-2(href='https://covjson.org/' title='Website' target="_blank")
414+
i.fa.fa-link
415+
a.btn.btn-dark.btn-social.mx-2(href='https://github.com/opengeospatial/CoverageJSON' title='GitHub repo' target="_blank")
416+
i.fa-brands.fa-github
411417

412418
// Learn
413419
section#learn.page-section.bg-light

0 commit comments

Comments
 (0)