diff --git a/css/openchoreo.css b/css/openchoreo.css index 2ed9db5..1e990e5 100644 --- a/css/openchoreo.css +++ b/css/openchoreo.css @@ -125,7 +125,7 @@ background-color: #fff; .cButton.cOutlineCTA { - background-image: url(../img/bgicons-new-01.webp); + /* background-image: url(../img/bgicons-new-01.webp); */ background-size: 40px; background-position: 10px center; background-repeat: no-repeat; @@ -140,6 +140,35 @@ background-color: #fff; } +.cButton.cOutlineCTA.cQuickStart { + background-image: url(../img/Icons_quick-start.webp); +} +.cButton.cOutlineCTA.cFlexibleInstall { + background-image: url(../img/Icons_flexible-install.webp); +} + +.cButton.cOutlineCTA.cReady-to-Use-Samples { + background-image: url(../img/Icons_ready-to-use-samples.webp); +} + +.cButton.cOutlineCTA.cContribute { + background-image: url(../img/Icons_contribute.webp); +} + +.cButton.cOutlineCTA.cReportIssues { + background-image: url(../img/Icons_report-issues.webp); +} + +.cButton.cOutlineCTA.cJoinOurDiscord { + background-image: url(../img/Icons_join-our-discord.webp); +} + + + + + + + .cButton.cOutlineCTA:hover { background-color: #36A1FF; } diff --git a/img/Icons_battle-tested.webp b/img/Icons_battle-tested.webp new file mode 100644 index 0000000..347b469 Binary files /dev/null and b/img/Icons_battle-tested.webp differ diff --git a/img/Icons_contribute.webp b/img/Icons_contribute.webp new file mode 100644 index 0000000..b2d2131 Binary files /dev/null and b/img/Icons_contribute.webp differ diff --git a/img/Icons_developer-centric.webp b/img/Icons_developer-centric.webp new file mode 100644 index 0000000..478e88e Binary files /dev/null and b/img/Icons_developer-centric.webp differ diff --git a/img/Icons_flexible-install.webp b/img/Icons_flexible-install.webp new file mode 100644 index 0000000..0d6ae1d Binary files /dev/null and b/img/Icons_flexible-install.webp differ diff --git a/img/Icons_join-our-discord.webp b/img/Icons_join-our-discord.webp new file mode 100644 index 0000000..2fb2d5a Binary files /dev/null and b/img/Icons_join-our-discord.webp differ diff --git a/img/Icons_policy-driven.webp b/img/Icons_policy-driven.webp new file mode 100644 index 0000000..06e00b5 Binary files /dev/null and b/img/Icons_policy-driven.webp differ diff --git a/img/Icons_quick-start.webp b/img/Icons_quick-start.webp new file mode 100644 index 0000000..46151fd Binary files /dev/null and b/img/Icons_quick-start.webp differ diff --git a/img/Icons_ready-to-use-samples.webp b/img/Icons_ready-to-use-samples.webp new file mode 100644 index 0000000..5bcf652 Binary files /dev/null and b/img/Icons_ready-to-use-samples.webp differ diff --git a/img/Icons_report-issues.webp b/img/Icons_report-issues.webp new file mode 100644 index 0000000..a3c1244 Binary files /dev/null and b/img/Icons_report-issues.webp differ diff --git a/img/Icons_unified-and-integrated.webp b/img/Icons_unified-and-integrated.webp new file mode 100644 index 0000000..73559df Binary files /dev/null and b/img/Icons_unified-and-integrated.webp differ diff --git a/index.html b/index.html index 6da9040..ad1d3d5 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@

Why OpenChoreo

- + Unified and Integrated @@ -51,7 +51,7 @@

Unified and Integrated

- + Developer-Centric @@ -61,14 +61,14 @@

Developer-Centric

- + Developer-Centric

Policy-Driven

Enforce security, compliance, and architectural standards at every stage.

- + Battle-Tested

Battle-Tested

Inspired by real-world lessons from WSO2 Choreo, trusted by global enterprises.

@@ -220,14 +220,14 @@

Get Started Instantly

- Quick Start + Quick Start

Deploy OpenChoreo locally with one command using a dev container.

- Flexible Install + Flexible Install

Run on your Kubernetes cluster with Cilium support.

@@ -235,7 +235,7 @@

Get Started Instantly

- Ready-to-Use Samples + Ready-to-Use Samples

Learn by doing with fully working examples.

@@ -270,14 +270,14 @@

Join the OpenChoreo Community

- Contribute + Contribute

Help shape OpenChoreo by submitting features, fixes, or improvements.

- Report Issues + Report Issues

Identify bugs and suggest enhancements to make the platform better for everyone.

@@ -285,7 +285,7 @@

Join the OpenChoreo Community

- Join Our Discord + Join Our Discord

Get real-time support, ask questions, and engage with other users and maintainers.