From d5a810f1ed47242aa02fa25e56b232d89aa83604 Mon Sep 17 00:00:00 2001 From: Amit Chaudhary Date: Sun, 28 Apr 2024 08:40:38 +0530 Subject: [PATCH] some design updates in website --- website/src/components/About.jsx | 2 +- website/src/components/Carousal.jsx | 60 ++++++++++++++++++++------- website/src/components/Contribute.jsx | 2 +- 3 files changed, 46 insertions(+), 18 deletions(-) diff --git a/website/src/components/About.jsx b/website/src/components/About.jsx index a221191..efc9c66 100644 --- a/website/src/components/About.jsx +++ b/website/src/components/About.jsx @@ -59,7 +59,7 @@ export default function About() { />

Amit Chaudhary

-

Software Developer

+

Software Engineer

{ @@ -28,21 +46,31 @@ const Carousel = () => {
- + +
+
+ +
+
+

{images[currentIndex].title}

+

{images[currentIndex].lightingCondition}

+
+
+ + +
- -
); }; diff --git a/website/src/components/Contribute.jsx b/website/src/components/Contribute.jsx index 2a175b0..690771d 100644 --- a/website/src/components/Contribute.jsx +++ b/website/src/components/Contribute.jsx @@ -60,7 +60,7 @@ export default function Contribute() {
{item.text} - + ))}