We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8181a58 commit 6feb7caCopy full SHA for 6feb7ca
1 file changed
src/components/Founders.astro
@@ -4,16 +4,16 @@ const founders = [
4
name: 'Djamel Bougouffa',
5
handle: 'Strawbang',
6
github: 'https://github.com/Strawbang',
7
- linkedin: null,
8
- website: null,
+ linkedin: 'https://www.linkedin.com/in/djamel-bougouffa/',
+ website: 'https://djamel-bougouffa.com/',
9
twitter: null,
10
},
11
{
12
name: 'Gokhan Kabar',
13
- handle: 'gokhankabar',
14
- github: 'https://github.com/gokhankabar',
15
16
+ handle: 'GokhanKabar',
+ github: 'https://github.com/GokhanKabar',
+ linkedin: 'https://www.linkedin.com/in/gokhan-kabar/',
+ website: 'https://gokhankabar.com/',
17
18
19
];
0 commit comments