File tree Expand file tree Collapse file tree 8 files changed +41
-0
lines changed
Expand file tree Collapse file tree 8 files changed +41
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 "/> </ span > CODE</ a > </ li >
2526 </ ul >
Original file line number Diff line number Diff line change 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 "/> </ span > CODE</ a > </ li >
2021 </ ul >
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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+
Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments