Skip to content

Commit

Permalink
Add section for thanking sponsors to homepage (#834)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Continues : jaegertracing/jaeger#6577

## Description of the changes
Add section to homepage and add text to section thanking our sponsors. 

## How was this change tested?
make spellcheck
make develop
Test page


## Checklist
- [X] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [X] I have signed all commits
- [X] I have run lint and test steps successfully

---------

Signed-off-by: Jonah Kowall <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]>
Co-authored-by: Yuri Shkuro <[email protected]>
  • Loading branch information
jkowall and yurishkuro authored Jan 31, 2025
1 parent 32c4982 commit efde645
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions themes/jaeger-docs/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@
{{ partial "home/articles.html" (dict "posts" $posts "imgLinks" $imgLinks) }}
{{ partial "home/contributing.html" . }}
{{ partial "home/cncf.html" . }}
{{ partial "home/thanks.html" . }}
{{ end }}
14 changes: 14 additions & 0 deletions themes/jaeger-docs/layouts/partials/home/thanks.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<section class="section section--contributing">
<div class="container has-text-centered">
<h1 class="title is-size-2 is-size-3-touch is-spaced">Sponsors</h1>
<h4 class="subtitle is-size-4 is-size-5-mobile">
The Jaeger maintainers deeply appreciate vital support from the <a href="https://www.cncf.io/" target="_blank">Cloud Native Computing Foundation</a>, our project home.
Furthermore, we are grateful to <a href="https://eng.uber.com/" target="_blank">Uber</a> for their initial, project-launching donation, and for the continuous contributions of
software and infrastructure from <a href="https://1password.com/" target="_blank">1Password</a>, <a href="https://www.codecov.io/" target="_blank">Codecov.io</a>,
<a href="https://www.dosu.dev/" target="_blank">Dosu</a>, <a href="https://www.github.com/" target="_blank">GitHub</a>,
<a href="https://www.google.com/" target="_blank">Google</a>, <a href="https://www.netlify.com/" target="_blank">Netlify</a>,
and <a href="https://www.oracle.com/cloud" target="_blank">Oracle Cloud Infrastructure</a>.
Thank you for your generous support.
</h4>
</div>
</section>

0 comments on commit efde645

Please sign in to comment.