Skip to content

Commit

Permalink
Merge pull request #7 from SecondeJK/main
Browse files Browse the repository at this point in the history
Add Jim to this madness
  • Loading branch information
Waterdrips committed Apr 4, 2023
2 parents 79eb3d9 + 822e3a9 commit 26b620b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added src/images/people/jim.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/pages/team.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import alistairImage from "@/images/people/alistair.jpg";
import lukeImage from "@/images/people/luke.jpg";
import tomImage from "@/images/people/tom.jpg";
import mariaImage from "@/images/people/maria.jpg";
import jimImage from "@/images/people/jim.jpg";


const people = [
Expand Down Expand Up @@ -36,6 +37,13 @@ const people = [
twitterProfile: 'mariamsaveiro',
linkedinUrl: 'https://www.linkedin.com/in/mariamsaveiro/'
},
{
name: 'James Seconde',
role: 'Organiser',
image: jimImage,
twitterProfile: 'secondej',
linkedinUrl: 'https://www.linkedin.com/in/secondej/'
},

// More people...
]
Expand Down

0 comments on commit 26b620b

Please sign in to comment.