Skip to content

Commit

Permalink
Add ESA and Lutra as sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Mar 25, 2024
1 parent 25e4737 commit 63fd3de
Show file tree
Hide file tree
Showing 7 changed files with 152 additions and 6 deletions.
9 changes: 5 additions & 4 deletions _data/partners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
- {name: "QGIS.sk", description: "Slovak QGIS User Group", link: "https://qgis.sk/", imageUrl: "qgis-sk-logo.svg"}
- {name: "QGIS.org", description: "QGIS.ORG Association", link: "https://qgis.org/", imageUrl: "qgis-logo.svg"}

# - group: "Gold Sponsors"
# height: 70
# elements:
# - {name: "Kontur", description: "", link: "/sponsors/sponsor_kontur", imageUrl: "Kontur_logo_main.svg"}
- group: "Gold Sponsors"
height: 180
elements:
- {name: "ESA", description: "European Space Agency", link: "https://www.esa.int/", imageUrl: "esa-logo.png"}
- {name: "Lutra Consulting", description: "Lutra Consulting", link: "https://www.lutraconsulting.co.uk/", imageUrl: "lutra-logo.png"}

# - group: "Bronze Sponsors"
# height: 60
Expand Down
3 changes: 1 addition & 2 deletions _includes/partners.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ <h3>{{ partner.group }}</h3>
</ul>
{% endfor %}

<h3>Sponsors</h3>
<div class="">
We are looking for sponsors - please get check out the <a href="{% link _pages/sponsors.md %}">Sponsors page</a> if you are interested in sponsoring the event!
Please get check out the <a href="{% link _pages/sponsors.md %}">Sponsors page</a> if you are interested in sponsoring the event!
</div>
</div>
</section>
Expand Down
20 changes: 20 additions & 0 deletions _pages/sponsors.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,29 @@ image: sponsors.jpg
---


<div class="container">
{% for partner in site.data.partners %}
{% if partner.group != "Organizers" %}
<h3>{{ partner.group }}</h3>
<ul class="list-inline">
{% for element in partner.elements %}
<li>
<a href="{{ element.link }}" target="_blank">
<img src="{{ site.baseurl }}/img/partners/{{ element.imageUrl }}" title="{{ element.description }}" alt="{{ element.name }}" height="{{ partner.height }}">
</a>
</li>
{% endfor %}
</ul>
{% endif %}
{% endfor %}
</div>


<div class="row">
<div class="col-lg-9">

<h3>Become a sponsor</h3>

<p>

We are honoured to invite you to take this opportunity to be a financial partner for the QGIS User Conference in Bratislava in 2024. By sponsoring the conference, you are extending your support to the whole QGIS community, a contribution that is essential in keeping this valuable community vibrant. In return this offers you the possibility to network and showcase your work and solutions to future customers or partners.
Expand All @@ -20,6 +38,8 @@ We are honoured to invite you to take this opportunity to be a financial partner

</div></div>



### Why become our partner?

<div class="row"><div class="col-lg-9">
Expand Down
Binary file added img/partners/esa-logo.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 img/partners/lutra-logo.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 img/partners/original/ESA_logo_2020_Deep.pdf
Binary file not shown.
126 changes: 126 additions & 0 deletions img/partners/original/Lutra Full color.svg
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 63fd3de

Please sign in to comment.