Skip to content

Commit 9f94386

Browse files
author
doublebyte1
committed
- added testemonial from joao
1 parent a5fe013 commit 9f94386

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

dist/api/dggs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</style>
1919
</head>
2020
<body>
21-
<redoc spec-url='https://developer.ogc.org/api/dggs/openapi.yaml'></redoc>
21+
<redoc spec-url='https://developer.ogc.org/api/dggs/openapi.json'></redoc>
2222
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
2323
</body>
2424
</html>

dist/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
<button type="button" data-bs-target="#carouselExampleControls" data-bs-slide-to="4" aria-label="Slide 5"></button>
104104
<button type="button" data-bs-target="#carouselExampleControls" data-bs-slide-to="5" aria-label="Slide 6"></button>
105105
<button type="button" data-bs-target="#carouselExampleControls" data-bs-slide-to="6" aria-label="Slide 7"></button>
106+
<button type="button" data-bs-target="#carouselExampleControls" data-bs-slide-to="7" aria-label="Slide 8"></button>
106107
</div>
107108
<div class="carousel-inner">
108109
<div class="carousel-item active">
@@ -154,6 +155,13 @@
154155
</div>
155156
<img class="rounded-circle" src="assets/img/nuria.jpeg" alt="Nuria" />
156157
</div>
158+
<div class="carousel-item">
159+
<div class="carousel-caption d-none d-md-block">
160+
<div class="testimonials-text"><p>"In terms of data handling, the OGC API is easier because we can use it as if it were a REST API. It increases interoperability between GIS and non-GIS software. It allows for better data load management."</p></div>
161+
<div class="testimonials-title"><p>- João Filipe Gaspar, GIS Specialist at the Navigator Company</p></div>
162+
</div>
163+
<img class="rounded-circle" src="assets/img/joao.jpeg" alt="Nuria" />
164+
</div>
157165
</div>
158166
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
159167
<span class="carousel-control-prev-icon" aria-hidden="true"></span>

scripts/copy-extra-files.sh

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
#!/bin/bash
22

3-
# Use this, after generating the static HTML with "npm run build"
4-
# dir="../dist2"
5-
6-
# rm -rf "$dir"
7-
# mkdir -p "$dir" || exit 1
8-
# cp ../dist/sponsoring.html "$dir"
9-
# cp -r ../dist/assets "$dir"
10-
# cp -r ../dist/css "$dir"
11-
123
cp -r ../dist/sprints.html ../dist/sprints/index.html
13-
cp -r ../README-dist.md ../dist/README.md
4+
# cp -r ../README-dist.md ../dist/README.md
145
cp -r ../CNAME ../dist/CNAME
156

167
echo "Files copied to $dir"

src/pug/index.pug

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ html(lang='en')
114114
button(type='button' data-bs-target='#carouselExampleControls' data-bs-slide-to='4' aria-label='Slide 5')
115115
button(type='button' data-bs-target='#carouselExampleControls' data-bs-slide-to='5' aria-label='Slide 6')
116116
button(type='button' data-bs-target='#carouselExampleControls' data-bs-slide-to='6' aria-label='Slide 7')
117+
button(type='button' data-bs-target='#carouselExampleControls' data-bs-slide-to='7' aria-label='Slide 8')
117118

118119
.carousel-inner
119120
.carousel-item.active
@@ -165,14 +166,14 @@ html(lang='en')
165166
.testimonials-title
166167
p - Núria Julià Selvas, Senior GIS Developer at CREAF - MiraMon
167168
img.rounded-circle(src='assets/img/nuria.jpeg' alt='Nuria')
169+
.carousel-item
170+
.carousel-caption.d-none.d-md-block
171+
.testimonials-text
172+
p "In terms of data handling, the OGC API is easier because we can use it as if it were a REST API. It increases interoperability between GIS and non-GIS software. It allows for better data load management."
173+
.testimonials-title
174+
p - João Filipe Gaspar, GIS Specialist at the Navigator Company
175+
img.rounded-circle(src='assets/img/joao.jpeg' alt='Nuria')
168176

169-
//- .carousel-item
170-
//- .carousel-caption.d-none.d-md-block
171-
//- .testimonials-text
172-
//- p "An ideal ecosystem would see most data stored in cloud-native geospatial formats, and then a wide array of services on top of those, with most of them implementing OGC API interfaces."
173-
//- .testimonials-title
174-
//- p - Chris Holmes, Product Architect at Planet and Technical Fellow at Radiant.Earth
175-
//- img.rounded-circle(src='assets/img/chris.jpeg' alt='Chris')
176177
button.carousel-control-prev(type='button' data-bs-target='#carouselExampleControls' data-bs-slide='prev')
177178
span.carousel-control-prev-icon(aria-hidden='true')
178179
span.visually-hidden Previous

0 commit comments

Comments
 (0)