Skip to content

Commit c368bb8

Browse files
krutilovzoobestik
authored andcommitted
feat: update foundation members
1 parent 624a6f4 commit c368bb8

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

pages/index.tsx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ import AWSLogo from '../public/images/companies/aws.svg';
4040
import PhilipsLogo from '../public/images/companies/philips.svg';
4141
import AdobeLogo from '../public/images/companies/adobe.svg';
4242
import ForbesLogo from '../public/images/companies/forbes.svg';
43+
import MetaLogo from '../public/images/companies/meta.svg';
44+
import BlockLogo from '../public/images/companies/block.svg';
4345

4446
import styles from './index.module.css';
4547

@@ -107,6 +109,11 @@ const kotlinFoundationCompanies = [
107109
logo: GoogleLogo,
108110
link: 'https://about.google/'
109111
},
112+
{
113+
name: 'Meta',
114+
logo: MetaLogo,
115+
link: 'https://www.meta.com/'
116+
},
110117
{
111118
name: 'Gradle',
112119
logo: GradleLogo,
@@ -127,7 +134,11 @@ const kotlinFoundationCompanies = [
127134
logo: KotzillaLogo,
128135
link: 'https://kotzilla.io/'
129136
},
130-
137+
{
138+
name: 'Block',
139+
logo: BlockLogo,
140+
link: 'https://block.xyz/'
141+
},
131142
];
132143

133144
export async function getStaticProps() {

public/images/companies/block.svg

Lines changed: 3 additions & 0 deletions
Loading

public/images/companies/meta.svg

Lines changed: 23 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)