forked from chihebnabil/linkfree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.json
More file actions
100 lines (100 loc) · 2.88 KB
/
profile.json
File metadata and controls
100 lines (100 loc) · 2.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"profile": {
"name": "Frédéric Léger",
"avatar": "",
"bio": "DevOps enthousiast, Platform engineer that helps people to concretize tech into valuable stuff, Trainer and freelancer",
"badges": ["AWS Solutions Architect", "CKA", "CKAD", "CNPA", "Rancher Administrator", "Datadog Partner", "OVH tech partner"]
},
"linkGroups": [
{
"title": "Projects & Products",
"links": [
{
"title": "Hoverkraft",
"description": "Embrace platform engineering with confidence",
"url": "https://hoverkraft.cloud/",
"icon": "cloud-check",
"featured": true
},
{
"title": "Cloud Native Aix-Marseille meetups",
"description": "Organizer of the cloudnative meetup in Aix-en-Provence and Marseille since 2017",
"url": "https://www.cloudnative.aixmarseille.tech/",
"icon": "Users",
"featured": true
},
{
"title": "kubectl plugin: custom-cols",
"description": "Mastering the kubectl output format easily",
"url": "https://github.com/webofmars/kubectl-custom-cols",
"icon": "Github",
"featured": true
}
]
},
{
"title": "Public interventions",
"links": [
{
"title": "",
"description": "Beginner-Friendly Prompt Engineering Guide on Amazon",
"url": "https://www.amazon.fr/Art-Crafting-Prompts-Empowering-Conversations/dp/B0CCCX8MQB",
"icon": "BookOpen"
},
{
"title": "openai-api-mock",
"description": "NPM package for mocking OpenAI API",
"url": "https://www.npmjs.com/package/openai-api-mock",
"icon": "Package"
}
]
},
{
"title": "Development",
"links": [
{
"title": "GitHub Profile",
"description": "Open source projects and contributions",
"url": "https://github.com/chihebnabil",
"icon": "Github"
}
]
},
{
"title": "Mentorship",
"links": [
{
"title": "Book a Free Call",
"description": "Get mentorship to level up your dev career",
"url": "https://cal.com/chiheb-nabil/let-s-explore-how-we-can-help?overlayCalendar=true",
"icon": "Calendar"
}
]
}
],
"socialLinks": [
{
"name": "GitHub",
"url": "https://github.com/chihebnabil",
"icon": "Github"
},
{
"name": "X (Twitter)",
"url": "https://x.com/NabilChiheb",
"icon": "Twitter"
},
{
"name": "LinkedIn",
"url": "https://www.linkedin.com/in/nabil-chiheb/",
"icon": "Linkedin"
},
{
"name": "Email",
"url": "mailto:chiheb.design@gmail.com",
"icon": "Mail"
}
],
"footer": {
"text": "Made with ❤️ using Next.js • Helping devs ship meaningful software"
}
}