Skip to content

Commit

Permalink
octoimg
Browse files Browse the repository at this point in the history
  • Loading branch information
martgnz committed Jan 17, 2016
1 parent 010ec54 commit 244f11f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _data/team.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
- name: Lukas Appelhans
twitter: https://twitter.com/lukas_appelhans
img: /img/cat.jpg
img: /img/octocat.jpg
email: mailto:[email protected]
description: Javascript kitty.

- name: Martín González
twitter: https://twitter.com/martgnz
img: /img/doge.png
img: /img/octodoge.jpg
email: mailto:[email protected]
website: https://martingonzalez.net
description: ddj doge.
2 changes: 1 addition & 1 deletion _includes/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2 class="sectionHeader--text">Team</h2>
</div>
{% for member in site.data.team %}
<div class="col-xs-6 col-md-3 col-centered-team member m-b-3 {{ member.twitter }}">
<img class="img-fluid memberImg m-b-1 img-circle" data-src="{{ member.img }}" alt="{{ member.name }}">
<img class="img-fluid memberImg m-b-1" data-src="{{ member.img }}" alt="{{ member.name }}">
<h4 class="memberTitle">{{ member.name }}</h4>
<p class="text-xs-center memberDescription">{{ member.description }}</p>
<div class="text-xs-center">
Expand Down
Binary file added img/octocat.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 added img/octodoge.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 244f11f

Please sign in to comment.