Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions website/src/components/HomepageContent/Supporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ The home for AboutCode software is the [aboutcode-org](https://github.com/aboutc
organization on GitHub. AboutCode is managed by AboutCode Europe ASBL
(a Brussels-based non-profit) and is supported by:

- Generous support and contributions from users like you!
- The European Commission NGI programme
- The NLnet Foundation
- The Swiss State Secretariat for Education, Research and Innovation (SERI)
- Google, including the Google Summer of Code and the Google Seasons of Doc
- Contributions from users like you
- Google, including the Google Summer of Code and Season of Docs
programmes
- Mercedes-Benz Group
- Microsoft and Microsoft Azure
- nexB Inc.
- and many others.
- The European Commission NGI programme
- The NLnet Foundation
- The Swiss State Secretariat for Education, Research and Innovation (SERI)
- Zeiss
- and many others!
4 changes: 0 additions & 4 deletions website/src/components/HomepageContent/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
import HomeIntro from './HomeIntro.mdx';
import ProjectOverview from './ProjectOverview.md';
import Supporters from './Supporters.md';
import SupporterGrid from '@site/src/components/SupporterGrid';
import ProjectGridTemplate from '@site/src/components/ProjectGridTemplate';
import styles from './styles.module.css';

Expand All @@ -19,8 +18,6 @@ export default function HomepageContent() {
className={styles.sectionHeader}
style={{ marginBottom: '15px', marginTop: '15px' }}
>
{/* <h1>AboutCode Capabilities</h1> */}

</div>
<div className={styles.sectionIntro}>
<HomeIntro />
Expand Down Expand Up @@ -52,7 +49,6 @@ export default function HomepageContent() {
<div className={styles.sectionIntro}>
<Supporters />
</div>
<SupporterGrid />
</section>

{/* temp dummy div to create space above footer */}
Expand Down
59 changes: 0 additions & 59 deletions website/src/components/SupporterGrid/index.js

This file was deleted.

133 changes: 0 additions & 133 deletions website/src/components/SupporterGrid/styles.module.css

This file was deleted.

55 changes: 0 additions & 55 deletions website/src/data/getSupporters.js

This file was deleted.