diff --git a/src/components/common/logos/Logos.tsx b/src/components/common/logos/Logos.tsx index 8e738e1b..e049b34f 100644 --- a/src/components/common/logos/Logos.tsx +++ b/src/components/common/logos/Logos.tsx @@ -1,4 +1,4 @@ -import { Divider, Grid, Box, Typography } from "@mui/material"; +import { Divider, Grid, Box, Typography, Stack } from "@mui/material"; import AIOMS from "@/assets/logos/aioms-logo2.png"; import AustralianGovernment from "@/assets/logos/aioms-logo1.png"; @@ -18,12 +18,23 @@ import UNSW from "@/assets/logos/unsw-logo.png"; import UTAS from "@/assets/logos/utas-logo.png"; import UTS from "@/assets/logos/uts-logo.png"; import UWA from "@/assets/logos/uniwa-logo.png"; +import { + color, + fontColor, + fontWeight, + padding, +} from "../../../styles/constants"; type LogoProps = { src: string; alt: string; height: string }; const Logo = ({ src, alt, height }: LogoProps) => { return ( - + ); }; @@ -47,97 +58,144 @@ const LogoList = () => { ]; return ( - + - - - Australia's Integrated Marine Observing System (IMOS) is - enabled by the National Collaborative Research Infrastructre - Strategy (NCRIS) It is operated by a consortium of institutions as - an unincorperated joint venture with the Unviersity of Tasmania as - Lead Agent. - + + + + Australia's Integrated Marine Observing System (IMOS) is + enabled by the National Collaborative Research Infrastructre + Strategy (NCRIS) It is operated by a consortium of institutions as + an unincorperated joint venture with the Unviersity of Tasmania as + Lead Agent. + + - - PRINCIPLE PARTICIPANTS - - - - - LEAD AGENT - - {principals.map((logo, index) => ( - - - - ))} - - - - {sims.map((logo, index) => ( - - - - ))} - - - + + PRINCIPLE PARTICIPANTS + + + + + + LEAD AGENT + + + {principals.map((logo, index) => ( + + + + ))} + + + + + {sims.map((logo, index) => ( + + + + ))} + + SIMS IS A PARTNERSHIP INVOLVING FOUR UNIVERSITIES - - ASSOCIATE PARTICIPANTS - - {associates.map((logo, index) => ( - - - - ))} + + ASSOCIATE PARTICIPANTS + + + {associates.map((logo, index) => ( + + + + ))} + ); diff --git a/src/components/details/Carousel.tsx b/src/components/details/Carousel.tsx index 43aea7fe..569a7e7d 100644 --- a/src/components/details/Carousel.tsx +++ b/src/components/details/Carousel.tsx @@ -109,7 +109,7 @@ const Carousel: FC = () => { {/* Container for the cards and the slide animation */} {cards.map((card, index) => ( - { const navigate = useNavigate(); @@ -46,21 +49,26 @@ const ComplexTextSearch = () => { - + - - +