Skip to content

Commit

Permalink
update pics
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukarnascience committed Nov 15, 2024
1 parent b0c117d commit c7c61f7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file added assets/img/bee_army.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/join_bee.png
Binary file not shown.
Binary file added assets/img/yash_bee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
{
"name": "Mr. Yash Singh",
"position": "Co-Founder",
"image": "./assets/img/unknown_bee.png",
"image": "./assets/img/yash_bee.png",
"expertise": "Finance and PR",
"social": {
"linkedin": "#",
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function renderTeam(team) {
teamGrid.innerHTML = teamHTML + `
<div class="team-card join-card">
<div class="image-container">
<img src="./assets/img/join_bee.png" alt="Join Our Team">
<img src="./assets/img/bee_army.png" alt="Join Our Team">
</div>
<div class="team-info">
<h3>Join Us</h3>
Expand Down

0 comments on commit c7c61f7

Please sign in to comment.