Skip to content

Commit

Permalink
Added profile pic lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
AverageMarcus committed Jan 14, 2018
1 parent 45dda0d commit 0bbbd12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/speakers.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ <h2>Our Awesome Speakers</h2>
<div class="speakers">
{{#each (getSpeakers collections.events) }}
<figure>
<img src="{{this.image}}" alt="{{this.name}}">
<a href="https://www.twitter.com/{{this.twitter}}">
<img src="https://twitter-profile-pic.jsoxford.com/{{this.twitter}}?size=200x200" alt="{{this.name}}">
</a>
<figcaption>
<a href="https://www.twitter.com/{{this.twitter}}">
{{this.name}}
Expand Down

0 comments on commit 0bbbd12

Please sign in to comment.