diff --git a/client/public/assets/graphics/DurhackLogo.svg b/client/public/assets/graphics/DurhackLogo.svg
new file mode 100644
index 00000000..05cbda0a
--- /dev/null
+++ b/client/public/assets/graphics/DurhackLogo.svg
@@ -0,0 +1,4 @@
+
diff --git a/client/src/app/(home)/page.tsx b/client/src/app/(home)/page.tsx
index 33349e61..a798cd07 100644
--- a/client/src/app/(home)/page.tsx
+++ b/client/src/app/(home)/page.tsx
@@ -50,7 +50,7 @@ export default function HomePage() {
{/* Medium */}
-
Medium
+ Medium TEST ESTTEUHEUFHE
{/* Footer - temporarily using the dashboard one */}
diff --git a/client/src/components/footer.tsx b/client/src/components/footer.tsx
index 16d3ef0f..61c45e16 100644
--- a/client/src/components/footer.tsx
+++ b/client/src/components/footer.tsx
@@ -1,48 +1,102 @@
import Link from "next/link"
+import { CloudsFooterGraphic } from "./graphics/clouds-footer"
+import { cn } from "@/lib/utils"
+import Image from "next/image";
+import { patrickHand, spaceGrotesk } from "@/lib/google-fonts"
+import { siteConfig } from "@/config/site";
-export function Footer() {
+function SocialsBar() {
+ return (
+
+ {siteConfig.socials.map((social) => {
+ const Icon = social.icon;
+ return (
+
+
+
+ );
+ })}
+
+ );
+}
+
+export function Footer ({ className, ...props }: React.HTMLAttributes) {
const mlhCodeOfConduct = (
-
+
MLH Code of Conduct
)
- const compsoc = (
-
+ const CompSoc = (
+
compsoc.tech
)
- const durhamStudentsUnion = (
-
+ const StudentUnion = (
+
durhamsu.com
)
- const durhamStudentsUnionCompany = (
-
- 07689815
-
- )
- const durhamStudentsUnionCharity = (
-
- 1145400
-
- )
+
+
+
- return (
-