Skip to content

Commit ab2da5e

Browse files
committed
Move supporters to bottom of home
And add link to meetings Signed-off-by: Philippe Ombredanne <pombredanne@aboutcode.org>
1 parent 2e5dc40 commit ab2da5e

1 file changed

Lines changed: 18 additions & 12 deletions

File tree

  • website/src/components/HomepageContent

website/src/components/HomepageContent/index.js

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff 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
);

0 commit comments

Comments
 (0)