diff --git a/public/artefact.png b/public/artefact.png index f64abca..2245f84 100644 Binary files a/public/artefact.png and b/public/artefact.png differ diff --git a/public/observe.png b/public/observe.png new file mode 100644 index 0000000..1e34bf5 Binary files /dev/null and b/public/observe.png differ diff --git a/src/app/contact-us/page.tsx b/src/app/contact-us/page.tsx index b8688b2..68e9abd 100644 --- a/src/app/contact-us/page.tsx +++ b/src/app/contact-us/page.tsx @@ -98,7 +98,7 @@ const ContactUs = () => { }; return ( -
Earthquake awareness accessible for everyone
+Earthquake awareness accessible for everyone
We combine scientific insights with public awareness, delivering resources, tools, and real-time updates to enhance preparedness for earthquakes in order to save lives, improve recovery efficiency, and build resilience against seismic @@ -53,6 +63,7 @@ function OurMission() {
Find recently active observatories, and newly opened/closed sites
-View or purchase recently discovered artefacts from seismic events diff --git a/src/app/the-team/page.tsx b/src/app/the-team/page.tsx index 2422329..f26bddd 100644 --- a/src/app/the-team/page.tsx +++ b/src/app/the-team/page.tsx @@ -1,73 +1,84 @@ "use client"; +import BottomFooter from "@components/BottomFooter"; const teamMembers = [ - { - name: "Tim Howitz", - title: "Chief Crack Inspector", - description: - "Tim is responsible for analysing structures on a day-to-day basis. In his home life he is a keen outdoors enthusiast, with three kids and a dog.", - image: "/Timthescientist.PNG", - }, - { - name: "Emily Neighbour", - title: "Chief Software Engineer", - description: - "Emily focuses on vital earthquake prediction models. In her personal life, her hobbies include knitting, birdwatching, and becoming a mute.", - image: "/Emilythescientist.PNG", - }, - { - name: "Izzy Patterson", - title: "Chief Geologist", - description: - "Izzy's team are responsible for inspecting the rocks that make up our planet. For enjoyment she likes to look at rocks, sometimes she likes to lick them.", - image: "/Izzythescientist.PNG", - }, - { - name: "Lukeshan Thananchayan", - title: "Chief Duster", - description: - "Lukeshan and his team look at the dust particles created by an earthquake and how to minimise their damage. For pleasure, he likes to play Monopoly on repeat. Maybe one day he'll get a hotel!", - image: "/Lukeshanthescientist.PNG", - }, + { + name: "Tim Howitz", + title: "Chief Crack Inspector", + description: + "Tim is responsible for analysing structures on a day-to-day basis. In his home life he is a keen outdoors enthusiast, with three kids and a dog.", + image: "/Timthescientist.PNG", + }, + { + name: "Emily Neighbour", + title: "Chief Software Engineer", + description: + "Emily focuses on vital earthquake prediction models. In her personal life, her hobbies include knitting, birdwatching, and becoming a mute.", + image: "/Emilythescientist.PNG", + }, + { + name: "Izzy Patterson", + title: "Chief Geologist", + description: + "Izzy's team are responsible for inspecting the rocks that make up our planet. For enjoyment she likes to look at rocks, sometimes she likes to lick them.", + image: "/Izzythescientist.PNG", + }, + { + name: "Lukeshan Thananchayan", + title: "Chief Duster", + description: + "Lukeshan and his team look at the dust particles created by an earthquake and how to minimise their damage. For pleasure, he likes to play Monopoly on repeat. Maybe one day he'll get a hotel!", + image: "/Lukeshanthescientist.PNG", + }, ]; + export default function Page() { - return ( -
- Our world-class scientists and engineers drive innovation across the globe. Meet our four department heads: -
-{member.title}
-{member.description}
-+ Our world-class scientists and engineers drive innovation across the globe. Meet our four department heads: +
+{member.title}
+{member.description}
+