Skip to content

Commit

Permalink
Merge pull request devopsdays#399 from devopsdays/mattstratton/fix-sp…
Browse files Browse the repository at this point in the history
…eaker-images

fix speaker images

Former-commit-id: d3b43fd
  • Loading branch information
mattstratton committed May 19, 2016
2 parents 4041140 + c798085 commit 4acf9c8
Show file tree
Hide file tree
Showing 59 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 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 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 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 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 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
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/michael-friedrich.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/pavel-chunyayev.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/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
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
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 4acf9c8

Please sign in to comment.