Skip to content

Commit

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

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

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

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

.speaker-card.speaker-card__mustafa {
background-image: url(/assets/images/team/cards/mustafa.png);
}
Expand Down
Binary file added assets/images/team/cards/adin.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/almin.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/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/nermin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions team.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,18 @@ <h2 class="section__title has-goat is-regular mb--4">Meet the team</h2>
<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="/team" class="speaker-card speaker-card__hazim"></a>
<a href="https://www.linkedin.com/in/almir-alic/" target="_blank" class="speaker-card speaker-card__almir"></a>
<a href="https://muhamed.at/about/" target="_blank" class="speaker-card speaker-card__muhamed"></a>
</div>
<h2 class="section__title is-regular my--4">Helpers</h2>
<div class="speakers-list">
<a href="https://www.linkedin.com/in/almir-alic/" target="_blank" class="speaker-card speaker-card__almir"></a>
<a href="https://www.linkedin.com/in/almin-karic-ba92a582/" target="_blank" class="speaker-card speaker-card__almin"></a>
<a href="https://www.linkedin.com/in/nermin-vehabovic/" target="_blank" class="speaker-card speaker-card__nermin"></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/adinheric/" target="_blank" class="speaker-card speaker-card__adin"></a>
<a href="/team" class="speaker-card speaker-card__hazim"></a>
</div>
</div>
</section>
</main>

0 comments on commit 5b20286

Please sign in to comment.