Skip to content

Commit

Permalink
tommy linked in added
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhannigan committed Jul 27, 2024
1 parent d5b4d35 commit 5809c9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file added flake-guard-app/src/client/assets/tommy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import ashley from '../../assets/ashley.png';
import paloma from '../../assets/paloma.png';
import will from '../../assets/will.png';
import brendan from '../../assets/brendan.png';
import tommy from '../../assets/tommy.png';

import linkedInLogo from '../../assets/linkedinlogo.png';
//NEEDING TOMMY INFO -> LINKEDIN AND IMAGE
//STRETCH FEATURES -> WHEN CLICKING OUR TEAM -> GET DIRECTED TO THIS SPOT ON THE PAGE]
Expand Down Expand Up @@ -39,11 +41,11 @@ const TeamMember = () => {
</div>
</div>
<div className="team-member" id="avatars">
<img src={ashley} alt={name[2]} className="team-member-image" />
<img src={tommy} alt={name[2]} className="team-member-image" />
<h2>{name[2]}</h2>
<p>{role}</p>
<div className="social-links">
<a href="https://www.linkedin.com/in/palomareynolds/" target="_blank" rel="noopener noreferrer">
<a href="https://www.linkedin.com/in/tommy-martinez/" target="_blank" rel="noopener noreferrer">
<img src={linkedInLogo} alt="LinkedIn" id="linkedinlogo"/>
</a>
{/* Add social links here */}
Expand Down

0 comments on commit 5809c9e

Please sign in to comment.