Skip to content

Commit

Permalink
dmitry changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
misabegovic committed Jun 4, 2024
1 parent d935cb3 commit f64e3e8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _includes/agenda/agenda_day_one.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h5 class="schedule__item__title">On the benefits of slot scheduling</h5>
</div>
</div>
<div class="schedule__item">
<a href="/speakers/dmitry_pogrebnoy" class="schedule__item__image" style="background: url(/assets/images/speakers/dmitry_pogrebnoy.jpeg) center center / cover no-repeat;"></a>
<a href="/speakers/dmitry_pogrebnoy" class="schedule__item__image" style="background: url(/assets/images/speakers/dmitry_pogrebnoy.jpg) center center / cover no-repeat;"></a>
<div class="schedule__item__content">
<h5 class="schedule__item__title">Demystifying Debugging: A Deep Dive into the Internals of Advanced Ruby Introspection Tool </h5>
<p class="schedule__item__speaker">Dmitry Pogrebnoy</p>
Expand Down
5 changes: 3 additions & 2 deletions all_speakers.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,17 +308,18 @@ <h4 class="card__name">Lucian Ghinda</h4>
<div class="cards__item col--1-4 col--md-1-2 col--sm-100">
<div class="card card--speaker">
<a href="/speakers/dmitry_pogrebnoy">
<div class="card__image" style="background-image: url('/assets/images/speakers/dmitry_pogrebnoy.jpeg');">
<div class="card__image" style="background-image: url('/assets/images/speakers/dmitry_pogrebnoy.jpg');">
</div>
</a>
<div class="card__body">
<ul class="card__socials">
<li class="card__socials__item">
<a href="https://www.linkedin.com/in/dmitrypogrebnoy/" target="_blank" class="card__socials__link for-linkedin"></a>
</li>
</ul>
<h4 class="card__name">Dmitry Pogrebnoy</h4>
<p class="card__note text--bold">Talk: Demystifying Debugging: A Deep Dive into the Internals of Advanced Ruby Introspection Tool</p>
<p class="card__note">Seasoned Software Engineer and passionate Ruby enthusiast.</p>
<p class="card__note">Senior Software Engineer at RubyMine team, JetBrains</p>
</div>
</div>
</div>
Expand Down
Binary file removed assets/images/speakers/dmitry_pogrebnoy.jpeg
Binary file not shown.
Binary file added assets/images/speakers/dmitry_pogrebnoy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions speakers/dmitry_pogrebnoy.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@
<div class="cards mb--2">
<div class="cards__item col--1-4 col--md-1-2 col--sm-100">
<div class="card card--speaker">
<a href="/speakers/dmitry_pogrebnoy">
<div class="card__image" style="background-image: url('/assets/images/speakers/dmitry_pogrebnoy.jpeg');">
<a href="https://www.linkedin.com/in/dmitrypogrebnoy/" target="_blank">
<div class="card__image" style="background-image: url('/assets/images/speakers/dmitry_pogrebnoy.jpg');">
</div>
</a>
<div class="card__body">
<ul class="card__socials">
<li class="card__socials__item">
<a href="https://www.linkedin.com/in/dmitrypogrebnoy/" target="_blank" class="card__socials__link for-linkedin"></a>
</li>
</ul>
<h4 class="card__name">Dmitry Pogrebnoy</h4>
<p class="card__note text--bold">Talk: Demystifying Debugging: A Deep Dive into the Internals of Advanced Ruby Introspection Tool</p>
<p class="card__note">Seasoned Software Engineer and passionate Ruby enthusiast.</p>
<p class="card__note">Senior Software Engineer at RubyMine team, JetBrains</p>
</div>
</div>
</div>
Expand Down

0 comments on commit f64e3e8

Please sign in to comment.