From 166c8daaa93a1d5c1c2e5f59124d143dfa2232fe Mon Sep 17 00:00:00 2001 From: saksham56 Date: Tue, 16 Apr 2024 01:59:47 +0530 Subject: [PATCH] fixed responsiveness --- src/Sections/Events.tsx | 4 +-- src/Sections/Sponsors.tsx | 38 ++++++++++++++++--------- src/Sections/Stats.tsx | 8 ++++-- src/Sections/Talks.tsx | 10 +++---- src/components/Footer.tsx | 20 +++++++------ src/components/ui/card-hover-effect.tsx | 16 +++++------ 6 files changed, 54 insertions(+), 42 deletions(-) diff --git a/src/Sections/Events.tsx b/src/Sections/Events.tsx index 786eee72..374f325c 100644 --- a/src/Sections/Events.tsx +++ b/src/Sections/Events.tsx @@ -5,7 +5,7 @@ export const Events = () => {

Our Events @@ -56,7 +56,7 @@ export const Events = () => { imageurl: "./Bevy poster.jpg", }, { - title: "Online Event (virtual)", + title: "Online Event", description: "Cloud Native Connect: Unleashing the power of CNCF", link: "https://community.cncf.io/events/details/cncf-new-delhi-presents-cloud-native-connect-unleashing-the-power-of-cncf/", diff --git a/src/Sections/Sponsors.tsx b/src/Sections/Sponsors.tsx index 27039a8f..56ed4bc8 100644 --- a/src/Sections/Sponsors.tsx +++ b/src/Sections/Sponsors.tsx @@ -1,23 +1,33 @@ - -import './Card.css'; -import devtron from '../images/devtron.png'; -import microsoft from '../images/microsoft.png'; -import tata from'../images/tata 1 mg.png'; -import epam from '../images/epam.png'; +import "./Card.css"; +import devtron from "../images/devtron.png"; +import microsoft from "../images/microsoft.png"; +import tata from "../images/tata 1 mg.png"; +import epam from "../images/epam.png"; export const Sponsors = () => { return (
-
-

Our Sponsors

+
+

+ Our Sponsors +

-
-
-
-
+
+ +
+
+ +
+
+ +
+
+ +
); }; - - diff --git a/src/Sections/Stats.tsx b/src/Sections/Stats.tsx index b702a100..3a264912 100644 --- a/src/Sections/Stats.tsx +++ b/src/Sections/Stats.tsx @@ -43,11 +43,13 @@ export const Stats = () => { return (
-

Stats

-
+

+ Stats +

+
{titles.map((title, index) => ( ))} diff --git a/src/Sections/Talks.tsx b/src/Sections/Talks.tsx index 19ef2bc8..2afa35ea 100644 --- a/src/Sections/Talks.tsx +++ b/src/Sections/Talks.tsx @@ -1,10 +1,10 @@ export const Talks = () => { return ( -
-
-

Previous Talks

+
+
+

+ Previous Talks +

diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 1ddb8e30..5d0ea1ac 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -8,10 +8,10 @@ import { import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; export const Footer = () => { return ( -