github.com/projectcontour/contour@v1.28.2/site/themes/contour/layouts/partials/hero.html (about)

     1  <div class="hero homepage">
     2  	<div class="wrapper">
     3  		<div class="text-block">
     4  			<h1>High performance ingress controller for Kubernetes</h1>
     5  			<p>Contour is an open source Kubernetes ingress controller providing the control plane for the Envoy edge and service proxy.​ Contour supports dynamic configuration updates and multi-team ingress delegation out of the box while maintaining a lightweight profile.</p>
     6  			<div class="buttons">
     7                  <a class="button" href="/getting-started">Get started using Contour</a>
     8                  <a class="button secondary" href="https://github.com/projectcontour/contour/releases/">Download Latest Release</a>
     9              </div>
    10  		</div>
    11  	</div>
    12  </div>