Skip to content

Commit 0339330

Browse files
committed
Fix profile
1 parent ebc8a8e commit 0339330

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

docs/js/github-profiles.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
// GitHub profiles for team members
2-
const GITHUB_PROFILES = {
3-
// This is a mapping of names to GitHub usernames
4-
"Jérôme A. Lecoq": "jeromelecoq",
5-
"André M. Bastos": "andremarcosbastos",
6-
"Farzaneh Najafi": "fnajafi",
7-
"Sarah Ruediger": "sruediger",
8-
// Add more team members and their GitHub usernames here
9-
// Format: "Full Name": "github-username",
10-
};
11-
121
// Function to get GitHub username by person's name
132
function getGitHubUsername(fullName) {
143
return GITHUB_PROFILES[fullName] || null;

0 commit comments

Comments
 (0)