Added Akil to Team

This commit is contained in:
Gabe Farrell 2023-04-13 20:27:03 -04:00
parent 917b00364a
commit 513574c3b9
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

View file

@ -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')