diff --git a/devsoc24-landing/src/assets/images/footer_glitch.gif b/devsoc24-landing/src/assets/images/footer_glitch.gif
new file mode 100644
index 0000000..1e76489
Binary files /dev/null and b/devsoc24-landing/src/assets/images/footer_glitch.gif differ
diff --git a/devsoc24-landing/src/assets/images/new1.jpeg b/devsoc24-landing/src/assets/images/new1.jpeg
deleted file mode 100644
index 30046a4..0000000
Binary files a/devsoc24-landing/src/assets/images/new1.jpeg and /dev/null differ
diff --git a/devsoc24-landing/src/assets/images/new1.png b/devsoc24-landing/src/assets/images/new1.png
new file mode 100644
index 0000000..520b11c
Binary files /dev/null and b/devsoc24-landing/src/assets/images/new1.png differ
diff --git a/devsoc24-landing/src/components/about.tsx b/devsoc24-landing/src/components/about.tsx
index 78d80d4..0ff3d68 100644
--- a/devsoc24-landing/src/components/about.tsx
+++ b/devsoc24-landing/src/components/about.tsx
@@ -1,56 +1,63 @@
import React from "react";
import Image from "next/image";
-import picture1 from "../assets/images/new1.jpeg";
+import picture1 from "../assets/images/new1.png";
import picture2 from "../assets/images/new2.png";
import picture3 from "../assets/images/new3.png";
import { useTransform, motion, useScroll } from "framer-motion";
+import Footer from "./footer";
const About = () => {
const { scrollYProgress } = useScroll();
const y = useTransform(scrollYProgress, [0, 1], [0, -1250]);
return (
-
- DEVSOC’24
- ignites the tech scene with a blaze of innovation, where yesterday
-
-
- {" "}
- hurdles are today playground.
-
-
- {" "}
- In its fourth edition, this boundary-pushing hackathon transcends limits,
- merging AI and the metaverse
-
-
- {" "}
- to confront real-world chaos head-on. With diverse minds colliding,
- we're not just coding; we're crafting solutions that
- scream
-
- revolution.
-
- Join the fray as we smash barriers and redefine what's possible.
-
+ <>
+
+
+ DEVSOC’24
+ ignites the tech scene with a blaze of innovation, where
+ yesterday
+
+
+ {" "}
+ hurdles are today playground.
+
+
+ {" "}
+ In its fourth edition, this boundary-pushing hackathon transcends
+ limits, merging AI and the metaverse
+
+
+ {" "}
+ to confront real-world chaos head-on. With diverse minds colliding,
+ we're not just coding; we're crafting solutions that
+ scream
+
+ revolution.
+
+ Join the fray as we smash barriers and redefine what's possible.
+
+
+
+ >
);
};
diff --git a/devsoc24-landing/src/components/footer.tsx b/devsoc24-landing/src/components/footer.tsx
index 8d5dece..3b299d4 100644
--- a/devsoc24-landing/src/components/footer.tsx
+++ b/devsoc24-landing/src/components/footer.tsx
@@ -1,11 +1,19 @@
import React from "react";
import Image from "next/image";
import pattern from "@/assets/images/pattern.svg";
+import glitch from "@/assets/images/footer_glitch.gif";
import Link from "next/link";
const Footer = () => {
return (
<>
-
+
+
@@ -64,6 +72,35 @@ const Footer = () => {
+
+
+
+
+ instagram
+
+
+ linkedin
+
+
+
+
+ © Copyright 2024 codechef-vitAll rights reserved.
+
+
All rights reserved.
+
+
+
+
+ privacy policy
+
+
+ cookie policy
+
+
+ terms of service
+
+
+
>
);
};
diff --git a/devsoc24-landing/src/pages/index.tsx b/devsoc24-landing/src/pages/index.tsx
index bdb9c98..58e782e 100644
--- a/devsoc24-landing/src/pages/index.tsx
+++ b/devsoc24-landing/src/pages/index.tsx
@@ -11,7 +11,6 @@ export default function Home() {
-
>
);
diff --git a/devsoc24-landing/src/styles/globals.css b/devsoc24-landing/src/styles/globals.css
index 8521ab1..4cdfaad 100644
--- a/devsoc24-landing/src/styles/globals.css
+++ b/devsoc24-landing/src/styles/globals.css
@@ -44,10 +44,6 @@
font-family: vcr;
}
-.font-wreckside {
- font-family: wreckside;
-}
-
.overlay {
width: 100%;
height: 100%;
@@ -87,7 +83,7 @@
/* About Section */
.overlay_about {
width: 100%;
- filter: blur(0.5px) drop-shadow(0 0 0 #c9c7c7);
+ filter: blur(0.5px) drop-shadow(0 0 0 #030303f8);
background-color: #030303f8;
}
@@ -279,6 +275,7 @@ b {
#liner.password::before {
content: "Password:";
}
+
@keyframes show {
from {
opacity: 0;