diff --git a/README.md b/README.md index 9d6fead..914e69d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ yarn start ``` cd bentley-app -docker build -t /bentley-app: . +docker buildx build --platform linux/amd64 -t /bentley-app: . ``` 3. Push image to repository of `` diff --git a/public/gallery/IMG_4012.jpg b/public/gallery/IMG_4012.jpg new file mode 100644 index 0000000..6fcd581 Binary files /dev/null and b/public/gallery/IMG_4012.jpg differ diff --git a/public/gallery/IMG_4012.png b/public/gallery/IMG_4012.png deleted file mode 100644 index 0a465aa..0000000 Binary files a/public/gallery/IMG_4012.png and /dev/null differ diff --git a/public/gallery/IMG_4013.jpg b/public/gallery/IMG_4013.jpg new file mode 100644 index 0000000..e7eec25 Binary files /dev/null and b/public/gallery/IMG_4013.jpg differ diff --git a/public/gallery/IMG_4013.png b/public/gallery/IMG_4013.png deleted file mode 100644 index dc10d56..0000000 Binary files a/public/gallery/IMG_4013.png and /dev/null differ diff --git a/public/gallery/IMG_4014.jpg b/public/gallery/IMG_4014.jpg new file mode 100644 index 0000000..4e88efc Binary files /dev/null and b/public/gallery/IMG_4014.jpg differ diff --git a/public/gallery/IMG_4014.png b/public/gallery/IMG_4014.png deleted file mode 100644 index bbf7a16..0000000 Binary files a/public/gallery/IMG_4014.png and /dev/null differ diff --git a/public/gallery/Narender_s first lunch at Sulston building with Steph since lockdown.jpg b/public/gallery/Narender_s first lunch at Sulston building with Steph since lockdown.jpg index 8e8cb62..c6eba88 100644 Binary files a/public/gallery/Narender_s first lunch at Sulston building with Steph since lockdown.jpg and b/public/gallery/Narender_s first lunch at Sulston building with Steph since lockdown.jpg differ diff --git a/public/gallery/chilling_at_hinxton_hall.jpeg b/public/gallery/chilling_at_hinxton_hall.jpeg new file mode 100644 index 0000000..a226db4 Binary files /dev/null and b/public/gallery/chilling_at_hinxton_hall.jpeg differ diff --git a/public/gallery/drawing_top_trumps_cards_for_pneumo.jpg b/public/gallery/drawing_top_trumps_cards_for_pneumo.jpg new file mode 100644 index 0000000..aa81dcb Binary files /dev/null and b/public/gallery/drawing_top_trumps_cards_for_pneumo.jpg differ diff --git a/public/gallery/enjoying_meal_together.jpg b/public/gallery/enjoying_meal_together.jpg new file mode 100644 index 0000000..a5f309d Binary files /dev/null and b/public/gallery/enjoying_meal_together.jpg differ diff --git a/public/gallery/enjoying_punting.jpeg b/public/gallery/enjoying_punting.jpeg new file mode 100644 index 0000000..67124da Binary files /dev/null and b/public/gallery/enjoying_punting.jpeg differ diff --git a/public/gallery/enjoying_sanger_bbq.jpg b/public/gallery/enjoying_sanger_bbq.jpg new file mode 100644 index 0000000..f39650e Binary files /dev/null and b/public/gallery/enjoying_sanger_bbq.jpg differ diff --git a/public/gallery/group_photo_at_hinxton_hall.jpeg b/public/gallery/group_photo_at_hinxton_hall.jpeg new file mode 100644 index 0000000..8271dc9 Binary files /dev/null and b/public/gallery/group_photo_at_hinxton_hall.jpeg differ diff --git a/public/gallery/just_another_team_meeting.jpg b/public/gallery/just_another_team_meeting.jpg new file mode 100644 index 0000000..c1825ec Binary files /dev/null and b/public/gallery/just_another_team_meeting.jpg differ diff --git a/public/gallery/taking_a_walk_during_retreat.jpeg b/public/gallery/taking_a_walk_during_retreat.jpeg new file mode 100644 index 0000000..e1ee776 Binary files /dev/null and b/public/gallery/taking_a_walk_during_retreat.jpeg differ diff --git a/public/gallery/team_found_a_sustainability_rock.jpeg b/public/gallery/team_found_a_sustainability_rock.jpeg new file mode 100644 index 0000000..b3b43c5 Binary files /dev/null and b/public/gallery/team_found_a_sustainability_rock.jpeg differ diff --git a/public/gallery/team_meeting_at_hinxton_hall.jpg b/public/gallery/team_meeting_at_hinxton_hall.jpg new file mode 100644 index 0000000..476faaf Binary files /dev/null and b/public/gallery/team_meeting_at_hinxton_hall.jpg differ diff --git a/src/components/Gallery.js b/src/components/Gallery.js index 3bf81c0..7e60062 100644 --- a/src/components/Gallery.js +++ b/src/components/Gallery.js @@ -3,12 +3,22 @@ import { Box } from '@material-ui/core'; const Gallery = () => ( + Enjoying Sanger BBQ + Enjoying meal together + Team at Hinxton Hall + Team Meeting at Hinxton Hall + Chilling at Hinxton Hall + Team found a suntainability rock on the Wellcome Genome Campus + Drawing Top Trumps Cards for Pneumo + Just another team meeting + Enjoying punting at River Cam + Taking a walk during retreat under usual British weather Get together at Jesus Green - Lunch on the Wellcome Genome Campus grounds + Lunch on the Wellcome Genome Campus grounds Narender's first lunch at Sulston building with Steph since lockdown Steph and Nida meeting during pandemics on Genome campus - First group lab meeting after the pandemic - Steph and Uzma talking from a social distance + First group lab meeting after the pandemic + Steph and Uzma talking from a social distance Get together in front of King's college );