Skip to content

Commit ac87c34

Browse files
committed
Update feaured content in header submenus
1 parent 5e890b4 commit ac87c34

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

src/components/2_molecules/navigation/communityFeatured.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ const CommunityFeaturedNav = () => (
1111
<a
1212
id="c-featured--community"
1313
className="c-featured"
14-
href="https://www.linode.com/content/msps-guide-to-modern-cloud-infrastructure/"
14+
href="https://www.linode.com/content/try-infrastructure-as-code-ebook-series/"
1515
style={styles}
1616
onClick={()=>
17-
Event('Navigation','click','ebook-msp')
17+
Event('Navigation','click','ebook-iac')
1818
}
1919
>
2020
<img
2121
width="632"
2222
height="217"
23-
src="https://www.linode.com/wp-content/uploads/2022/01/MSPeBook_CommunityPage-632x217"
23+
src="https://www.linode.com/wp-content/uploads/2022/04/IaCeBook-CommunityPg-632x217"
2424
className="c-featured__background"
25-
alt="MSP ebook"
25+
alt="IAC eBook"
2626
loading="lazy"
27-
srcset="https://www.linode.com/wp-content/uploads/2022/01/MSPeBook_CommunityPage-632x217.jpg 632w, https://www.linode.com/wp-content/uploads/2022/01/MSPeBook_CommunityPage-1064x366.jpg 1064w, https://www.linode.com/wp-content/uploads/2022/01/MSPeBook_CommunityPage-1944x669.jpg 1944w, data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 1w" sizes="(max-width:991px) 1px, 632px"
27+
srcset="https://www.linode.com/wp-content/uploads/2022/04/IaCeBook-CommunityPg-632x217.jpg 632w, https://www.linode.com/wp-content/uploads/2022/04/IaCeBook-CommunityPg-1064x366.jpg 1064w, https://www.linode.com/wp-content/uploads/2022/04/IaCeBook-CommunityPg-1944x669.jpg 1944w, data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 1w" sizes="(max-width:991px) 1px, 632px"
2828
/>
2929
<div className="c-featured__text">
3030
<div className="c-featured__headline">
31-
The MSP's Guide<br/>to Modern Cloud Infrastructure
31+
Try IAC by Justin Mitchel
3232
</div>
33-
<div className="c-featured__excerpt">Discover one of the best-kept secrets in building a scalable,<br/> thriving, modern Managed Service Provider business.</div>
33+
<div className="c-featured__excerpt">A step-by-step IAC guide for Terraform,<br/> Ansible, Puppet, Chef, and Salt</div>
3434
<span className="c-featured__button">
3535
Download
3636
</span>

src/components/2_molecules/navigation/solutionsFeatured.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,31 @@ const SolutionsFeaturedNav = () => (
1313
<a
1414
id="c-featured--solutions"
1515
className="c-featured"
16-
href="https://www.linode.com/content/dev-mukherjee/"
16+
href="https://www.linode.com/content/cloudways/"
1717
style={styles}
1818
onClick={()=>
19-
Event('Navigation','click','ou')
19+
Event('Navigation','click','cloudways')
2020
}
2121
>
2222
<img
2323
width="632"
24-
height="279"
25-
src="https://www.linode.com/wp-content/uploads/2021/10/anomaly-ltd-header-632x279.jpg"
24+
height="235"
25+
src="https://www.linode.com/wp-content/uploads/2022/04/cloudways-2-632x235.jpg"
2626
className="c-featured__background"
27-
alt="Dev Mukherjee"
27+
alt="Cloudways Customer Story"
2828
loading="lazy"
29-
srcSet="https://www.linode.com/wp-content/uploads/2021/10/anomaly-ltd-header-632x279.jpg 632w, https://www.linode.com/wp-content/uploads/2021/10/anomaly-ltd-header-1064x470.jpg 1064w, https://www.linode.com/wp-content/uploads/2021/10/anomaly-ltd-header-1944x858.jpg 1944w, data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 1w"
29+
srcSet="https://www.linode.com/wp-content/uploads/2022/04/cloudways-2-632x235.jpg 632w, https://www.linode.com/wp-content/uploads/2022/04/cloudways-2-1064x395.jpg 1064w, https://www.linode.com/wp-content/uploads/2022/04/cloudways-2.jpg 1215w, data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 1w"
3030
sizes="(max-width:991px) 1px, 632px"
3131
/>
3232
<div className="c-featured__text">
3333
<div className="c-featured__headline">
34-
Dev Mukherjee <br/>@ Anomaly
34+
Cloudways
3535
</div>
3636
<div className="c-featured__excerpt">
37-
Innovation Down Under and Beyond:<br/> From Virtualization to Electric Vehicles
37+
Turning a Partnership into Profit
3838
</div>
3939
<span className="c-featured__button">
40-
Read Dev's Story
40+
Read Story
4141
</span>
4242
</div>
4343
</a>

0 commit comments

Comments
 (0)