Merge pull request #9600 from hashicorp/changli0617-patch-2

Update index.jsx
This commit is contained in:
Michael Lange 2020-12-10 14:28:55 -08:00 committed by GitHub
commit a658295135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 3 deletions

View File

@ -14,7 +14,10 @@ export default function FeaturesList({ title, items, intro }) {
</div>
<div className="content">
<h4 className="g-type-display-4">{title}</h4>
<p className="g-type-body-small">{content}</p>
<p
className="g-type-body-small"
dangerouslySetInnerHTML={{ __html: content }}
/>
</div>
</div>
))}

View File

@ -42,6 +42,10 @@
margin: 0;
}
& a {
color: var(--nomad);
}
& .item-icon img {
width: 72px;
height: 72px;

View File

@ -57,9 +57,9 @@ export default function Homepage() {
icon: require('./img/why-nomad/federation.svg'),
},
{
title: 'Multi-Cloud with Ease',
title: 'Deploy and Scale with Ease',
content:
'One single unified workflow for deploying to bare metal or cloud environments. Enable multi-cloud applications with ease.',
'Deploy to bare metal with the same ease as in cloud environments. Scale globally without complexity. Read <a href="https://www.hashicorp.com/c2m">the 2 Million Container Challenge</a>.',
icon: require('./img/why-nomad/servers.svg'),
},
{