Add section for thanking sponsors to homepage (#834)
## Which problem is this PR solving? Continues : https://github.com/jaegertracing/jaeger/issues/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 <jkowall@kowall.net> Signed-off-by: Yuri Shkuro <yurishkuro@users.noreply.github.com> Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
This commit is contained in:
parent
32c49824fb
commit
efde64553f
|
@ -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 }}
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue