Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated CloudBees logo to reflect new branding and light/dark mode options #25

Merged
merged 3 commits into from
Oct 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# CloudBees CD/RO add-on for Amazon EKS blueprints

<p align="center">
<a href="https://www.cloudbees.com/capabilities/continuous-delivery"><img alt="cloudbees-icon" src="https://images.ctfassets.net/vtn4rfaw6n2j/7FKeUjwsXI1d2JPUIvSMZJ/be286872ace9ca3b6b66a64adbb3c16a/cb-tag-sm.svg?fm=webp&q=85" height="120px" /></a>
<p align="center">Deploy CloudBees CD/RO to Amazon Web Services (AWS) Elastic Kubernetes Service (EKS) clusters
</p>
<a href="https://www.cloudbees.com/capabilities/continuous-delivery">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://images.ctfassets.net/vtn4rfaw6n2j/ieyxgJANPjaYhdkOXM7Ky/c65ade5254cca895cc99bb561df2dd91/Symbol-White.svg?fm=webp&q=85" height="120px">
<source media="(prefers-color-scheme: light)" srcset="https://images.ctfassets.net/vtn4rfaw6n2j/6A6SnrhpUInrzTDmB3eHSU/e0f759f7f0cbb396af21b220c8259b89/Symbol-Black.svg?fm=webp&q=85" height="120px">
<img alt="CloudBees CD/RO add-on for Amazon EKS blueprints" src="https://images.ctfassets.net/vtn4rfaw6n2j/6A6SnrhpUInrzTDmB3eHSU/e0f759f7f0cbb396af21b220c8259b89/Symbol-Black.svg?fm=webp&q=85" height="120px">
</picture></a></p>

<p align="center">Deploy CloudBees CD/RO to Amazon Web Services (AWS) Elastic Kubernetes Service (EKS) clusters</p>

---

Expand Down
Loading