Skip to content

Commit c6ed718

Browse files
author
doublebyte1
committed
- Added OACS
- Reordered APIs to show published ones first
1 parent ef18c63 commit c6ed718

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

src/pug/index.pug

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -292,15 +292,6 @@ html(lang='en')
292292
i.fa.fa-link
293293
a.btn.btn-dark.btn-social.mx-2(href='https://github.com/opengeospatial/ogcapi-records' title='GitHub repo' target="_blank")
294294
i.fa-brands.fa-github
295-
.col-lg-4
296-
.team-member
297-
img.mx-auto.rounded-circle(src='assets/img/stylesimage-thumb.jpg', alt='...')
298-
h4 OGC API - Styles
299-
p.text-muted Interface for styles for rendering geospatial data.
300-
//- a.btn.btn-dark.btn-social.mx-2(href='!#' title='Website' target="_blank")
301-
//- i.fa.fa-link
302-
a.btn.btn-dark.btn-social.mx-2(href='https://github.com/opengeospatial/ogcapi-styles' title='GitHub repo' target="_blank")
303-
i.fa-brands.fa-github
304295
.col-lg-4
305296
.team-member
306297
.ribbon-holder
@@ -312,6 +303,26 @@ html(lang='en')
312303
i.fa.fa-link
313304
a.btn.btn-dark.btn-social.mx-2(href='https://github.com/opengeospatial/ogcapi-discrete-global-grid-systems' title='GitHub repo' target="_blank")
314305
i.fa-brands.fa-github
306+
.col-lg-4
307+
.team-member
308+
.ribbon-holder
309+
.ribbon.ribbon-holder Published
310+
img.mx-auto.rounded-circle(src='assets/img/oacs.png', alt='...')
311+
h4 OGC API - Connected Systems
312+
p.text-muted Interface for interacting with Connected Systems (e.g.: sensors, drones, robots) and associated resources.
313+
//- a.btn.btn-dark.btn-social.mx-2(href='!#' title='Website' target="_blank")
314+
//- i.fa.fa-link
315+
a.btn.btn-dark.btn-social.mx-2(href='https://github.com/opengeospatial/ogcapi-connected-systems' title='GitHub repo' target="_blank")
316+
i.fa-brands.fa-github
317+
.col-lg-4
318+
.team-member
319+
img.mx-auto.rounded-circle(src='assets/img/stylesimage-thumb.jpg', alt='...')
320+
h4 OGC API - Styles
321+
p.text-muted Interface for styles for rendering geospatial data.
322+
//- a.btn.btn-dark.btn-social.mx-2(href='!#' title='Website' target="_blank")
323+
//- i.fa.fa-link
324+
a.btn.btn-dark.btn-social.mx-2(href='https://github.com/opengeospatial/ogcapi-styles' title='GitHub repo' target="_blank")
325+
i.fa-brands.fa-github
315326
.col-lg-4
316327
.team-member
317328
img.mx-auto.rounded-circle(src='assets/img/geovolumes-thumb.jpg', alt='...')

0 commit comments

Comments
 (0)