Skip to content

Commit a9effa8

Browse files
author
doublebyte1
committed
- commented out testimonial
1 parent 137b6bb commit a9effa8

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

dist/index.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,6 @@
155155
</div>
156156
<img class="rounded-circle" src="assets/img/nuria.jpeg" alt="Nuria" />
157157
</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>
165158
</div>
166159
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
167160
<span class="carousel-control-prev-icon" aria-hidden="true"></span>

src/pug/index.pug

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,13 @@ html(lang='en')
166166
.testimonials-title
167167
p - Núria Julià Selvas, Senior GIS Developer at CREAF - MiraMon
168168
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')
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='Joao')
176176
177177
button.carousel-control-prev(type='button' data-bs-target='#carouselExampleControls' data-bs-slide='prev')
178178
span.carousel-control-prev-icon(aria-hidden='true')

0 commit comments

Comments
 (0)