Skip to content

Commit

Permalink
Merge pull request #8 from OSMLatam/add-sponsors
Browse files Browse the repository at this point in the history
Add current sponsors
  • Loading branch information
vgeorge authored Nov 9, 2024
2 parents 5a32b4e + 7835eba commit 8d8f16b
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 2 deletions.
43 changes: 41 additions & 2 deletions _includes/home/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,45 @@ <h2>
</a>
</h2>
<p>{{ t.sponsors_description }}</p>
<a target="_blank" href="{{ site.baseurl }}/assets/documents/sotm-latam-2024-sponsor-brochure-{{ page.lang }}.pdf"
class="btn btn-default">{{ t.brochure_button }}</a>
<div class="sponsors-list">
<!-- First Row: Capibara -->
<div class="sponsor-row">
<h2>Capibara Pack</h2>
<a href="https://about.meta.com" target="_blank">
<img src="/assets/images/sponsor_meta.png" alt="Meta" width="480">
</a>
</div>

<!-- Second Row: Guacamaya -->
<div class="sponsor-row">
<h2 style="font-size: medium;margin-bottom: 20px;">Guacamaya Pack</h2>
<a href="https://developmentseed.org/" target="_blank">
<img src="/assets/images/sponsor_development_seed.png" alt="Development Seed" width="256">
</a>
<a href="https://overturemaps.org/" target="_blank">
<img src="/assets/images/sponsor_overture.svg" alt="Overture Maps" width="256">
</a>
<a href="https://www.tomtom.com/" target="_blank">
<img src="/assets/images/sponsor_tomtom.png" alt="TomTom" width="256">
</a>
</div>
</div>

<style>
.sponsors-list {
padding: 10px;
background-color: #ffffff99;
}

.sponsor-row {
margin-top: 40px;
font-size: medium;
margin-bottom: 20px;
}

.sponsor-row img {
margin: 1px;
margin-right: 20px;
}
</style>
</section>
Binary file added assets/images/logo_sotm_latam.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/sponsor_development_seed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/sponsor_meta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions assets/images/sponsor_overture.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/sponsor_tomtom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8d8f16b

Please sign in to comment.