Skip to content

Commit

Permalink
Merge pull request #56 from OSSPhilippines/refactor/add-new-member-liz
Browse files Browse the repository at this point in the history
Refactor/add new member liz
  • Loading branch information
jofftiquez authored Oct 10, 2023
2 parents 93657f9 + 892dee1 commit 57ccfc9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/assets/fixtures/team.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,5 +311,11 @@
"link": "https://github.com/uncomfyhalomacro"
}
]
},
{
"name": "Liz",
"role": "Event coordinator / Artist",
"photo": "felise.png",
"socials": []
}
]
Binary file added src/assets/images/felise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/pages/TeamPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ generic-panel(
div(data-aos="fade-up").col-xs-12.col-md-3.q-pa-md.text-center
q-img(
:src="require(`@/assets/images/${team.photo}`)"
:alt="`${team.name} - ${team.role}`"
).q-mb-md
div
span.text-h4 {{team.name}}
Expand Down

0 comments on commit 57ccfc9

Please sign in to comment.