Skip to content

Commit ec90e4b

Browse files
Merge pull request #6 from madhuramendis/main
Update links
2 parents bc58112 + bf0d4e4 commit ec90e4b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

css/openchoreo.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ background-color: #fff;
7575

7676
.cButtonIcon {
7777

78-
background-image: url(/img/github.webp);
78+
background-image: url(../img/github.webp);
7979
background-size: 30px;
8080
background-position: 10px center;
8181
background-repeat: no-repeat;
@@ -121,7 +121,7 @@ background-color: #fff;
121121

122122

123123
.cButton.cOutlineCTA {
124-
background-image: url(/img/bgicons-new-01.webp);
124+
background-image: url(../img/bgicons-new-01.webp);
125125
background-size: 40px;
126126
background-position: 10px center;
127127
background-repeat: no-repeat;

index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h2>Why OpenChoreo</h2>
4141
<div class="row">
4242
<div class="col-lg-3- col-md-3 col-sm-12 col-xs-12">
4343
<div class="cCard">
44-
<img class="cIcon" src="/img/icons-02.webp"/>
44+
<img class="cIcon" src="./img/icons-02.webp"/>
4545

4646

4747

@@ -51,7 +51,7 @@ <h3>Unified and Integrated</h3>
5151
</div>
5252
<div class="col-lg-3- col-md-3 col-sm-12 col-xs-12">
5353
<div class="cCard">
54-
<img class="cIcon" src="/img/icons-01.webp"/>
54+
<img class="cIcon" src="./img/icons-01.webp"/>
5555

5656

5757

@@ -61,14 +61,14 @@ <h3>Developer-Centric</h3>
6161
</div>
6262
<div class="col-lg-3- col-md-3 col-sm-12 col-xs-12">
6363
<div class="cCard">
64-
<img class="cIcon" src="/img/icons-03.webp"/>
64+
<img class="cIcon" src="./img/icons-03.webp"/>
6565
<h3>Policy-Driven</h3>
6666
<p>Enforce security, compliance, and architectural standards at every stage.</p>
6767
</div>
6868
</div>
6969
<div class="col-lg-3- col-md-3 col-sm-12 col-xs-12">
7070
<div class="cCard">
71-
<img class="cIcon" src="/img/icons-04.webp"/>
71+
<img class="cIcon" src="./img/icons-04.webp"/>
7272
<h3>Battle-Tested</h3>
7373
<p>Inspired by real-world lessons from WSO2 Choreo, trusted by global enterprises.</p>
7474
</div>
@@ -217,22 +217,22 @@ <h2>Get Started Instantly</h2>
217217
<div class="row">
218218
<div class="col-sm-12 col-md-4 col-lg-4">
219219
<div class="cCard cButtonContainer">
220-
<a class="cButton cOutlineCTA" href=""> Quick Start</a>
220+
<a class="cButton cOutlineCTA" href="https://github.com/openchoreo/openchoreo/blob/main/docs/quick-start-guide.md"> Quick Start</a>
221221
<p>Deploy OpenChoreo locally with one command using a dev container.</p>
222222
</div>
223223
</div>
224224

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

232232

233233
<div class="col-sm-12 col-md-4 col-lg-4">
234234
<div class="cCard cButtonContainer">
235-
<a class="cButton cOutlineCTA" href=""> Ready-to-Use Samples</a>
235+
<a class="cButton cOutlineCTA" href="https://github.com/openchoreo/openchoreo/tree/main/samples"> Ready-to-Use Samples</a>
236236
<p>Learn by doing with fully working examples.</p>
237237
</div>
238238
</div>
@@ -267,22 +267,22 @@ <h2>Join the OpenChoreo Community</h2>
267267
<div class="row">
268268
<div class="col-sm-12 col-md-4 col-lg-4">
269269
<div class="cCard cButtonContainer">
270-
<a class="cButton cOutlineCTA" href=""> Contribute</a>
270+
<a class="cButton cOutlineCTA" href="https://github.com/openchoreo/openchoreo/blob/main/docs/contributors/README.md"> Contribute</a>
271271
<p>Help shape OpenChoreo by submitting features, fixes, or improvements.</p>
272272
</div>
273273
</div>
274274

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

282282

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

0 commit comments

Comments
 (0)