Update website copy to match updated README

Signed-off-by: Jared Watts <jbw976@gmail.com>
This commit is contained in:
Jared Watts 2021-03-18 20:10:42 -07:00
parent 04d8fb76e0
commit d2a58db7d5
No known key found for this signature in database
GPG Key ID: 584704136A67A28C
1 changed files with 23 additions and 21 deletions

View File

@ -9,10 +9,11 @@ stylesheet: index
<div class="grid"> <div class="grid">
<div class="col-5_md-12 main"> <div class="col-5_md-12 main">
<div> <div>
<h1>Manage any infrastructure your applications need directly from Kubernetes</h1> <h1>Compose cloud infrastructure and services into custom platform APIs</h1>
<p> <p>
Crossplane is an open source Kubernetes add-on that supercharges your Kubernetes clusters enabling you to provision and manage Crossplane is an open source Kubernetes add-on that enables platform teams to assemble
infrastructure, services, and applications from kubectl. infrastructure from multiple vendors, and expose higher level self-service APIs for application
teams to consume, without having to write any code.
</p> </p>
<button id="getStarted" onclick="window.location.href='{{ githubLink }}'"> <button id="getStarted" onclick="window.location.href='{{ githubLink }}'">
<img src="{{ "/images/github-teal.svg" | relative_url }}" /> <img src="{{ "/images/github-teal.svg" | relative_url }}" />
@ -43,8 +44,10 @@ stylesheet: index
<div class="col-6_md-12"> <div class="col-6_md-12">
<h2>Provision and manage cloud infrastructure and services using kubectl</h2> <h2>Provision and manage cloud infrastructure and services using kubectl</h2>
<p> <p>
Crossplane extends your Kubernetes cluster, providing you with CRDs for any infrastructure or managed service. Define infrastructure configuration that can be versioned, managed, Crossplane extends your Kubernetes cluster, providing you with CRDs for any infrastructure
and deployed using your favorite tools and existing processes you've already integrated with your clusters. or managed service. Compose these granular resources into higher level abstractions that
can be versioned, managed, deployed and consumed using your favorite tools and existing
processes you've already integrated with your clusters.
<img src="{{ "/images/quad-teal-medium.svg" | relative_url }}" /> <img src="{{ "/images/quad-teal-medium.svg" | relative_url }}" />
</p> </p>
</div> </div>
@ -106,13 +109,12 @@ stylesheet: index
</div> </div>
<div class="grid"> <div class="grid">
<div class="col-6_md-12"> <div class="col-6_md-12">
<h2>Deploy applications using a team centric approach with OAM</h2> <h2>The Universal Cloud API</h2>
<p> <p>
Crossplane implements the Open Application Model to help unify application and infrastructure management around team-centric processes. With Crossplane and OAM, Crossplane provides a consistent API across a diverse set of vendors, resources, and
application and infrastructure config can co-exist and be deployed using the same tooling. abstractions. The Crossplane Resource Model (XRM) extends the Kubernetes Resource Model
</p> (KRM) in an opinionated way, resulting in a uniform experience for managing resources,
<p> no matter what provider or vendor built them.
<a href="https://oam.dev">Learn More About OAM</a>
</p> </p>
<p><img src="{{ "/images/quad-red-medium.svg" | relative_url }}" /></p> <p><img src="{{ "/images/quad-red-medium.svg" | relative_url }}" /></p>
</div> </div>