Skip to content

Commit

Permalink
small changes of team's images
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-ott committed Mar 5, 2021
1 parent 606f6ac commit c4d4770
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions src/app/team/team-card/team-card.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="team-card" (click)="onClick()">
<!--?v=3 - is added to update images, despite chrome's cache-->
<img class="team-card__image" [src]="'assets/images/team/' + content.img + '?v=3'" alt="" />
<!--?v=4 - is added to update images, despite chrome's cache-->
<img class="team-card__image" [src]="'assets/images/team/' + content.img + '?v=4'" alt="" />

<div class="team-card__description">
<div class="team-card__name">{{ content.name }}</div>
Expand Down
26 changes: 13 additions & 13 deletions src/assets/content/team/team.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,6 @@
}
]
},
{
"img": "GeorgeStefan.png",
"name": "George Stefan",
"role": "SMM",
"links": [
{
"icon": "Telegram.svg",
"url": "https://teleg.run/GeorgeDLT"
}
]
},
{
"img": "AndreyAksenov.png",
"name": "Andrey Aksenov",
Expand All @@ -88,8 +77,8 @@
]
},
{
"img": "SletaDmitry.png",
"name": "Sleta Dmitry",
"img": "DmitrySleta.png",
"name": "Dmitry Sleta",
"role": "Frontend developer",
"links": [
{
Expand Down Expand Up @@ -119,5 +108,16 @@
"url": "https://t.me/dmitriy_yershov"
}
]
},
{
"img": "GeorgeStefan.png",
"name": "George Stefan",
"role": "SMM",
"links": [
{
"icon": "Telegram.svg",
"url": "https://teleg.run/GeorgeDLT"
}
]
}
]
File renamed without changes
Binary file modified src/assets/images/team/GeorgeStefan.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 c4d4770

Please sign in to comment.