Skip to content

Commit

Permalink
Add Oliver to teams section
Browse files Browse the repository at this point in the history
  • Loading branch information
bnubald committed Jan 5, 2025
1 parent a08b94c commit aa85aae
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Binary file added src/assets/images/team/oliver-strickson.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,22 @@ const images = import.meta.glob<{ default: ImageMetadata }>('/src/assets/images/
},
],
},
{
name: 'Oliver Strickson',
job: 'Lead Research Software Engineer',
image: { src: images['/src/assets/images/team/oliver-strickson.jpg'](), alt: 'Picture of Oliver' },
description: 'Alan Turing Institute',
socials: [
{
icon: 'arcticons:linkedin',
href: 'https://uk.linkedin.com/in/oliver-strickson-a20930127',
},
{
icon: 'arcticons:github',
href: 'https://github.com/ots22',
},
],
},
{
name: 'Andrew McDonald',
job: 'PhD Candidate',
Expand Down

0 comments on commit aa85aae

Please sign in to comment.