diff --git a/frontend/src/assets/devsocLogo.svg b/frontend/src/assets/devsocLogo.svg new file mode 100644 index 000000000..eeeaf7974 --- /dev/null +++ b/frontend/src/assets/devsocLogo.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + diff --git a/frontend/src/pages/LandingPage/FooterSection/Footer.tsx b/frontend/src/pages/LandingPage/FooterSection/Footer.tsx index e112aa480..5fa905972 100644 --- a/frontend/src/pages/LandingPage/FooterSection/Footer.tsx +++ b/frontend/src/pages/LandingPage/FooterSection/Footer.tsx @@ -1,6 +1,6 @@ import React from 'react'; import PageContainer from 'styles/PageContainer'; -import csesocLogoSrc from 'assets/csesocLogo.png'; +import devsocLogo from 'assets/devsocLogo.svg'; import footerBlobSrc from 'assets/LandingPage/footerBlob.svg'; import { CURR_YEAR } from 'config/constants'; import S from './styles'; @@ -13,13 +13,14 @@ const Footer = () => { - - © {CURR_YEAR} — CSESoc UNSW + + © {CURR_YEAR} — Software Development Society UNSW
- CSESoc is the constituent student society of UNSW's School of Computer Science - and Engineering. We do not represent the School, Faculty, or University. + Software Development Society (DevSoc) is a student society comprised of interested + developers, inventors and tech enthusiasts. We do not represent the School, Faculty, + or University (UNSW).
This website seeks to be a general guide for degree planning and course selection, @@ -34,7 +35,7 @@ const Footer = () => { Engineering Society have no responsibility on whether the information shown is accurate.
-
Circles was made with love by CSE students for CSE students.
+
Circles was made with love by students for students.
diff --git a/frontend/src/pages/LandingPage/FooterSection/styles.ts b/frontend/src/pages/LandingPage/FooterSection/styles.ts index bd411c6d4..0c73e41e8 100644 --- a/frontend/src/pages/LandingPage/FooterSection/styles.ts +++ b/frontend/src/pages/LandingPage/FooterSection/styles.ts @@ -28,7 +28,7 @@ const FooterLogoWrapper = styled.div` gap: 50px; `; -const CSELogo = styled.img` +const DevSocLogo = styled.img` width: 100%; `; @@ -45,5 +45,5 @@ export default { FooterLogoWrapper, FooterDisclaimer, FooterWrapper, - CSELogo + DevSocLogo }; diff --git a/frontend/src/pages/LandingPage/GetInvolved/GetInvolved.tsx b/frontend/src/pages/LandingPage/GetInvolved/GetInvolved.tsx index 52276fd83..2b8349412 100644 --- a/frontend/src/pages/LandingPage/GetInvolved/GetInvolved.tsx +++ b/frontend/src/pages/LandingPage/GetInvolved/GetInvolved.tsx @@ -10,7 +10,7 @@ const GetInvolved = () => { Interested in Circles? If you're a CSE student with a keen interest in Circles and looking to get involved, - keep an eye out for our recruitment announcements on CSESoc's socials. Otherwise, you + keep an eye out for our recruitment announcements on DevSoc's socials. Otherwise, you can also contribute by suggesting cool new features, report any bugs or even make a pull request on the Circles repo. @@ -19,7 +19,7 @@ const GetInvolved = () => { Feedback