Skip to content

Commit

Permalink
Remove links from Katrina's bio
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierobert committed Sep 20, 2023
1 parent e7e284c commit 86a40ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/_components/card_talk.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{% if speaker.photo_url %}
<figure class="card-talk__profile">
<a href="/speakers#{{ speaker.id }}">
<img src="{{ speaker.photo_url }}" {% if speaker.bio %}title="{{ speaker.bio | escape }}"{% endif %} class="card-talk__photo" />
<img src="{{ speaker.photo_url }}" {% if speaker.bio %}title="{{ speaker.bio }}"{% endif %} class="card-talk__photo" />
</a>
</figure>
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion src/_data/speakers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
last_name: Owen
type: speaker
photo_url: /images/speakers/katrina-owen.jpg
bio: Katrina has worked as a professional software developer for 18 years. She is the co-author of <a href="https://sandimetz.com/99bottles">99 Bottles of OOP</a>. Katrina is probably most well known for creating <a href="https://exercism.org/">Exercism</a> - a free, not-for-profit coding education platform powered by a wonderful volunteer community, that serves over 1.5 million users.
bio: Katrina has worked as a professional software developer for 18 years. She is the co-author of 99 Bottles of OOP. Katrina is probably most well known for creating Exercism - a free, not-for-profit coding education platform powered by a wonderful volunteer community, that serves over 1.5 million users.
social_url: https://twitter.com/kytrinyx
social_type: twitter
website: https://exercism.github.io/kytrinyx/
Expand Down

0 comments on commit 86a40ef

Please sign in to comment.