diff --git a/src/components/About/index.jsx b/src/components/About/index.jsx index aa30848..99628d0 100644 --- a/src/components/About/index.jsx +++ b/src/components/About/index.jsx @@ -1,65 +1,102 @@ -import './style.css'; +import "./style.css"; import { BsHeadsetVr } from "react-icons/bs"; import { FaGlobeAmericas } from "react-icons/fa"; -import 'aos/dist/aos.css' +import Aos from "aos"; +import "aos/dist/aos.css"; // images -import algos from './img/algocs.png'; -import gdsc from './img/gdsc.png'; -import iosc from './img/iosc.png'; - -import {MIDDLE_SECTION} from '../../Module/General'; +import algos from "./img/algocs.png"; +import gdsc from "./img/gdsc.png"; +import iosc from "./img/iosc.png"; +import { MIDDLE_SECTION } from "../../Module/General"; +import { useEffect } from "react"; function LogoSectionAbout() { + useEffect(() => { + Aos.init({ duration: 400 }); + }, []); return ( -
-
- The largest code fest of Delhi-NCR is back! ⚡
- Join this 24-Hour Hackathon to hustle and shine through 5 amazing tracks, Embark on an Odyssey to learn new technologies, seek guidance from experienced mentors and engrave your name on the boards of our esteemed Judges.
- Witness prodigious Speakers of the Nation live! ✨
- Not just that, win huge prizes and hampers by brainstorming and creating the best hack!
- Be ready to sail through an amazing night of fun, code and much more on 28th & 29th April! 💫
-
-
+ The largest code fest of Delhi-NCR is back! ⚡
+ Join this 24-Hour Hackathon to hustle and shine through 5 amazing
+ tracks, Embark on an Odyssey to learn new technologies, seek guidance
+ from experienced mentors and engrave your name on the boards of our
+ esteemed Judges.
+
+ Witness prodigious Speakers of the Nation live! ✨
+ Not just that, win huge prizes and hampers by brainstorming and
+ creating the best hack!
+
+ Be ready to sail through an amazing night of fun, code and much more
+ on 28th & 29th April! 💫
+
IOSC
-GDSC-ABESEC
+ useEffect(() => { + Aos.init({ duration: 400 }); + }, []); + return ( +IOSC
+GDSC-ABESEC
+ALGOCS
+ALGOCS
-Title sponsor
{titleSponsor.map((item, i) => (