File tree Expand file tree Collapse file tree
website/src/components/HomepageContent Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,18 +68,6 @@ export default function HomepageContent() {
6868 < AdoptersBanner />
6969 </ section >
7070
71- < section className = { styles . sectionContainer } >
72- < div
73- className = { styles . sectionHeader }
74- style = { { marginBottom : '15px' , marginTop : '15px' } }
75- >
76- < h2 > Supporters</ h2 >
77- </ div >
78- < div className = { styles . sectionIntro } >
79- < Supporters />
80- </ div >
81- </ section >
82-
8371 < section id = "standards" className = { styles . sectionContainer } >
8472 < div
8573 className = { styles . sectionHeader }
@@ -138,6 +126,24 @@ export default function HomepageContent() {
138126 < EcosystemGrid featured />
139127 </ section >
140128
129+ < section className = { styles . sectionContainer } >
130+ < div
131+ className = { styles . sectionHeader }
132+ style = { { marginBottom : '15px' , marginTop : '15px' } }
133+ >
134+ < h2 > Supporters</ h2 >
135+ </ div >
136+ < div className = { styles . sectionIntro } >
137+ < Supporters />
138+ < p >
139+ < Link to = "/docs/about/meetings/" > Join the conversation</ Link > ,{ ' ' }
140+ < Link to = "/docs/about/contribute/" > or contribute</ Link > to{ ' ' }
141+ < Link to = "/projects/" > AboutCode projects</ Link > to help make the software
142+ supply chains healthier and safer!
143+ </ p >
144+ </ div >
145+ </ section >
146+
141147 < div style = { { marginBottom : '50px' } } > </ div >
142148 </ main >
143149 ) ;
You can’t perform that action at this time.
0 commit comments