Skip to content

Commit

Permalink
Merge pull request #680 from buildpacks/feat/update-project-synopsis
Browse files Browse the repository at this point in the history
Update project description on front page
  • Loading branch information
sambhav authored Mar 28, 2024
2 parents 97e1a03 + 7c1c4f3 commit c1b5d7e
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions themes/buildpacks/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,18 @@ <h3 class="mb-0">Maintainability</h3>
<a href="/features">See list of features</a>
</div>

<h2>About the Project</h2>
<h2>What We Do</h2>
<section class="row">
<div class="col-sm">
<p>Cloud Native Buildpacks (CNBs) transform your application source code into container images that can run on any
cloud. With buildpacks, organizations can concentrate the knowledge of container build best practices within a
specialized team, instead of having application developers across the organization individually maintain their
own Dockerfiles. This makes it easier to know what is inside application images, enforce security and compliance
requirements, and perform upgrades with minimal effort and intervention.</p>
</div>
</section>

<h2>Our Origin Story</h2>
<section class="row">
<div class="col-sm">
<p><strong>Buildpacks</strong> were first conceived by Heroku in 2011. Since then, they have been adopted by Cloud
Expand All @@ -110,8 +121,8 @@ <h2>About the Project</h2>
<p>Cloud Native Buildpacks embrace modern container standards, such as the OCI image format. They take advantage
of the latest capabilities of these standards, such as cross-repository blob mounting and image layer "rebasing"
on Docker API v2 registries.</p>
</div>
</section>
</div>
</section>
</div>

<div id="get-started" class="container">
Expand Down

0 comments on commit c1b5d7e

Please sign in to comment.