Skip to content

Commit 03dd725

Browse files
authored
Merge pull request #11 from madhuramendis/main
Update content and images
2 parents 9136c1f + 5c498dd commit 03dd725

File tree

5 files changed

+50
-32
lines changed

5 files changed

+50
-32
lines changed

_includes/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<nav class="navbar navbar-expand-lg bg-body-tertiary bg-light sticky-top">
22
<div class="container">
3-
<a class="navbar-brand" href="#">OpenChoreo</a>
3+
<a class="navbar-brand" href="/" ><img style="height: 50px;" alt="OpenChoreo" src="/img/openchoreo_logo.png"></a>
44
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
55
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
66
<span class="navbar-toggler-icon"></span>

img/V2.mp4

5.13 MB
Binary file not shown.

img/V2.webm

1.04 MB
Binary file not shown.

img/openchoreo_logo.png

12.5 KB
Loading

index.html

Lines changed: 49 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ <h1>The Open-Source
1414
for Platform Engineers</h1>
1515
<h2>Build. Deploy. Scale. Effortlessly.
1616
</h2>
17-
<p>OpenChoreo is a developer-friendly, production-grade Internal Developer Platform that helps platform engineers simplify complexity, accelerate software delivery, and enable secure, scalable operations.
18-
</p>
19-
<p> Designed with open standards and real-world needs in mind, OpenChoreo provides the core building blocks to create a composable platform without reinventing the wheel.
20-
</p>
17+
<p>OpenChoreo is an internal developer platform that helps platform engineering teams streamline developer workflows, simplify complexity, and deliver secure, scalable Internal Developer Portals — without building everything from scratch.</p>
18+
<p> OpenChoreo integrates and orchestrates a broad set of CNCF and other open-source projects, offering a production-grade, composable foundation that teams can customize and extend to fit their organization’s platform strategy.
19+
</p>
2120

22-
<a href="" class="cButton cButtonIcon">Get Started</a>
21+
<a href="https://github.com/openchoreo/openchoreo" class="cButton cButtonIcon">Get Started</a>
2322
</div>
2423
</div>
2524

@@ -36,8 +35,18 @@ <h2>Why OpenChoreo</h2>
3635
</div>
3736
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 d-flex justify-content-center list-unstyled ">
3837
<span class="cH2Line"></span>
38+
3939
</div>
4040
</div>
41+
<div class="row">
42+
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 d-flex justify-content-center list-unstyled ">
43+
<p style="margin-bottom: 100px;">Modern development demands more than just toolchains. You need a platform that's:</p>
44+
</div>
45+
46+
47+
</div>
48+
49+
4150
<div class="row">
4251
<div class="col-lg-3- col-md-3 col-sm-12 col-xs-12">
4352
<div class="cCard">
@@ -75,7 +84,7 @@ <h3>Battle-Tested</h3>
7584
</div>
7685

7786
<div class="col-lg-12- col-md-12 col-sm-12 col-xs-12 d-flex justify-content-center list-unstyled ">
78-
<p>Build a platform developers love and your business can scale on — without stitching tools together endlessly.</p>
87+
<p class="cLastLines">Build a platform developers love and your business can scale on — without stitching tools together endlessly.</p>
7988
</div>
8089

8190

@@ -98,30 +107,41 @@ <h2>What Makes OpenChoreo Different?</h2>
98107

99108
<div class="row">
100109
<div class="col-sm-12 col-md-8 col-lg-8 cVideoContainer">
101-
<video class="cVideo" style=" width: 100%;" class="aos-init aos-animate" data-aos="zoom-in" autoplay="" loop="" muted="">
102-
<source src="./img/Animation-for-Website-for-OpenChoreo.webm" type="video/webm">
103-
</video>
110+
<div class="cVideoContainerInner">
111+
<video class="cVideo" style=" width: 100%;" class="aos-init aos-animate" data-aos="zoom-in" autoplay="" loop="" muted="">
112+
<source src="./img/v2.webm" type="video/webm">
113+
</video>
114+
</div>
115+
104116
</div>
105117

106118
<div class="col-sm-12 col-md-4 col-lg-4">
107119
<div class="cSidePanel">
108-
<h3>Platform Abstractions</h3>
109-
<p>Organize your teams and infrastructure smartly with Organizations, Data Planes, Environments, and Deployment Pipelines.</p>
120+
<h3>Platform Abstractions
121+
</h3>
122+
<p>Organize your teams and infrastructure smartly with Organizations, Data Planes, Environments, and Deployment Pipelines.
123+
</p>
110124
</div>
111125

112126
<div class="cSidePanel">
113-
<h3>Developer Abstractions</h3>
114-
<p>Deliver faster with Projects, Components, Endpoints, and Connections – all designed for modular, cloud-native delivery.</p>
127+
<h3>Developer Abstractions
128+
</h3>
129+
<p>Deliver faster with Projects, Components, Endpoints, and Connections – all designed for modular, cloud native delivery.
130+
</p>
115131
</div>
116132

117133
<div class="cSidePanel">
118-
<h3>Seamless Kubernetes Integration Abstractions
</h3>
119-
<p>Organize your teams and infrastructure smartly with Organizations, Data Planes, Environments, and Deployment Pipelines.</p>
134+
<h3>Seamless Kubernetes Integration
135+
</h3>
136+
<p>Powerful under the hood. Simple at the surface. Let your teams innovate without wrestling YAML and cluster configs.
137+
</p>
120138
</div>
121139

122140
<div class="cSidePanel">
123-
<h3>Built-In Best Practices</h3>
124-
<p>Zero trust security, GitOps, multi-environment pipelines, and scalable observability – all built right in.</p>
141+
<h3>Built-in Best Practices
142+
</h3>
143+
<p>Zero trust security, GitOps, multi-environment pipelines, and scalable observability – all built right in.
144+
</p>
125145
</div>
126146

127147

@@ -156,19 +176,15 @@ <h3>Simplified Developer Experience</h3>
156176
</div>
157177
<div class="col-sm-12 col-md-4 col-lg-4">
158178
<div class="cCard cFilledCard">
159-
<h3>Domain-Driven Design</h3>
179+
<h3>Zero Trust by Default</h3>
160180
<p>Every connection is authenticated, authorized, and encrypted with Cilium + mTLS. No implicit trust.</p>
161181
</div>
162182
</div>
183+
163184

164185
</div>
165186
<div class="row">
166-
<div class="col-sm-12 col-md-4 col-lg-4">
167-
<div class="cCard cFilledCard">
168-
<h3>Zero Trust by Default</h3>
169-
<p>Every connection is authenticated, authorized, and encrypted with Cilium + mTLS. No implicit trust.</p>
170-
</div>
171-
</div>
187+
172188
<div class="col-sm-12 col-md-4 col-lg-4">
173189
<div class="cCard cFilledCard">
174190
<h3>Built-In API Management</h3>
@@ -181,22 +197,24 @@ <h3>Internal Service Catalog</h3>
181197
<p>All APIs, events, and data endpoints are automatically registered with discoverability and governance metadata.</p>
182198
</div>
183199
</div>
184-
185-
</div>
186-
<div class="row">
187-
<div class="col-sm-12 col-md-4 col-lg-4">
200+
<div class="col-sm-12 col-md-4 col-lg-4">
188201
<div class="cCard cFilledCard">
189202
<h3>Observability Out of the Box</h3>
190203
<p>Logs, metrics, and tracing are pre-instrumented for all traffic and component interactions.</p>
191204
</div>
192205
</div>
206+
207+
</div>
208+
<div class="row">
209+
<div class="col-sm-12 col-md-4 col-lg-4">&nbsp;</div>
210+
193211
<div class="col-sm-12 col-md-4 col-lg-4">
194212
<div class="cCard cFilledCard">
195213
<h3>Separation of Concerns</h3>
196214
<p>Platform teams manage policies and infrastructure. Developers focus on modeling and shipping apps.</p>
197215
</div>
198216
</div>
199-
217+
<div class="col-sm-12 col-md-4 col-lg-4">&nbsp;</div>
200218

201219

202220
</div>
@@ -241,7 +259,7 @@ <h2>Get Started Instantly</h2>
241259
</div>
242260

243261
<div class="col-sm-12 col-md-12 col-lg-12 d-flex justify-content-center list-unstyled">
244-
<p>No lengthy setup. No heavy customization. Just focus on building.</p>
262+
<p class="cLastLines">No lengthy setup. No heavy customization. Just focus on building.</p>
245263
</div>
246264

247265

@@ -291,7 +309,7 @@ <h2>Join the OpenChoreo Community</h2>
291309
</div>
292310

293311
<div class="col-sm-12 col-md-12 col-lg-12 col-lg-12 col-md-12 col-sm-12 col-xs-12 d-flex justify-content-center list-unstyled ">
294-
<p>We’re building OpenChoreo with you — for the next generation of platform engineering.</p>
312+
<p class="cLastLines">We’re building OpenChoreo with you — for the next generation of platform engineering.</p>
295313
</div>
296314

297315
</div>

0 commit comments

Comments
 (0)