diff --git a/community/corporate-contributors.html.haml b/community/corporate-contributors.html.haml index 9653ecbae..96bc8a5bb 100644 --- a/community/corporate-contributors.html.haml +++ b/community/corporate-contributors.html.haml @@ -16,15 +16,30 @@ title: Corporate contributors .description %p Red Hat, Inc. is the main sponsor of the Hibernate projects. %p It funds the development of all the Hibernate portfolio. - %p The Hibernate projects are productized to be part of the Red Hat® JBoss® Middleware line of products. + %p + The Hibernate projects are productized to be part of the + %a(href='https://www.redhat.com/en/products/runtimes') Red Hat Runtimes + line of products. .extra.content %a.ui.blue.label(href='/orm/') Hibernate ORM %a.ui.blue.label(href='/search/') Hibernate Search %a.ui.blue.label(href='/validator/') Hibernate Validator - %a.ui.blue.label(href='/ogm/') Hibernate OGM + %a.ui.blue.label(href='/reactive/') Hibernate Reactive %a.ui.blue.label(href='/tools/') Hibernate Tools .ui.stackable.corporate-contributors#contributors + .ui.card.fluid.contributor + .image + %a(href='https://www.oracle.com/') + %img{:src => "#{relative("/images/contributors/oracle.png", page)}"} + .content + .header + %a(href='https://www.oracle.com/') Oracle + .description + %p Oracle offers integrated suites of applications plus secure, autonomous infrastructure in the Oracle Cloud. + %p Oracle contributes to the Hibernate ORM project to ensure the best support for the Oracle Database. + .extra.content + %a.ui.blue.label(href='/orm/') Hibernate ORM .ui.card.fluid.contributor .image %a(href='https://www.sap.com/') diff --git a/images/contributors/oracle.png b/images/contributors/oracle.png new file mode 100644 index 000000000..c8d6ea8a4 Binary files /dev/null and b/images/contributors/oracle.png differ