Skip to content

Commit

Permalink
Merge pull request #1467 from davidnoyes/issue-1457
Browse files Browse the repository at this point in the history
Issue #1457
  • Loading branch information
SgtCoDFish authored Apr 26, 2024
2 parents 4d37933 + 081b654 commit 90bc5d7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 45 deletions.
9 changes: 3 additions & 6 deletions content/pages/support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ export const meta = {
intro: {
heading: 'Venafi',
description:
'Venafi is the principal maintainer of the cert-manager project and works directly with the CNCF. Commercial support for cert-manager is available as part of the TLS Protect for Kubernetes product which also offers expertise to help organisations scale effectively with cert-manager.',
'Venafi is the principal maintainer of the cert-manager project and works directly with the CNCF. Commercial support for cert-manager is available as part of Venafi\'s Long Term Support (LTS) offering which includes access to expertise to help organisations scale effectively and securely with cert-manager.',
cta: {
logo: '/images/venafi-tls-protect-for-kubernetes.svg',
description:
'Extending the core value of the cert-manager open source project.',
caption: 'Find out more',
href: 'https://venafi.com/tls-protect-for-kubernetes/'
logo: '/images/venafi-lts-support.png',
href: 'https://venafi.com/lts-for-cert-manager/'
}
}
}
33 changes: 7 additions & 26 deletions pages/support.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,36 +32,17 @@ function Support({ router }) {
<h2 className="text-4xl uppercase">{page.intro.heading}</h2>
</Dots>
<p className="text-lg mb-6">{page.intro.description}</p>
<div className="bg-white px-9 py-8 rounded-5px relative overflow-hidden">
<div className="absolute top-0 right-0 h-full w-full">
<Image
src="/images/venafi-hero.png"
alt="Venafi TLS Protect for Kubernetes"
width={960}
height={384}
layout="fill"
className="object-cover"
/>
</div>
<div className="relative z-100">
<div className="overflow-hidden">
<Link
href={page.intro.cta.href}
target="_blank">
<Image
src={page.intro.cta.logo}
alt={page.intro.heading}
width={300}
height={75}
width={768}
height={250}
/>
<p className="text-black text-lg mb-5 sm:mr-60">
{page.intro.cta.description}
</p>
<Link
href={page.intro.cta.href}
target="_blank"
className="inline-block bg-blue-1 px-6 py-3 rounded-5px text-white text-sm no-underline">

{page.intro.cta.caption}

</Link>
</div>
</Link>
</div>
</div>
</div>
Expand Down
Binary file removed public/images/venafi-hero.png
Binary file not shown.
Binary file added public/images/venafi-lts-support.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 0 additions & 13 deletions public/images/venafi-tls-protect-for-kubernetes.svg

This file was deleted.

0 comments on commit 90bc5d7

Please sign in to comment.