Skip to content

Commit

Permalink
Update team members.
Browse files Browse the repository at this point in the history
  • Loading branch information
teamcontact authored Jun 24, 2020
1 parent c6c989b commit 4153fe7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions assets/javascript/gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,13 @@ var TEAM = [{
name: 'Rachel Gammons',
title: 'Team Librarian',
email: 'rgammons@umd.edu'
}, {
avatar: (Math.random() >= 0.5) ? 'sean.jpg' : 'sean2.png',
name: 'Sean Winters',
title: 'Mentor Liaison',
email: 'swinter2@umd.edu'
}];
// }, {
// avatar: (Math.random() >= 0.5) ? 'sean.jpg' : 'sean2.png',
// name: 'Sean Winters',
// title: 'Mentor Liaison',
// email: 'swinter2@umd.edu'
// }];

$(function() {
$('.carousel-left').hide();
Expand Down

0 comments on commit 4153fe7

Please sign in to comment.