-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from OSMLatam/fix-sponsor-logos
More sponsor fixes
- Loading branch information
Showing
8 changed files
with
97 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,47 @@ | ||
{% assign t = site.t[page.lang].sponsor_section %} | ||
{% assign contact_url = site.contact_form_url[page.lang] %} | ||
{% assign sponsorship_campaign_is_open = site.sponsorship_campaign_is_open %} | ||
|
||
<section id="sponsors" class="container content-section text-center"> | ||
|
||
<h2> | ||
<a href="#sponsors"> | ||
{{ t.sponsors_title }} | ||
{{ t.title }} | ||
</a> | ||
</h2> | ||
<p>{{ t.sponsors_description }}</p> | ||
<div class="sponsors-list"> | ||
<!-- First Row: Capibara --> | ||
<div class="sponsor-row"> | ||
<h2>Capibara Pack</h2> | ||
<div class="sponsor-row delfin"> | ||
<h3>Delfin</h3> | ||
<a href="https://www.hotosm.org/" target="_blank"> | ||
<img src="/assets/images/sponsors/HOT.png" alt="HOTOSM" width="480"> | ||
</a> | ||
</div> | ||
|
||
<div class="sponsor-row capibara"> | ||
<h3>Capibara</h3> | ||
<a href="https://about.meta.com" target="_blank"> | ||
<img src="/assets/images/sponsor_meta.png" alt="Meta" width="480"> | ||
<img src="/assets/images/sponsors/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> | ||
<div class="sponsor-row guacamaya"> | ||
<h3>Guacamaya</h3> | ||
<a href="https://developmentseed.org/" target="_blank"> | ||
<img src="/assets/images/sponsor_development_seed.png" alt="Development Seed" width="256"> | ||
<img src="/assets/images/sponsors/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"> | ||
<img src="/assets/images/sponsors/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"> | ||
<img src="/assets/images/sponsors/tomtom.png" alt="TomTom" width="256"> | ||
</a> | ||
</div> | ||
</div> | ||
<p>{{ t.thank_you_sponsors }}</p> | ||
{% if sponsorship_campaign_is_open %} | ||
<p>{{ t.campaign.invite }}</p> | ||
<a target="_blank" href="{{ site.baseurl }}/assets/documents/sotm-latam-2024-sponsor-brochure-{{ page.lang }}.pdf" | ||
class="btn btn-default">{{ t.campaign.brochure_button }}</a> | ||
{% endif %} | ||
|
||
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes