Skip to content

Commit

Permalink
Make speaker photos larger
Browse files Browse the repository at this point in the history
This makes the page look a bit nicer
  • Loading branch information
ericholscher committed Feb 11, 2025
1 parent 1b6fac1 commit fa24351
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
Binary file modified docs/_static/img/speakers/alex-garnett.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 5 additions & 22 deletions docs/_templates/2025/speakers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,14 @@

<article class="talk">
{% for speaker in talk.speakers %}

<div class="speaker-info">
<img src="{{ speaker.slug|speaker_photo }}" class="speaker-picture">
<div class="speaker-contact-info">
<h2 class="speaker-name">{{ speaker.name }}</h2>
<!--
<ul class="speaker-social-contant">
<li>
<a href="#">
<img src="../../../../_static/conf/images/icons/twitter-brown.svg" class="twitter">
</a>
</li>
<li>
<a href="">
<img src="../../../../_static/conf/images/icons/github-brown.svg" class="github">
</a>
</li>
<li>
<a href="">
<img src="../../../../_static/conf/images/icons/worldwideweb-brown.svg" class="webpage">
</a>
</li>
</ul>
-->
<img src="{{ speaker.slug|speaker_photo }}" class="speaker-picture" style="height: 6em; width: auto">
<div class="speaker-contact-info" style="display: flex; align-items: center; justify-content: flex-end;">
<h2 class="speaker-name" style="font-size: 24px; text-align: right;">{{ speaker.name }}</h2>
</div>
</div>

{% endfor %}
<div class="talk-content">
<h3 class="talk-title">{{ talk.title }}</h3>
Expand Down

0 comments on commit fa24351

Please sign in to comment.