Skip to content

Commit ae01272

Browse files
committed
Add sponsors
1 parent a1b5af0 commit ae01272

File tree

8 files changed

+41
-0
lines changed

8 files changed

+41
-0
lines changed

_includes/sponsors.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<div class="sponsorlist">
2+
<div><a href="https://www.geofabrik.de/"><img width="40" height="40" src="{% link sponsors/geofabrik.svg %}" alt="Geofabrik" title="Geofabrik"/></a></div>
3+
<div><a href="https://www.cybertec-postgresql.com/"><img height="30" src="{% link sponsors/cybertec.svg %}" alt="Cybertec" title="Cybertec"/></a></div>
4+
</div>

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<li><a href="/status.html">STATUS</a></li>
2121
<li><a href="/docs.html">DOCUMENTATION</a></li>
2222
<!-- <li><a href="/news.html">NEWS</a></li>-->
23+
<li><a href="/sponsors.html">SPONSORS</a></li>
2324
<li><a href="/contact.html">CONTACT</a></li>
2425
<li><a class="github" href="https://github.com/osmcode"><span id="githublink"><img src="/img/github.png" width="16" height="16"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>CODE</a></li>
2526
</ul>

_layouts/manual.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<li><a href="/status.html">STATUS</a></li>
1616
<li><a href="/docs.html">DOCUMENTATION</a></li>
1717
<!-- <li><a href="/news.html">NEWS</a></li>-->
18+
<li><a href="/sponsors.html">SPONSORS</a></li>
1819
<li><a href="/contact.html">CONTACT</a></li>
1920
<li><a class="github" href="https://github.com/osmcode"><span id="githublink"><img src="/img/github.png" width="16" height="16"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>CODE</a></li>
2021
</ul>

css/main.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,17 @@ div.sponsoring {
201201
border-top: 1px solid #c0c0c0;
202202
}
203203

204+
div.sponsorlist {
205+
display: flex;
206+
align-content: stretch;
207+
flex-wrap: wrap;
208+
}
209+
210+
div.sponsorlist div {
211+
padding: 4px 40px 4px 0;
212+
margin: auto 0;
213+
}
214+
204215
.box {
205216
display: block;
206217
padding: 6px 8px 6px 48px;

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,10 @@ <h3>OSM Test Data</h3>
7373
</a>
7474
</div>
7575

76+
<div class="sponsoring">
77+
<p>Developing and supporting Osmium takes a huge amount of effort. We thank
78+
the following companies for their support:</p>
79+
80+
{% include sponsors.html %}
81+
</div>
82+

sponsors.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: default
3+
title: Sponsors
4+
---
5+
6+
<p>Developing and supporting osm2pgsql takes a huge amount of effort. We thank
7+
the following companies and organizations for their support:</p>
8+
9+
{% include sponsors.html %}
10+
11+
<p>We need more and ongoing sponsorship to keep Osmium as a reliable and modern
12+
software. If you want to help, <a href="mailto:jochen@topf.org">contact
13+
us</a>.</p>
14+

sponsors/cybertec.svg

Lines changed: 1 addition & 0 deletions
Loading

sponsors/geofabrik.svg

Lines changed: 2 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)