open-vault/website/pages/home/content.json
Kendall Strautman 8b5560eb02
[Assembly]: Branding Refresh (#11118)
* style: update gray brand colors (#11092)

* Style: Update brand colors (#11224)

* style: update brand colors

* chore: upgrade react-components

* style: update use cases page btn --> vault brand

* chore: home page component api updates

* style: fix link colors

* run npm audit

* upgrade downloads page

* typo fixes

* fix husky, run lint

* roll back husky upgrade

* style(home callouts): body copy gray -2

* style: testing hashi-stack-menu prerelease

* style: upgrade components --> color contrast (#11328)

* chore: upgrades components w/ new styles

* refactor(use-cases pages): to use FeaturedSlider component

* style(BeforeAfterDiagram): swap check icon

* style(use-cases-cta): adjust background color --> vault primary

* chore(community): pass  to VerticalBlockTextList

* chore(deps): adds tippy.js

* chore(deps): upgrade product downloads pre-release

* fix(subnav): use asPath to set active item

* chore: upgrade deps to stable

* style: home callouts body copy to black

* chore: upgrade hashi-stack-menu to stable

* chore: upgrade deps

* style(use-cases): update background and button colors

* chore: upgrade deps body copy color

* chore: upgrades alert-banner

* fix: remove package.json

* content(home): removes hero background image

* content(home): updates assets

* content(use-cases): updates assets

* style(before-after-diagram): adjust scaling styles

* content:swap svgs for pngs

* style: updates before/after diagram

* chore: testing product download page pre-release

* content: updates consul & nomad logomarks

* chore: updates product download page to stable

Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
2021-05-03 18:01:29 -04:00

71 lines
2.4 KiB
JSON

{
"beforeAfterDiagram": {
"beforeImage": {
"url": "https://www.datocms-assets.com/2885/1579635889-static-infrastructure.svg",
"format": "svg"
},
"beforeHeadline": "Static Infrastructure",
"beforeContent": "Datacenters with inherently high-trust networks with clear network perimeters.\n\n#### Traditional Approach\n\n- High trust networks\n- A clear network perimeter\n- Security enforced by IP Address",
"afterImage": {
"url": "https://www.datocms-assets.com/2885/1579635892-dynamic-infrastructure.svg",
"format": "svg"
},
"afterHeadline": "Dynamic Infrastructure",
"afterContent": "Multiple clouds and private datacenters without a clear network perimeter.\n\n#### Vault Approach\n\n\n- Low-trust networks in public clouds\n- Unknown network perimeter across clouds\n- Security enforced by Identity"
},
"principles": [
{
"textSplit": {
"heading": "API-driven",
"content": "Use policy to codify, protect, and automate access to secrets."
},
"codeBlock": {
"options": { "showWindowBar": "true" },
"language": "shell-session",
"code": "$ curl \n --header \"X-Vault-Token: ...\" \n --request POST \n --data @payload.json \n https://127.0.0.1:8200/v1/secret/config"
}
},
{
"textSplit": {
"heading": "Identity Plugins",
"content": "Seamlessly integrate any trusted identity provider.",
"textSide": "right"
},
"logoGrid": [
"aws",
"microsoft-azure",
"google",
{
"url": "https://www.datocms-assets.com/2885/1556657783-oktalogo.svg"
},
{ "url": "https://www.datocms-assets.com/2885/1539817287-cf.svg" },
"alibaba-cloud",
{ "url": "https://www.datocms-assets.com/2885/1506540149-black.svg" },
"kubernetes",
"github"
]
},
{
"textSplit": {
"heading": "Extend and integrate",
"content": "Securely manage secrets and access through a centralized workflow."
},
"logoGrid": [
"mysql",
"cassandra",
"oracle",
"aws",
"mongodb",
{
"url": "https://www.datocms-assets.com/2885/1619808181-conusul-attributedcolor.svg"
},
{
"url": "https://www.datocms-assets.com/2885/1539817686-microsoft-sql-server.svg"
},
"postgresql",
"microsoft-azure"
]
}
]
}