Skip to content
Merged
Show file tree
Hide file tree
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
31 changes: 30 additions & 1 deletion css/openchoreo.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
}
Expand Down
Binary file added img/Icons_battle-tested.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Icons_contribute.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Icons_developer-centric.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Icons_flexible-install.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Icons_join-our-discord.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Icons_policy-driven.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Icons_quick-start.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Icons_ready-to-use-samples.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Icons_report-issues.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Icons_unified-and-integrated.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2>Why OpenChoreo</h2>
<div class="row">
<div class="col-lg-3- col-md-3 col-sm-12 col-xs-12">
<div class="cCard">
<img class="cIcon" src="./img/icons-02.webp"/>
<img style="height: 100px; width: 100px;" alt="Unified and Integrated" class="cIcon" src="./img/Icons_unified-and-integrated.webp"/>



Expand All @@ -51,7 +51,7 @@ <h3>Unified and Integrated</h3>
</div>
<div class="col-lg-3- col-md-3 col-sm-12 col-xs-12">
<div class="cCard">
<img class="cIcon" src="./img/icons-01.webp"/>
<img style="height: 100px; width: 100px;" alt="Developer-Centric" class="cIcon" src="./img/Icons_developer-centric.webp"/>



Expand All @@ -61,14 +61,14 @@ <h3>Developer-Centric</h3>
</div>
<div class="col-lg-3- col-md-3 col-sm-12 col-xs-12">
<div class="cCard">
<img class="cIcon" src="./img/icons-03.webp"/>
<img style="height: 100px; width: 100px;" alt="Developer-Centric" class="cIcon" src="./img/Icons_policy-driven.webp"/>
<h3>Policy-Driven</h3>
<p>Enforce security, compliance, and architectural standards at every stage.</p>
</div>
</div>
<div class="col-lg-3- col-md-3 col-sm-12 col-xs-12">
<div class="cCard">
<img class="cIcon" src="./img/icons-04.webp"/>
<img style="height: 100px; width: 100px;" alt="Battle-Tested" class="cIcon" src="./img/Icons_battle-tested.webp"/>
<h3>Battle-Tested</h3>
<p>Inspired by real-world lessons from WSO2 Choreo, trusted by global enterprises.</p>
</div>
Expand Down Expand Up @@ -220,22 +220,22 @@ <h2>Get Started Instantly</h2>
<div class="row">
<div class="col-sm-12 col-md-4 col-lg-4">
<div class="cCard cButtonContainer">
<a class="cButton cOutlineCTA" href="https://github.com/openchoreo/openchoreo/blob/main/docs/quick-start-guide.md"> Quick Start</a>
<a class="cButton cOutlineCTA cQuickStart" href="https://github.com/openchoreo/openchoreo/blob/main/docs/quick-start-guide.md"> Quick Start</a>
<p>Deploy OpenChoreo locally with one command using a dev container.</p>
</div>
</div>

<div class="col-sm-12 col-md-4 col-lg-4">
<div class="cCard cButtonContainer">
<a class="cButton cOutlineCTA" href="https://github.com/openchoreo/openchoreo/blob/main/docs/install-guide.md"> Flexible Install </a>
<a class="cButton cOutlineCTA cFlexibleInstall" href="https://github.com/openchoreo/openchoreo/blob/main/docs/install-guide.md"> Flexible Install </a>
<p> Run on your Kubernetes cluster with Cilium support.</p>
</div>
</div>


<div class="col-sm-12 col-md-4 col-lg-4">
<div class="cCard cButtonContainer">
<a class="cButton cOutlineCTA" href="https://github.com/openchoreo/openchoreo/tree/main/samples"> Ready-to-Use Samples</a>
<a class="cButton cOutlineCTA cReady-to-Use-Samples" href="https://github.com/openchoreo/openchoreo/tree/main/samples"> Ready-to-Use Samples</a>
<p>Learn by doing with fully working examples.</p>
</div>
</div>
Expand Down Expand Up @@ -270,22 +270,22 @@ <h2>Join the OpenChoreo Community</h2>
<div class="row">
<div class="col-sm-12 col-md-4 col-lg-4">
<div class="cCard cButtonContainer">
<a class="cButton cOutlineCTA" href="https://github.com/openchoreo/openchoreo/blob/main/docs/contributors/README.md"> Contribute</a>
<a class="cButton cOutlineCTA cContribute" href="https://github.com/openchoreo/openchoreo/blob/main/docs/contributors/README.md"> Contribute</a>
<p>Help shape OpenChoreo by submitting features, fixes, or improvements.</p>
</div>
</div>

<div class="col-sm-12 col-md-4 col-lg-4">
<div class="cCard cButtonContainer">
<a class="cButton cOutlineCTA" href="https://github.com/openchoreo/openchoreo/issues"> Report Issues </a>
<a class="cButton cOutlineCTA cReportIssues" href="https://github.com/openchoreo/openchoreo/issues"> Report Issues </a>
<p> Identify bugs and suggest enhancements to make the platform better for everyone.</p>
</div>
</div>


<div class="col-sm-12 col-md-4 col-lg-4">
<div class="cCard cButtonContainer">
<a class="cButton cOutlineCTA" href="https://discord.com/invite/asqDFC8suT"> Join Our Discord</a>
<a class="cButton cOutlineCTA cJoinOurDiscord" href="https://discord.com/invite/asqDFC8suT"> Join Our Discord</a>
<p>Get real-time support, ask questions, and engage with other users and maintainers.</p>
</div>
</div>
Expand Down