Created
December 18, 2024 18:27
-
-
Save yirenlu92/754292c7ce55037904ca063547d1d751 to your computer and use it in GitHub Desktop.
Plural CTA HTML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div style="background: linear-gradient(140deg, #1E1E2E 0%, #0F1117 100%); border: 1px solid #2E2E3E; border-radius: 16px; padding: 48px; margin: 40px 0; max-width: 800px;"> | |
<h3 style="margin: 0 0 16px 0; color: white; font-size: 32px; font-weight: 600; line-height: 1.2;">Unified Cloud Orchestration for Kubernetes</h3> | |
<p style="color: #A1A1AA; font-size: 16px; line-height: 1.6; margin-bottom: 24px; max-width: 600px;"> | |
Manage Kubernetes at scale through a single, enterprise-ready platform. | |
</p> | |
<div style="display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 32px;"> | |
<div style="display: flex; align-items: center; gap: 8px; min-width: 200px;"> | |
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> | |
<path d="M16.7 5.3l-8 8-4.7-4.7 1.4-1.4 3.3 3.3 6.6-6.6 1.4 1.4z" fill="#6366F1"/> | |
</svg> | |
<span style="color: #E5E7EB; font-weight: 500;">GitOps Deployment</span> | |
</div> | |
<div style="display: flex; align-items: center; gap: 8px; min-width: 200px;"> | |
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> | |
<path d="M16.7 5.3l-8 8-4.7-4.7 1.4-1.4 3.3 3.3 6.6-6.6 1.4 1.4z" fill="#6366F1"/> | |
</svg> | |
<span style="color: #E5E7EB; font-weight: 500;">Secure Dashboards</span> | |
</div> | |
<div style="display: flex; align-items: center; gap: 8px; min-width: 200px;"> | |
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> | |
<path d="M16.7 5.3l-8 8-4.7-4.7 1.4-1.4 3.3 3.3 6.6-6.6 1.4 1.4z" fill="#6366F1"/> | |
</svg> | |
<span style="color: #E5E7EB; font-weight: 500;">Infrastructure-as-Code</span> | |
</div> | |
</div> | |
<a href="https://www.plural.sh/contact" style="display: inline-block; background-color: #6366F1; color: white; padding: 12px 24px; border-radius: 8px; text-decoration: none; font-weight: 500; transition: background-color 0.2s; font-size: 16px;"> | |
Book a demo | |
</a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment