Skip to content

Commit

Permalink
feat: register ayesha profile (#126)
Browse files Browse the repository at this point in the history
* Add files via upload

* Added profile for Ayesha Feroz

* Removed Ayesha Feroz.jpg as it's no longer needed

* Fix: Corrected missing space in avatar key

---------

Co-authored-by: AyeshaFeroz <[email protected]>
  • Loading branch information
Ayesha-Feroz and AyeshaFerozAsad authored Dec 3, 2024
1 parent b665146 commit 8983138
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/.vitepress/data/persons/feroz-ayesha.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
import { TeamID, definePerson } from '../..';

export default definePerson({
avatar: '/images/persons/default.png',
avatar: '/images/persons/feroz-ayesha.png',
name: 'Ayesha Feroz',
role: 'PhD Student',
team: TeamID.ABI,
socialLinks: [],
socialLinks: [
{ icon: 'github', link: 'https://github.com/Ayesha-Feroz' },
{ icon: 'linkedin', link: 'https://pk.linkedin.com/in/ayesha-feroz-a426041a' },
{ icon: 'twitter', link: 'https://x.com/AyeshaFeroz7?t=kfOOZ_3lzMtmHtOC8uCz' },
],
});
Binary file added src/public/images/persons/feroz-ayesha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8983138

Please sign in to comment.