Skip to content

Commit

Permalink
more team members
Browse files Browse the repository at this point in the history
  • Loading branch information
misabegovic committed Apr 16, 2024
1 parent ca8ed30 commit c9e89f4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,18 @@ body {
background-image: url(/assets/images/team/cards/alessandro.png);
}

.speaker-card.speaker-card__ena {
background-image: url(/assets/images/team/cards/ena.png);
}

.speaker-card.speaker-card__rene {
background-image: url(/assets/images/team/cards/rene.png);
}

.speaker-card.speaker-card__anton {
background-image: url(/assets/images/team/cards/anton.png);
}

.speaker-card.speaker-card__zlatko {
background-image: url(/assets/images/team/cards/zlatko.png);
}
Expand Down
Binary file added assets/images/team/cards/anton.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 added assets/images/team/cards/ena.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 modified assets/images/team/cards/muhamed.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 added assets/images/team/cards/rene.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions team.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ <h2 class="section__title has-goat is-regular mb--4">Meet the team</h2>
<a href="https://www.linkedin.com/in/enes-s-6462a290/" target="_blank" class="speaker-card speaker-card__enes"></a>
<a href="https://www.linkedin.com/in/zlatkoalomerovic/" target="_blank" class="speaker-card speaker-card__zlatko"></a>
<a href="https://www.linkedin.com/in/mustafaduranovic/" target="_blank" class="speaker-card speaker-card__mustafa"></a>
<a href="https://www.linkedin.com/in/ren%C3%A9-schade-399222173/" target="_blank" class="speaker-card speaker-card__rene"></a>
<a href="https://www.linkedin.com/in/alebruck/" target="_blank" class="speaker-card speaker-card__alessandro"></a>
<a href="https://www.linkedin.com/in/anton-g-kulikov/" target="_blank" class="speaker-card speaker-card__anton"></a>
<a href="https://www.linkedin.com/in/ena-dzemila-70093516a/" target="_blank" class="speaker-card speaker-card__ena"></a>
<a href="https://muhamed.at/about/" target="_blank" class="speaker-card speaker-card__muhamed"></a>
</div>
</div>
Expand Down

0 comments on commit c9e89f4

Please sign in to comment.