Skip to content

Commit

Permalink
Merge pull request #399 from devopsdays/mattstratton/fix-speaker-images
Browse files Browse the repository at this point in the history
fix speaker images
  • Loading branch information
mattstratton committed May 19, 2016
2 parents 4c330dd + ea3988d commit 291a609
Show file tree
Hide file tree
Showing 70 changed files with 1 addition and 1 deletion.
Binary file modified static/events/2016-amsterdam/speakers/adam-jacob.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 static/events/2016-amsterdam/speakers/avishai-ish-shalom.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/events/2016-amsterdam/speakers/bas-meijer.png
Binary file not shown.
Binary file modified static/events/2016-amsterdam/speakers/bernd-erk.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 static/events/2016-amsterdam/speakers/daniel-van-gils.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified static/events/2016-amsterdam/speakers/desmond-delissen.jpg
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 static/events/2016-amsterdam/speakers/erica-baker.jpg
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 static/events/2016-amsterdam/speakers/gopal-ramachandran.jpg
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 static/events/2016-amsterdam/speakers/hannah-foxwell.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/events/2016-amsterdam/speakers/harm-weites.png
Binary file not shown.
Binary file modified static/events/2016-amsterdam/speakers/jason-yee.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/events/2016-amsterdam/speakers/jim-leitch.png
Binary file not shown.
Binary file modified static/events/2016-amsterdam/speakers/jody-wolfborn.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified static/events/2016-amsterdam/speakers/ken-mugrage.jpg
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 static/events/2016-amsterdam/speakers/marco-ceppi.jpg
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 static/events/2016-amsterdam/speakers/melanie-rieback.jpg
Binary file removed static/events/2016-amsterdam/speakers/michael-ducy.png
Diff not rendered.
Binary file modified static/events/2016-amsterdam/speakers/michael-friedrich.jpg
Binary file removed static/events/2016-amsterdam/speakers/nati-cohen.png
Diff not rendered.
Binary file modified static/events/2016-amsterdam/speakers/pavel-chunyayev.jpg
Diff not rendered.
Binary file removed static/events/2016-amsterdam/speakers/remi-bergsma.png
Diff not rendered.
Binary file modified static/events/2016-amsterdam/speakers/robert-den-broeder.jpg
Binary file modified static/events/2016-amsterdam/speakers/simon-fisher.jpg
Binary file modified static/events/2016-amsterdam/speakers/stefan-stolzle.jpg
Binary file modified static/events/2016-amsterdam/speakers/takahiko-ito.jpg
Diff not rendered.
Binary file modified static/events/2016-amsterdam/speakers/warner-moore.jpg
Binary file modified static/events/2016-amsterdam/speakers/will-button.jpg
Binary file added static/events/2016-london/speakers/andi-mann.jpg
Binary file added static/events/2016-london/speakers/gene-kim.jpg
Diff not rendered.
2 changes: 1 addition & 1 deletion themes/devopsdays-legacy/layouts/speakers/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{{ range $fname, $s := index .Site.Data.speakers (chomp $e.year) (lower $e.city) }}
<div class="row">
<div class="col-md-3">
<img alt = "{{ $s.name }}" src = "/events/{{ $event_slug }}/speakers/{{$fname}}.png" class="img-responsive" width = "250px">
<img alt = "{{ $s.name }}" src = "/events/{{ $event_slug }}/speakers/{{$fname}}.jpg" class="img-responsive" width = "250px">
</div>
<div class= "col-md-8">
<h3><a href="/events/{{ $event_slug }}/program/{{$fname}}">{{ $s.name }}</a></h3>
Expand Down

0 comments on commit 291a609

Please sign in to comment.