Skip to content

Commit b07da9e

Browse files
Merge pull request #200 from SylvainCorlay/mastodon-and-bluesky
Add Mastodon and Bluesky links, remove X links
2 parents 3276cae + 436326b commit b07da9e

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

src/components/about/Team/team.ts

+13-12
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const coreTeam = [
6666
firstName: "Thorsten",
6767
position: "Scientific Software Developer",
6868
GitHubLink: "https://github.com/DerThorsten",
69-
XLink: "https://twitter.com/ThorstenBeier",
69+
XLink: "",
7070
LinkedInLink: "https://www.linkedin.com/in/thorsten-beier-95b121189/",
7171
BlueskyLink:"",
7272
MastodonLink:"",
@@ -99,7 +99,7 @@ export const coreTeam = [
9999
position: "Scientific Software Developer",
100100
GitHubLink: "https://github.com/DenisaCG",
101101
LinkedInLink: "https://www.linkedin.com/in/denisa-checiu-georgiana/",
102-
XLink: "https://twitter.com/DenisaCheciu",
102+
XLink: "",
103103
BlueskyLink:"",
104104
MastodonLink:"",
105105
GitHubName: "DenisaCheciu",
@@ -211,7 +211,7 @@ export const coreTeam = [
211211
position: "Scientific Software Developer",
212212
GitHubLink: "https://github.com/jjerphan",
213213
LinkedInLink: "https://www.linkedin.com/in/jjerphan/",
214-
XLink: "https://twitter.com/jjerphan",
214+
XLink: "",
215215
BlueskyLink:"",
216216
MastodonLink:"",
217217
GitHubName: "@jjerphan",
@@ -324,7 +324,7 @@ export const coreTeam = [
324324
GitHubLink: "https://github.com/arjxn-py",
325325
LinkedInLink:
326326
"https://www.linkedin.com/in/arjun-verma-758608226/",
327-
XLink: "https://x.com/ArjxnPy",
327+
XLink: "",
328328
BlueskyLink:"",
329329
MastodonLink:"",
330330
GitHubName: "@arjxn-py",
@@ -375,7 +375,7 @@ export const coreTeam = [
375375
GitHubLink: "https://github.com/raulcd",
376376
LinkedInLink:
377377
"https://www.linkedin.com/in/raulcumplido/",
378-
XLink: "https://x.com/raulcumplido",
378+
XLink: "",
379379
BlueskyLink:"",
380380
MastodonLink:"",
381381
GitHubName: "@raulcd",
@@ -410,7 +410,7 @@ export const QSCollaboratorsTeam = [
410410
position: "Scientific Software Developer",
411411
GitHubLink: "https://github.com/rmenegaux",
412412
LinkedInLink: "https://www.linkedin.com/in/romain-menegaux-88a147134/",
413-
XLink: "https://twitter.com/RomainMenegaux",
413+
XLink: "",
414414
BlueskyLink:"",
415415
MastodonLink:"",
416416
GitHubName: "@trmenegaux",
@@ -429,9 +429,9 @@ export const leadershipTeam = [
429429
position: "Chief Executive Officer",
430430
GitHubLink: "https://github.com/SylvainCorlay",
431431
LinkedInLink: "https://www.linkedin.com/sylvaincorlay/?locale=en_US",
432-
XLink: "https://twitter.com/SylvainCorlay",
433-
BlueskyLink:"",
434-
MastodonLink:"",
432+
XLink: "",
433+
BlueskyLink: "https://bsky.app/profile/sylvaincorlay.bsky.social",
434+
MastodonLink: "https://mastodon.social/@SylvainCorlay",
435435
GitHubName: "@SylvainCorlay",
436436
avatarUrl: SylvainAvatarUrl,
437437
distinctionTitle: ["ACM Software System Award"],
@@ -445,7 +445,7 @@ export const leadershipTeam = [
445445
position: "Project Director",
446446
GitHubLink: "https://github.com/JohanMabille",
447447
LinkedInLink: "https://www.linkedin.com/in/johan-mabille/",
448-
XLink: "https://twitter.com/JohanMabille",
448+
XLink: "",
449449
BlueskyLink:"",
450450
MastodonLink:"",
451451
GitHubName: "@JohanMabille",
@@ -461,7 +461,7 @@ export const leadershipTeam = [
461461
position: "Project Director",
462462
GitHubLink: "https://github.com/martinRenou",
463463
LinkedInLink: "https://www.linkedin.com/in/martin-renou",
464-
XLink: "https://twitter.com/martinRenou",
464+
XLink: "",
465465
BlueskyLink:"https://bsky.app/profile/martinrenou.bsky.social",
466466
MastodonLink:"",
467467
GitHubName: "@martinRenou",
@@ -477,7 +477,7 @@ export const leadershipTeam = [
477477
position: "Technical Director",
478478
GitHubLink: "https://github.com/jtpio",
479479
LinkedInLink: "https://www.linkedin.com/in/jtuloup/",
480-
XLink: "https://twitter.com/jtpio",
480+
XLink: "",
481481
BlueskyLink:"",
482482
MastodonLink:"",
483483
GitHubName: "@jtpio",
@@ -510,6 +510,7 @@ export const leadershipTeam = [
510510
position: "Technical Director",
511511
GitHubLink: "https://github.com/davidbrochart",
512512
LinkedInLink: "https://www.linkedin.com/in/david-brochart-4208721/",
513+
XLink: "",
513514
BlueskyLink:"https://bsky.app/profile/davidbrochart.bsky.social",
514515
MastodonLink:"https://mastodon.top/@davidbrochart",
515516
GitHubName: "@davidbrochart",

0 commit comments

Comments
 (0)