Skip to content

Commit 2e2deb2

Browse files
vuilleumiercjodygarnett
authored andcommitted
Promote c2c to core contributor
1 parent 0626bcb commit 2e2deb2

File tree

2 files changed

+52
-42
lines changed

2 files changed

+52
-42
lines changed

index.html

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -161,18 +161,30 @@ <h4>Core Contributors</h4>
161161
<p class="text-left">
162162
Core contributors take on an ongoing responsibility for the GeoServer project.
163163
</p>
164-
<a href="https://www.geosolutionsgroup.com">
165-
<img src="support/img/core-geosolutions.png" width="179" height="80"
166-
title="GeoSolutions"/>
167-
</a>
168-
<a href="https://www.geocat.net/">
169-
<img src="support/img/core-geocat.png" width="179" height="80"
170-
title="GeoCat BV"/>
171-
</a>
172-
<a href="https://www.afrigis.co.za/">
173-
<img src="support/img/AfriGIS-full-logo.png" width="179"
174-
title="AfriGIS"/>
175-
</a>
164+
<div class="col-md-6 text-right">
165+
<a href="https://www.geosolutionsgroup.com">
166+
<img src="support/img/core-geosolutions.png" width="179" height="80"
167+
title="GeoSolutions"/>
168+
</a>
169+
</div>
170+
<div class="col-md-6 text-left">
171+
<a href="https://www.geocat.net/">
172+
<img src="support/img/core-geocat.png" width="179" height="80"
173+
title="GeoCat BV"/>
174+
</a>
175+
</div>
176+
<div class="col-md-6 text-right" style="display: flex; align-items: center; justify-content: flex-end; min-height: 80px;">
177+
<a href="https://www.afrigis.co.za/">
178+
<img src="support/img/AfriGIS-full-logo.png" width="179" style="max-height: 80px; height: auto;"
179+
title="AfriGIS"/>
180+
</a>
181+
</div>
182+
<div class="col-md-6 text-left">
183+
<a href="https://camptocamp.com/">
184+
<img src="support/img/camptocamp-logo.png" width="179" height="80"
185+
title="Camptocamp"/>
186+
</a>
187+
</div>
176188
<p class="text-left">
177189
Access <a href="support/">commercial support</a> from these and other companies.
178190
</p>

support/index.html

Lines changed: 28 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,34 @@ <h2>Core Contributors</h2>
144144
</ul>
145145
</div>
146146
</div>
147+
<div class="row tbl">
148+
<div class="col-xs-2 cell text-center">
149+
<img src="img/camptocamp-logo.png" height="52"></img>
150+
</div>
151+
<div class="col-xs-10">
152+
<p>
153+
<a name="Camptocamp"/><a href="https://camptocamp.com/">Camptocamp</a> — with offices in Switzerland, France, and Germany — is a leading developer and integrator of Open Source software in Europe.
154+
</p>
155+
<p>
156+
Camptocamp operates with the understanding that location is key.
157+
Its <a href="https://camptocamp.com/geospatial_solutions">Geospatial Solutions Department</a> specializes in Open Source Geographic Information Systems (GIS), providing expertise in leveraging geospatial data to solve complex challenges.
158+
The team supports organizations in making informed decisions through geographic insights and develops robust, scalable solutions where location intelligence plays a central role.
159+
</p>
160+
</div>
161+
<div class="col-xs-10">
162+
<ul class="experience">
163+
<li>core</li>
164+
<li>committer</li>
165+
<li><a href="https://github.com/geoserver/geoserver-cloud">development</a></li>
166+
<li>coding</li>
167+
<li><a href="https://weblate.osgeo.org/projects/geoserver/">translation</a></li>
168+
<li>outreach</li>
169+
<li><a href="https://camptocamp.com/training">training</a></li>
170+
<li><a href="https://camptocamp.com/geoserver">services</a></li>
171+
<li><a href="https://www.georchestra.org/">product</a></li>
172+
</ul>
173+
</div>
174+
</div>
147175
</section>
148176

149177
<section id="experienced">
@@ -194,36 +222,6 @@ <h2>Experienced Providers</h2>
194222
</ul>
195223
</div>
196224
</div>
197-
<div class="row tbl">
198-
<div class="col-xs-2 cell text-center">
199-
<img src="img/camptocamp-logo.png" height="52"></img>
200-
</div>
201-
<div class="col-xs-10">
202-
<p>
203-
<a name="Camptocamp"/><a href="https://camptocamp.com/">Camptocamp Group</a> is a premier developer and integrator of Open Source software in Europe,
204-
with a strong presence in Switzerland, France, and Germany.
205-
</p>
206-
<p>
207-
At Camptocamp, we understand that <strong>location is key</strong>.
208-
Our <a href="https://camptocamp.com/geospatial_solutions">Geospatial Solutions Department</a>
209-
specializes in Open Source Geographic Information Systems (GIS), providing expertise in leveraging geospatial data
210-
to address critical challenges. We empower our clients to make informed decisions based on geographic insights,
211-
staying ahead in their missions where location is crucial.
212-
</p>
213-
</div>
214-
<div class="col-xs-10">
215-
<ul class="experience">
216-
<li>committer</li>
217-
<li><a href="https://github.com/geoserver/geoserver-cloud">development</a></li>
218-
<li>coding</li>
219-
<li><a href="https://weblate.osgeo.org/projects/geoserver/">translation</a></li>
220-
<li>outreach</li>
221-
<li><a href="https://camptocamp.com/training">training</a></li>
222-
<li><a href="https://camptocamp.com/geoserver">services</a></li>
223-
<li><a href="https://www.georchestra.org/">product</a></li>
224-
</ul>
225-
</div>
226-
</div>
227225

228226
<div class="row tbl">
229227
<div class="col-xs-2 cell text-center">

0 commit comments

Comments
 (0)