Skip to content

Commit

Permalink
feat: update contributions section, including open collective
Browse files Browse the repository at this point in the history
  • Loading branch information
webbertakken committed Sep 18, 2024
1 parent bde2b60 commit 50c83df
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions src/components/pages/home/section/sponsors-section.tsx
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
import Link from '@docusaurus/Link';
import React from 'react';
import FadeIntoView from '@site/src/components/molecules/animations/fade-into-view';
import Section from '@site/src/components/pages/home/section/section';
import CircleCiLogo from '@site/static/assets/images/icons/circleci.svg';
import { getUrlWithUtmParameters } from '@site/src/core/url';

const SponsorsSection = () => {
const circleCiUrl = getUrlWithUtmParameters('https://circleci.com');

return (
<Section title="Sponsors">
<Section title="Sponsors" className="bg-white dark:bg-[#020612]">
<FadeIntoView>
<ul className="mt-12 flex gap-4 list-none p-0">
<li>
<Link to={circleCiUrl}>
<CircleCiLogo className="w-[120px] fill-brand-text-light dark:fill-brand-text-dark" />
</Link>
</li>
</ul>
<iframe
title="Game CI Sponsors"
height="667"
width="800"
src="https://opencollective.com/game-ci/banner.html"
frameBorder="0"
scrolling="no"
/>
</FadeIntoView>
</Section>
);
Expand Down

0 comments on commit 50c83df

Please sign in to comment.