Skip to content

Commit 68e0ef0

Browse files
authored
Merge pull request #81 from johnmhoran/68-update-supporters
Update supporters list, remove SupporterGrid #68
2 parents d823d60 + 13739b6 commit 68e0ef0

5 files changed

Lines changed: 7 additions & 257 deletions

File tree

website/src/components/HomepageContent/Supporters.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ The home for AboutCode software is the [aboutcode-org](https://github.com/aboutc
22
organization on GitHub. AboutCode is managed by AboutCode Europe ASBL
33
(a Brussels-based non-profit) and is supported by:
44

5-
- Generous support and contributions from users like you!
6-
- The European Commission NGI programme
7-
- The NLnet Foundation
8-
- The Swiss State Secretariat for Education, Research and Innovation (SERI)
9-
- Google, including the Google Summer of Code and the Google Seasons of Doc
5+
- Contributions from users like you
6+
- Google, including the Google Summer of Code and Season of Docs
107
programmes
118
- Mercedes-Benz Group
129
- Microsoft and Microsoft Azure
1310
- nexB Inc.
14-
- and many others.
11+
- The European Commission NGI programme
12+
- The NLnet Foundation
13+
- The Swiss State Secretariat for Education, Research and Innovation (SERI)
14+
- Zeiss
15+
- and many others!

website/src/components/HomepageContent/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
33
import HomeIntro from './HomeIntro.mdx';
44
import ProjectOverview from './ProjectOverview.md';
55
import Supporters from './Supporters.md';
6-
import SupporterGrid from '@site/src/components/SupporterGrid';
76
import ProjectGridTemplate from '@site/src/components/ProjectGridTemplate';
87
import styles from './styles.module.css';
98

@@ -19,8 +18,6 @@ export default function HomepageContent() {
1918
className={styles.sectionHeader}
2019
style={{ marginBottom: '15px', marginTop: '15px' }}
2120
>
22-
{/* <h1>AboutCode Capabilities</h1> */}
23-
2421
</div>
2522
<div className={styles.sectionIntro}>
2623
<HomeIntro />
@@ -52,7 +49,6 @@ export default function HomepageContent() {
5249
<div className={styles.sectionIntro}>
5350
<Supporters />
5451
</div>
55-
<SupporterGrid />
5652
</section>
5753

5854
{/* temp dummy div to create space above footer */}

website/src/components/SupporterGrid/index.js

Lines changed: 0 additions & 59 deletions
This file was deleted.

website/src/components/SupporterGrid/styles.module.css

Lines changed: 0 additions & 133 deletions
This file was deleted.

website/src/data/getSupporters.js

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)