Skip to content

Commit 94f192f

Browse files
Respond to feedback; add compliance logos.
1 parent 1b251f3 commit 94f192f

File tree

10 files changed

+59
-44
lines changed

10 files changed

+59
-44
lines changed

content/product/insights-governance.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,14 @@ features:
9797
compliance_frameworks:
9898
title: Pre-Built Compliance Frameworks Ready to Deploy
9999
description: Stop building compliance policies from scratch. Deploy expert-authored policy packs that map directly to industry standards and audit requirements.
100+
items:
101+
- /images/product/cis.png
102+
- /images/product/nist.png
103+
- /images/product/pci-dss.png
104+
- /images/product/hitrust.png
105+
- /images/product/aicpa.png
106+
- /images/product/fedramp.png
107+
- /images/product/iso-20071.png
100108

101109
governance:
102110
title: The Complete Governance Lifecycle

layouts/product/insights-governance.html

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h5 class="text-gray-800 text-display text-2xl">{{ .Params.preview.header | mark
2525
</div>
2626
</section> -->
2727

28-
<section id="description" class="container mx-auto my-16 flex flex-col">
28+
<section id="description" class="container mx-auto my-32 flex flex-col">
2929
<h4 class="hidden lg:block xl:hidden text-center mb-4">{{ .Params.overview.title }}</h4>
3030
<h5 class="hidden lg:block xl:hidden text-center mt-4 mb-8">{{ .Params.overview.subtitle | markdownify }}</h5>
3131
<div class="flex flex-col lg:flex-row px-8">
@@ -67,7 +67,7 @@ <h5>{{ $item.title }}</h5>
6767
</section>
6868

6969

70-
<section id="search " class="container my-20 mx-auto text-center px-6">
70+
<section id="search " class="container my-32 mx-auto text-center px-6">
7171
<h2 class="text-center">Key Features</h2>
7272
{{ range $index, $feature := .Params.features }}
7373
{{ $order := "lg:order-first lg:pr-4" }}
@@ -76,7 +76,7 @@ <h2 class="text-center">Key Features</h2>
7676
{{ $order = "lg:order-last lg:pl-4"}}
7777
{{ $padding = "lg:pr-16" }}
7878
{{ end }}
79-
<div class="container mx-auto flex flex-col text-center items-center lg:flex-row my-16">
79+
<div class="container mx-auto flex flex-col text-center items-center lg:flex-row my-32">
8080
<div class="w-full lg:w-1/2 lg:content-center {{ $padding }}">
8181
<h3 class="m-0 p-0">{{ $feature.header }}</h3>
8282
<h4 class="p-0 m-0 text-gray-800">{{ $feature.subheader }}</h4>
@@ -96,20 +96,29 @@ <h4 class="p-0 m-0 text-gray-800">{{ $feature.subheader }}</h4>
9696
{{ end }}
9797
</section>
9898

99-
<section id="compliance-frameworks" class="container my-20 mx-auto text-center">
99+
<section id="compliance-frameworks" class="container my-32 mx-auto text-center">
100100
{{ with .Params.compliance_frameworks }}
101101
<div class="card p-6 lg:p-16 bg-white">
102102
<h2 class="m-0 p-0">{{ .title }}</h2>
103103
<p class="mx-auto">{{ .description | markdownify }}</p>
104+
{{ if .items }}
105+
<div class="hidden md:flex flex-wrap justify-center items-center gap-8 mt-12 mb-8">
106+
{{ range $item := .items }}
107+
<div class="flex items-center justify-center h-16">
108+
<img src="{{ $item }}" alt="Compliance Framework" class="h-full object-contain" />
109+
</div>
110+
{{ end }}
111+
</div>
112+
{{ end }}
104113
<div class="mt-12">
105-
<a href="/docs/reference/cloud-rest-api/policy-packs/" class="btn-secondary">Explore the Policy Packs</a>
114+
<a href="/docs/reference/cloud-rest-api/policy-packs/" class="btn-primary">Explore the Policy Packs</a>
106115
</div>
107116
</div>
108117
{{ end }}
109118
</section>
110119

111120
<!-- spear quote -->
112-
<section class="bg-gradient-to-r from-white from-0% via-violet-100 via-50% to-white to-100% py-8">
121+
<section class="bg-gradient-to-r from-white from-0% via-violet-100 via-50% to-white to-100% py-16">
113122
<div class="container text-center mx-auto w-full md:w-2/3 mb-4 px-6">
114123
{{ with .Params.customer_quotes.spear }}
115124
<p class="text-xl description">{{ .text | markdownify }}</p>
@@ -119,9 +128,9 @@ <h2 class="m-0 p-0">{{ .title }}</h2>
119128
</div>
120129
</section>
121130

122-
<section id="governance" class="my-20 px-4">
131+
<section id="governance" class="my-32 px-4">
123132
<div class="container mx-auto">
124-
<h2 class="text-center mb-4">{{ .Params.governance.title }}</h2>
133+
<h2 class="text-center mb-24">{{ .Params.governance.title }}</h2>
125134
<div class="p-0.5 rounded-lg"
126135
style="background: linear-gradient(90deg, #f7bf2a 0%, #f26e7e 18.23%, #be5188 38.02%, #8a3391 53.65%, #805ac3 74.48%, #7682f4 100%);">
127136
<div class="rounded-lg bg-white flex flex-wrap mx-auto p-4">
@@ -136,13 +145,13 @@ <h5>{{ $feature.header }}</h5>
136145
</div>
137146
</div>
138147
<div class="mt-8 text-center">
139-
<img class="mx-auto rounded-xl shadow-lg" src="{{ .Params.governance.image }}"
148+
<img class="mx-auto w-full rounded-xl shadow-lg" src="{{ .Params.governance.image }}"
140149
alt="{{ .Params.governance.title }}" />
141150
</div>
142151
</div>
143152
</section>
144153

145-
<section id="pricing" class="container my-20 mx-auto text-center">
154+
<section id="pricing" class="container my-32 mx-auto text-center">
146155
{{ with .Params.pricing }}
147156
<div class="card p-6 lg:p-16 bg-white">
148157
<h2 class="m-0 p-0">{{ .title }}</h2>
@@ -154,7 +163,7 @@ <h2 class="m-0 p-0">{{ .title }}</h2>
154163
{{ end }}
155164
</section>
156165

157-
<section id="learn" class="container mx-auto text-center mt-16 px-6">
166+
<section id="learn" class="container mx-auto text-center my-32 px-6">
158167
<div class="max-w-5xl mx-auto text-center px-6">
159168
<h2>{{ .Params.learn.title }}</h2>
160169
</div>

static/images/product/aicpa.png

56.3 KB
Loading

static/images/product/cis.png

25.3 KB
Loading

static/images/product/fedramp.png

31.1 KB
Loading

static/images/product/hitrust.png

8.27 KB
Loading

static/images/product/insights-diagram.svg

Lines changed: 31 additions & 33 deletions
Loading
30.6 KB
Loading

static/images/product/nist.png

50.6 KB
Loading

static/images/product/pci-dss.png

23 KB
Loading

0 commit comments

Comments
 (0)