Skip to content
Snippets Groups Projects
Commit 6d1704b5 authored by Zachary Sabourin's avatar Zachary Sabourin
Browse files

feat: Migrate /org/corporate_sponsors section from PHP

parent 24139b1a
No related branches found
No related tags found
No related merge requests found
......@@ -258,6 +258,14 @@ server {
return 301 https://$host/org/artwork/;
}
# https://gitlab.eclipse.org/eclipsefdn/it/websites/eclipse.org/-/issues/582?work_item_iid=587
location = /org/corporate-sponsors/index.php {
return 301 https://$host/org/corporate-sponsors/;
}
location = /org/corporate-sponsors/corp_sponsor_details.php {
return 301 https://$host/org/corporate-sponsors/details/;
}
root /usr/share/nginx/html/;
index index.html index.htm;
}
......
---
title: Eclipse Corporate Sponsors
author: "Eclipse Foundation, Inc."
keywords: ["Eclipse Foundation", "corporate sponsorship", "sponsor", "eclipse"]
layout: single
related:
title: "Supporting Eclipse"
links:
- text: "Eclipse Members"
url: /membership/explore-membership/
- text: "Corporate Sponsorship Program"
url: "/org/documents/eclipse-foundation-sponsorship-agreement.pdf"
---
The Eclipse Foundation relies on the support of our members and contributions from the user community to service and grow the Eclipse ecosystem. We'd like to thank the following Corporate Sponsors who have generously supported the Eclipse community.
We encourage large corporate users of Eclipse to support the community by [becoming members](/membership/) and/or joining the [Corporate Sponsorship Program](/org/documents/eclipse-foundation-sponsorship-agreement.pdf).
{{< grid/div isMarkdown="false" >}}
<aside class="sideitem" role="complementary" aria-labelledby="corporate-sponsors">
<p class="h4" id="corporate-sponsors">Corporate Sponsors</p>
<hr>
<nav>
<ul class="list-inline">
<li><a href="https://www.debeka.de/"><img alt="Debeka" src="images/debeka.jpg" width="140"></img></a></li>
</ul>
</nav>
</aside>
{{</ grid/div >}}
---
title: Become an Eclipse Corporate Sponsor
author: "Eclipse Foundation, Inc."
keywords: ["Eclipse Foundation", "corporate sponsorship", "sponsor", "eclipse"]
is_deprecated: true
related:
title: "Supporting Eclipse"
links:
- text: "Corporate Sponsors"
url: "/org/corporate-sponsors/"
- text: "Eclipse Members"
url: "/membership/explore-membership/"
---
The Eclipse Foundation relies on the support of our members and contributions from the user community to service and grow the Eclipse ecosystem. We encourage companies that make extensive use of Eclipse technology to support the Eclipse community through the Eclipse Corporate Sponsor Program. The generous support of these Corporate Sponsors allows the Foundation to provide world-class support for the Eclipse open source projects.
A company may become a corporate sponsor by making a financial contribution or an in-kind contribution of goods and services to the Eclipse Foundation. There are three tiers of sponsorship: 1) Platinum, 2) Gold and 3) Silver; each tier representing the level of annual sponsorship to the Eclipse Foundation.
## Platinum Sponsorship { .h4 }
* Annual contribution of at least US$100,000
* Corporate logo placed on the Eclipse Foundation Sponsor page.
* Joint-press release issued between the Eclipse Foundation and Platinum sponsor.
## Gold Sponsorship { .h4 }
* Annual contribution of at least US$25,000
* Corporate logo recognized on the Eclipse Foundation Sponsor page.
* Supporting press quote from the Eclipse Foundation for sponsor announcement.
## Silver Sponsorship { .h4 }
* Annual contribution of at least US$5000
* Corporate logo recognized on the Eclipse Foundation Sponsor page.
### How to Become a Corporate Sponsor
* #### Step 1
Determine the level of sponsorship your company would like to make.
* #### Step 2
Contact the [Eclipse Foundation](mailto:membership@eclipse.org) to determine method of payment. In-kind contributions will require previous agreement from the Eclipse Foundation. Please note that is Eclipse Foundation is a not-for-profit corporation. Contributions or gifts to the Eclipse Foundation Inc. are not tax deductible as charitable contributions.
* #### Step 3
Corporate sponsors, by signing our [logo agreement](/org/documents/Eclipse%20Logo%20Agreement%20%202008_04_30%20final.pdf), agree to have their corporate logo listed on the Eclipse Corporate Sponsor page. If you do not want your logo listed, please inform the Eclipse Foundation.
### Other Ways to Support Eclipse
The Eclipse Foundation is supported by our member companies through their contributions to the Eclipse projects and membership dues. If your company would like to [become more involved in the Eclipse community](/membership/), please explore the different membership options. Individuals may also contributed to the Eclipse Foundation through the ['Friends of Eclipse'](/donate/) program.
content/org/corporate-sponsors/images/debeka.jpg

38.8 KiB

......@@ -11,6 +11,8 @@
SPDX-License-Identifier: EPL-2.0
-->
{{ partial "related_links.html" . }}
<!-- @todo: contribute back to hugo-solstice-theme -->
{{ if ne .Page.Params.hide_sidebar true }}
{{ $sidebarLayout := .Page.Params.sidebar_layout | default .Site.Params.sidebar_layout | default "default" }}
......
......@@ -23,7 +23,7 @@
},
"dependencies": {
"datatables.net-dt": "^1.13.1",
"eclipsefdn-hugo-solstice-theme": "0.0.215",
"eclipsefdn-hugo-solstice-theme": "0.0.216",
"js-yaml": "^3.13.1",
"json-minify": "^1.0.0"
},
......
......@@ -2674,10 +2674,10 @@ dotignore@~0.1.2:
dependencies:
minimatch "^3.0.4"
eclipsefdn-hugo-solstice-theme@0.0.215:
version "0.0.215"
resolved "https://registry.yarnpkg.com/eclipsefdn-hugo-solstice-theme/-/eclipsefdn-hugo-solstice-theme-0.0.215.tgz#d2bfe57edd31f2060b5b5ffdf58b17b4b8171657"
integrity sha512-aaEZfQJvxiIHD6ffjZW0cr73qrFpq9jdEEwFy96ZfXOJEJXtU1Xtsn1eRMKHI1ZCItbZcgLLHCJYsXgjG0U6DQ==
eclipsefdn-hugo-solstice-theme@0.0.216:
version "0.0.216"
resolved "https://registry.yarnpkg.com/eclipsefdn-hugo-solstice-theme/-/eclipsefdn-hugo-solstice-theme-0.0.216.tgz#ade165bd8afacd7c65937e20639fad34b8c31321"
integrity sha512-O0H7NtRcwpN4zytfSz5+0mz7sycY3Esl83ScWdqGc0C6T9HiTz3FPIqRrfNW8AdNszWpUchhUv9hgH27iSsDFw==
dependencies:
axios "^1.6.0"
eclipsefdn-solstice-assets "0.0.266"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment