Skip to content

Commit

Permalink
jose valim
Browse files Browse the repository at this point in the history
  • Loading branch information
misabegovic committed Apr 1, 2024
1 parent 1d6d52f commit a9c9d3b
Show file tree
Hide file tree
Showing 5 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 @@ -6,6 +6,7 @@ <h3 class="section__article__title has-dot">Speakers</h3>
<a href="https://twitter.com/yukihiro_matz?lang=en" target="_blank" class="speaker-card speaker-card__matz"></a>
<a href="https://twitter.com/inazarova" target="_blank" class="speaker-card speaker-card__irina"></a>
<a href="https://hashref.com/" target="_blank" class="speaker-card speaker-card__xavier"></a>
<a href="https://twitter.com/josevalim" target="_blank" class="speaker-card speaker-card__jose"></a>
<a href="https://zverok.space/" target="_blank" class="speaker-card speaker-card__victor"></a>
<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>
Expand Down
4 changes: 4 additions & 0 deletions assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,10 @@ body {
background-image: url(/assets/images/speakers/cards/jean.png);
}

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

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

Please sign in to comment.