diff --git a/app/assets/images/team/akil.webp b/app/assets/images/team/akil.webp new file mode 100644 index 0000000..59bd3b5 Binary files /dev/null and b/app/assets/images/team/akil.webp differ diff --git a/app/controllers/team_controller.rb b/app/controllers/team_controller.rb index 9cfaf31..a6c55fe 100644 --- a/app/controllers/team_controller.rb +++ b/app/controllers/team_controller.rb @@ -7,6 +7,7 @@ class TeamController < ApplicationController team_members << TeamMember.new(name: 'Susan Lyons', title: 'PA Associate') team_members << TeamMember.new(name: 'Peter Piazza', title: 'Director of SQM') team_members << TeamMember.new(name: 'Ashley Carey', title: 'SQM Associate') + team_members << TeamMember.new(name: 'Akil Bello', title: 'Special Projects') team_members << TeamMember.new(name: 'Akira Harper', title: 'Project Associate') team_members << TeamMember.new(name: 'Nelson Jovel', title: 'Lead Engineer') team_members << TeamMember.new(name: 'Kara McGovern', title: 'Project Associate')