Merge pull request #9600 from hashicorp/changli0617-patch-2
Update index.jsx
This commit is contained in:
commit
a658295135
|
@ -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>
|
||||
))}
|
||||
|
|
|
@ -42,6 +42,10 @@
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
& a {
|
||||
color: var(--nomad);
|
||||
}
|
||||
|
||||
& .item-icon img {
|
||||
width: 72px;
|
||||
height: 72px;
|
||||
|
|
|
@ -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'),
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue