Skip to content

Commit 6feb7ca

Browse files
committed
feat: add founders LinkedIn and website links
1 parent 8181a58 commit 6feb7ca

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/components/Founders.astro

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ const founders = [
44
name: 'Djamel Bougouffa',
55
handle: 'Strawbang',
66
github: 'https://github.com/Strawbang',
7-
linkedin: null,
8-
website: null,
7+
linkedin: 'https://www.linkedin.com/in/djamel-bougouffa/',
8+
website: 'https://djamel-bougouffa.com/',
99
twitter: null,
1010
},
1111
{
1212
name: 'Gokhan Kabar',
13-
handle: 'gokhankabar',
14-
github: 'https://github.com/gokhankabar',
15-
linkedin: null,
16-
website: null,
13+
handle: 'GokhanKabar',
14+
github: 'https://github.com/GokhanKabar',
15+
linkedin: 'https://www.linkedin.com/in/gokhan-kabar/',
16+
website: 'https://gokhankabar.com/',
1717
twitter: null,
1818
},
1919
];

0 commit comments

Comments
 (0)