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
4 changes: 2 additions & 2 deletions css/openchoreo.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ background-color: #fff;

.cButtonIcon {

background-image: url(/img/github.webp);
background-image: url(../img/github.webp);
background-size: 30px;
background-position: 10px center;
background-repeat: no-repeat;
Expand Down Expand Up @@ -121,7 +121,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 Down
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 class="cIcon" src="./img/icons-02.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 class="cIcon" src="./img/icons-01.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 class="cIcon" src="./img/icons-03.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 class="cIcon" src="./img/icons-04.webp"/>
<h3>Battle-Tested</h3>
<p>Inspired by real-world lessons from WSO2 Choreo, trusted by global enterprises.</p>
</div>
Expand Down Expand Up @@ -217,22 +217,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=""> Quick Start</a>
<a class="cButton cOutlineCTA" 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=""> Flexible Install </a>
<a class="cButton cOutlineCTA" 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=""> Ready-to-Use Samples</a>
<a class="cButton cOutlineCTA" 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 @@ -267,22 +267,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=""> Contribute</a>
<a class="cButton cOutlineCTA" 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=""> Report Issues </a>
<a class="cButton cOutlineCTA" 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=""> Join Our Discord</a>
<a class="cButton cOutlineCTA" 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