Skip to content

Commit dd50b02

Browse files
committed
Use local avatars for team members
1 parent 2a4ac86 commit dd50b02

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

alphaspheredotai_github_io/team/member/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
AbdelrahmanAminInfo = AbdelrahmanAmin(
1010
name="Abdelrahman Amin",
1111
role="AI Engineer",
12-
avatar="https://media.licdn.com/dms/image/v2/D4D03AQGOKFgkjw3q6w/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1675625690207?e=1769644800&v=beta&t=hKWmG_WjxbGjZnjy-RUVsd7bc7oJUC2_U6blE2A6ulM",
12+
avatar="/AbdelrahmanAmin.jpg",
1313
bio="",
1414
social_links=SocialLinks(
1515
github="https://github.com/Abdelrahman-Amen",
@@ -20,7 +20,7 @@
2020
AbdelrahmanMostafaInfo = AbdelrahmanMostafa(
2121
name="Abdelrahman Mostafa",
2222
role="AI Engineer",
23-
avatar="https://media.licdn.com/dms/image/v2/D4D03AQHTYBrI7_QUpQ/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1708546633318?e=1769644800&v=beta&t=SOPFAtw4aLk1W987EX9oH94QTrnaJJ6jOoArqnl2ubI",
23+
avatar="/AbdelrahmanMostafa.jpg",
2424
bio="",
2525
social_links=SocialLinks(
2626
github="https://github.com/Eng-Abdelrahman-Mostafa-Mohamed",
@@ -31,7 +31,7 @@
3131
MohamedHishamInfo = MohamedHisham(
3232
name="Mohamed Hisham",
3333
role="AI Engineer",
34-
avatar="https://media.licdn.com/dms/image/v2/D4D03AQGegt3gttArJw/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1708547465163?e=1769644800&v=beta&t=AMmMMuSydMrAm82Ugq67gVZeRrKhSE-SjmK653E4grs",
34+
avatar="/MohamedHisham.jpg",
3535
bio="",
3636
social_links=SocialLinks(
3737
github="https://github.com/MH0386",
@@ -42,7 +42,7 @@
4242
YousefMohamedInfo = YousefMohamed(
4343
name="Yousef Mohamed",
4444
role="AI Engineer",
45-
avatar="https://media.licdn.com/dms/image/v2/D5603AQGYxfpsmJGj5w/profile-displayphoto-crop_800_800/B56Zh1154hG0AM-/0/1754323727959?e=1769644800&v=beta&t=sm8hfTG44P07zDRhAj79ipq0aLAf6AIBibJF0HleOJQ",
45+
avatar="/YousefMohamed.jpg",
4646
bio="",
4747
social_links=SocialLinks(
4848
github="https://github.com/Youssef-Mohammad",

assets/AbdelrahmanAmin.jpg

65.9 KB
Loading

assets/AbdelrahmanMostafa.jpg

82.8 KB
Loading

assets/MohamedHisham.jpg

24.8 KB
Loading

assets/YousefMohamed.jpg

166 KB
Loading

0 commit comments

Comments
 (0)