Skip to content

Commit

Permalink
Merge pull request #48 from sanger-pathogens/feature/gallery-update
Browse files Browse the repository at this point in the history
Feature/gallery update
  • Loading branch information
HarryHung authored Jul 11, 2023
2 parents baeb14b + e042c76 commit 54ed717
Show file tree
Hide file tree
Showing 19 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ yarn start

```
cd bentley-app
docker build -t <docker user>/bentley-app:<version> .
docker buildx build --platform linux/amd64 -t <docker user>/bentley-app:<version> .
```

3. Push image to repository of `<docker user>`
Expand Down
Binary file added public/gallery/IMG_4012.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/gallery/IMG_4012.png
Binary file not shown.
Binary file added public/gallery/IMG_4013.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/gallery/IMG_4013.png
Binary file not shown.
Binary file added public/gallery/IMG_4014.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/gallery/IMG_4014.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/chilling_at_hinxton_hall.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/enjoying_meal_together.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/enjoying_punting.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/enjoying_sanger_bbq.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/group_photo_at_hinxton_hall.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/just_another_team_meeting.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/taking_a_walk_during_retreat.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/team_meeting_at_hinxton_hall.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: 13 additions & 3 deletions src/components/Gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,22 @@ import { Box } from '@material-ui/core';

const Gallery = () => (
<Box>
<img src="/gallery/enjoying_sanger_bbq.jpg" alt="Enjoying Sanger BBQ" width="50%" />
<img src="/gallery/enjoying_meal_together.jpg" alt="Enjoying meal together" width="50%" />
<img src="/gallery/group_photo_at_hinxton_hall.jpeg" alt="Team at Hinxton Hall" width="50%" />
<img src="/gallery/team_meeting_at_hinxton_hall.jpg" alt="Team Meeting at Hinxton Hall" width="50%" />
<img src="/gallery/chilling_at_hinxton_hall.jpeg" alt="Chilling at Hinxton Hall" width="50%" />
<img src="/gallery/team_found_a_sustainability_rock.jpeg" alt="Team found a suntainability rock on the Wellcome Genome Campus" width="50%" />
<img src="/gallery/drawing_top_trumps_cards_for_pneumo.jpg" alt="Drawing Top Trumps Cards for Pneumo" width="50%" />
<img src="/gallery/just_another_team_meeting.jpg" alt="Just another team meeting" width="50%" />
<img src="/gallery/enjoying_punting.jpeg" alt="Enjoying punting at River Cam" width="50%" />
<img src="/gallery/taking_a_walk_during_retreat.jpeg" alt="Taking a walk during retreat under usual British weather" width="50%" />
<img src="/gallery/Get together at Jesus Green.jpg" alt="Get together at Jesus Green" width="50%" />
<img src="/gallery/IMG_4013.png" alt="Lunch on the Wellcome Genome Campus grounds" width="50%" />
<img src="/gallery/IMG_4013.jpg" alt="Lunch on the Wellcome Genome Campus grounds" width="50%" />
<img src="/gallery/Narender_s first lunch at Sulston building with Steph since lockdown.jpg" alt="Narender's first lunch at Sulston building with Steph since lockdown" width="50%" />
<img src="/gallery/Steph_Nida_Meeting during pandemics on Genome campus.jpg" alt="Steph and Nida meeting during pandemics on Genome campus" width="50%" />
<img src="/gallery/IMG_4012.png" alt="First group lab meeting after the pandemic" width="50%" />
<img src="/gallery/IMG_4014.png" alt="Steph and Uzma talking from a social distance" width="50%" />
<img src="/gallery/IMG_4012.jpg" alt="First group lab meeting after the pandemic" width="50%" />
<img src="/gallery/IMG_4014.jpg" alt="Steph and Uzma talking from a social distance" width="50%" />
<img src="/gallery/Get together in front of King_s college.JPG" alt="Get together in front of King's college" width="100%" />
</Box>
);
Expand Down

0 comments on commit 54ed717

Please sign in to comment.