Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
adjusting benefits section
Browse files Browse the repository at this point in the history
  • Loading branch information
interurban committed Apr 9, 2024
1 parent e02b4a0 commit 3b8853f
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 25 deletions.
27 changes: 2 additions & 25 deletions themes/default/layouts/product/crossguard.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1 class="flex flex-col items-center">
<div class="text-center">
<h3>“Shift Left” policy enforcement and standards remediation</h3>
<p>
Programmatic policy enforcement and remediation are key to scaling securely and efficiently because inconsistent infrastructure could lead to compromise. Pulumi CrossGuard offers centralized policy enforcement and remediation as an integrated component of Pulumi’s infrastructure as code platform.
Programmatic policy enforcement and remediation is key to scaling securely and efficiently because inconsistent infrastructure could lead to compromise. Pulumi CrossGuard offers centralized policy enforcement and remediation as an integrated component of Pulumi’s infrastructure as code platform. Take advantage of well-known and well-understood programming languages like TypeScript and Python to author policies, and apply them across multiple clouds, SaaS offerings, and application platforms. Pull from a library of ready-made policies that can be customized to your organization’s specific needs and goals. CrossGuard ensures consistent application of your policies, and prevents new misconfigurations or inconsistencies from being introduced into your infrastructure.
</p>
<div class="mt-8">
<a class="btn-primary" href="/docs/using-pulumi/crossguard/get-started/">Get Started</a>
Expand All @@ -30,32 +30,9 @@ <h3>“Shift Left” policy enforcement and standards remediation</h3>
</div>
</section>

<section id="benefits" class="container mx-auto text-center my-16 px-6">
<div class="max-w-5xl mx-auto text-center px-6">
<h2>Benefits of CrossGuard</h2>
</div>
<div class="flex flex-wrap justify-content items-stretch text-left my-4">
{{ range $item := .Params.benefits.items }}
<div class="w-full lg:w-1/3 p-3">
<div class="h-full card bg-white p-12">
<div class="icon-section mb-8 text-center">
{{ partial "color-icon.html" (dict "icon" $item.icon "icon_color" $item.icon_color) }}
</div>
<div>
<h5>{{ $item.title }}</h5>
</div>
<div class="mt-6">
<p>{{ $item.description | markdownify }}</p>
</div>
</div>
</div>
{{ end }}
</div>
</section>

<section id="screenshot1" class="container mx-auto my-16">
<div class="max-w-5xl mx-auto text-center py-8">
<h2>Centrally Manage Policy Compliance</h2>
<h2>Benefits of Pulumi CrossGuard</h2>
</div>
<div class="flex flex-wrap items-stretch">
<div class="w-full lg:w-2/3">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module aws-acm-certificate-go

go 1.21

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.24.0
github.com/pulumi/pulumi/sdk/v3 v3.108.1
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module aws-iampolicy-jsonparse-go

go 1.21

toolchain go1.22.1

require github.com/pulumi/pulumi/sdk/v3 v3.108.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module aws-lambda-stepfunctions-jsonhelper-go

go 1.21

toolchain go1.22.1

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.24.0
github.com/pulumi/pulumi/sdk/v3 v3.108.1
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module aws-s3bucket-bucketobject-interpolate-go

go 1.21

require (
github.com/pulumi/pulumi-aws/sdk/v4 v4.38.1
github.com/pulumi/pulumi/sdk/v3 v3.108.1
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module aws-s3bucket-bucketpolicy-go

go 1.21

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.24.0
github.com/pulumi/pulumi/sdk/v3 v3.108.1
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module aws-s3websitebucket-oai-bucketpolicy-go

go 1.21

toolchain go1.22.1

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.24.0
github.com/pulumi/pulumi/sdk/v3 v3.108.1
)

0 comments on commit 3b8853f

Please sign in to comment.