Skip to content

Commit

Permalink
Yuta Saito
Browse files Browse the repository at this point in the history
  • Loading branch information
misabegovic committed Apr 2, 2024
1 parent fe589aa commit 9af7866
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions _includes/speakers_section.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ <h3 class="section__article__title has-dot">Speakers</h3>
<a href="https://stevenrbaker.com/" target="_blank" class="speaker-card speaker-card__steven"></a>
<a href="https://twitter.com/OngMaple" target="_blank" class="speaker-card speaker-card__maple"></a>
<a href="https://twitter.com/_byroot" target="_blank" class="speaker-card speaker-card__jean"></a>
<a href="https://twitter.com/kateinoigakukun" target="_blank" class="speaker-card speaker-card__yuta"></a>
<a href="https://twitter.com/hola_soy_milk" target="_blank" class="speaker-card speaker-card__ramon"></a>
<a href="https://www.papercall.io/euruko2024" target="_blank" class="speaker-card speaker-card__question"></a>
</div>
Expand Down
4 changes: 4 additions & 0 deletions assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,10 @@ body {
background-image: url(/assets/images/speakers/cards/jose.png);
}

.speaker-card.speaker-card__yuta {
background-image: url(/assets/images/speakers/cards/yuta.png);
}

.speaker-card.speaker-card__question {
background-image: url(/assets/images/speakers/cards/question.png);
}
Expand Down
Binary file added assets/images/speakers/cards/yuta.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/speakers/yuta.jpeg
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 9af7866

Please sign in to comment.