diff --git a/index.html b/index.html index 7bcbf13..8f43fc1 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,12 @@ pointer-events: none; z-index: 9999; } + + @media (max-width: 780px) { + .circle-container{ + display: none; + } + } diff --git a/src/components/AboutUs.jsx b/src/components/AboutUs.jsx index 1da43ae..21e6fe4 100644 --- a/src/components/AboutUs.jsx +++ b/src/components/AboutUs.jsx @@ -1,21 +1,21 @@ -import React, { useEffect, useState, useMemo } from "react"; -import axios from "axios"; +import { faGithub, faLinkedin } from "@fortawesome/free-brands-svg-icons"; +import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import Particles, { initParticlesEngine } from "@tsparticles/react"; -import { loadFull } from "tsparticles"; +import axios from "axios"; +import React, { useEffect, useMemo, useState } from "react"; import Tilty from "react-tilty"; -import "../components/AboutUs.css"; -import aboutImage from "../assets/cartoon.png"; +import { loadFull } from "tsparticles"; import carImage from "../assets/1 1.png"; -import Himank from "../assets/Himank.jpg"; import Akshat from "../assets/Akshat.jpg"; -import Shreya from "../assets/Shreya.jpg"; +import aboutImage from "../assets/cartoon.png"; +import Himank from "../assets/Himank.jpg"; import Naman from "../assets/Naman.jpg"; -import Footer from './Footer'; -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; -import { faLinkedin, faGithub } from '@fortawesome/free-brands-svg-icons'; +import Shreya from "../assets/Shreya.jpg"; +import "../components/AboutUs.css"; +import Footer from "./Footer"; // import Tilty from "react-tilty"; -import { particles } from "./Particles.jsx"; import BackToTop from "./BottomToTop"; +import { particles } from "./Particles.jsx"; const AboutUs = () => { const [contributors, setContributors] = useState([]); @@ -29,7 +29,9 @@ const AboutUs = () => { useEffect(() => { const fetchContributors = async () => { try { - const response = await axios.get('https://api.github.com/repos/Akshatchaube01/TimeWarp/contributors'); + const response = await axios.get( + "https://api.github.com/repos/Akshatchaube01/TimeWarp/contributors" + ); setContributors(response.data); } catch (error) { console.error("Error fetching contributors:", error); @@ -75,18 +77,18 @@ const AboutUs = () => { bottomTxt: "Through our passion for exploration and discovery, we seek to inspire curiosity and ignite imaginations, inviting individuals to embark on a journey through time where they can uncover hidden treasures, explore diverse cultures, and witness the remarkable tapestry of human experience.", }; - const handlehover=(e)=>{ - e.currentTarget.querySelector(".hovereffect").style.transform="scale(1)"; - } - const hanleleave=(e)=>{ - e.currentTarget.querySelector(".hovereffect").style.transform="scale(0)"; - } + const handlehover = (e) => { + e.currentTarget.querySelector(".hovereffect").style.transform = "scale(1)"; + }; + const hanleleave = (e) => { + e.currentTarget.querySelector(".hovereffect").style.transform = "scale(0)"; + }; return (
+ +
{about.topTxt}
-+
{about.bottomTxt}
+
{vision.topTxt}
-+
{vision.bottomTxt}
{member.memberName}
++ {member.memberName} +
Member
Tech Stack
++ Tech Stack +