We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248286d commit e75de04Copy full SHA for e75de04
src/content/members/members/hachemite.ts
@@ -0,0 +1,25 @@
1
+import type { MemberObject } from '../types';
2
+
3
+export const hachemite: MemberObject = {
4
+ github: 'hachemite',
5
6
+ name: 'Hachem Squalli',
7
8
9
+ bio: 'An Engineering student at ENSA Fès specializing in Software Engineering and Artificial Intelligence | SecOps & MLOps Enthusiast.',
10
11
12
13
+ accounts: [
14
+ { type: 'linkedin', username: 'hachem-squalli-elhoussaini-2a7957250' },
15
+ { type: 'twitter', username: 'dodoracula' },
16
+ ],
17
18
+ badges: [],
19
20
+ location: {
21
+ latitude: 34.0331,
22
+ longitude: -5.0002,
23
+ title: 'Fes, Morocco',
24
+ },
25
+};
0 commit comments