From 5a002108288319fa5d6c93d7aa205b04a677a8b0 Mon Sep 17 00:00:00 2001 From: HAPPY YADAV Date: Sat, 22 Jun 2024 19:52:31 +0530 Subject: [PATCH] added icons along with tilty effect --- src/components/AboutUs.css | 13 +++++++++++++ src/components/AboutUs.jsx | 24 ++++++++++++++++++++---- 2 files changed, 33 insertions(+), 4 deletions(-) diff --git a/src/components/AboutUs.css b/src/components/AboutUs.css index 93a4168..0c46507 100644 --- a/src/components/AboutUs.css +++ b/src/components/AboutUs.css @@ -242,4 +242,17 @@ h1::before { transform: translateX(-100%); } } + .copilot-icon{ + color: rgb(18, 76, 163); + font-size: 200px; /* Increase the size of the icon */ + animation: spin 6s linear infinite; /* Add animation */ + } + @keyframes spin { + from { + transform: rotate(0deg); + } + to { + transform: rotate(360deg); + } + } \ No newline at end of file diff --git a/src/components/AboutUs.jsx b/src/components/AboutUs.jsx index 5049a26..f030310 100644 --- a/src/components/AboutUs.jsx +++ b/src/components/AboutUs.jsx @@ -13,6 +13,10 @@ import Naman from "../assets/Naman.jpg"; import Footer from "./Footer"; import { particles } from "./Particles.jsx"; import BackToTop from "./BottomToTop"; +import { GiAtom } from "react-icons/gi"; +import { GiAbstract091 } from "react-icons/gi"; +import { VscCopilot } from "react-icons/vsc"; +import { GiComputerFan } from "react-icons/gi"; const AboutUs = () => { const [contributors, setContributors] = useState([]); @@ -78,7 +82,8 @@ const AboutUs = () => { particles, [])} />
- + + {/* { className="ml-10 shadow-sm shadow-sky-600 about-image w-[350px] rounded-full hover:scale-[0.9] transition" /> - + */} +
+ + + +
+

About Us @@ -103,7 +114,12 @@ const AboutUs = () => {

-
+
+ + + +
+ {/*
{ className="shadow-sm shadow-sky-600 about-image w-[350px] rounded-full hover:scale-[0.9] transition mb-10" /> -
+
*/}

Our Vision