diff --git a/src/components/About/About.css b/src/components/About/About.css index 2fe6bd9..45f779a 100644 --- a/src/components/About/About.css +++ b/src/components/About/About.css @@ -304,7 +304,6 @@ position: absolute; width: 60%; font-size: 1.5rem; - text-align: center; z-index: 10; } @@ -317,12 +316,6 @@ } } -@media (max-width: 1390px) { - .abtp { - font-size: 1.2rem; - } -} - @media (max-width: 1300px) { .details-container { width: 100%; @@ -361,6 +354,7 @@ html { .abouth1 { font-size: 2.5rem; + margin-bottom: -64px; } } @@ -370,9 +364,9 @@ html { } .aboutsvg1 { - height: 90%; + height: 75%; display: flex; - width: 95%; + width: 92%; backdrop-filter: blur(10px); z-index: 3; } @@ -415,19 +409,19 @@ html { } } +@media (max-height: 550px) { + .abtp { + font-size: 1rem; + } +} + @media (max-width: 420px) { .circle1 { display: none; } .abtp { - font-size: 0.9rem; + font-size: 0.97rem; width: 80%; } } - -@media (max-height: 550px) { - .abtp { - font-size: 1rem; - } -} diff --git a/src/components/About/About.jsx b/src/components/About/About.jsx index e6e225b..129dd36 100644 --- a/src/components/About/About.jsx +++ b/src/components/About/About.jsx @@ -13,12 +13,15 @@ const About = () => {
- - - - - -

+ + + + + +

ABOUT

@@ -160,12 +163,13 @@ const About = () => { -

+

Level up your coding skills and slay real-world challenges! Whether you're a seasoned developer or a coding newbie, HFT is the place to collaborate with like-minded tech enthusiasts to build groundbreaking solutions.
+
Join us for a 24-hour coding marathon filled with caffeine, food, and endless possibilities. So, gather your squad and let's code a better tomorrow at Hack For Tomorrow! diff --git a/src/components/BlobAnimation.jsx b/src/components/BlobAnimation.jsx index 5eb0b05..c392f23 100644 --- a/src/components/BlobAnimation.jsx +++ b/src/components/BlobAnimation.jsx @@ -32,7 +32,7 @@ const BlobAnimation = () => { <>

topleft @@ -42,13 +42,13 @@ const BlobAnimation = () => { alt="constellation" /> */} bot-right - - - + + +
{ data-aos-duration="1100" > astro astro-mob diff --git a/src/components/FAQ/FAQ.jsx b/src/components/FAQ/FAQ.jsx index cc11d8d..db8fe59 100644 --- a/src/components/FAQ/FAQ.jsx +++ b/src/components/FAQ/FAQ.jsx @@ -43,12 +43,15 @@ const FAQ = () => { ]; return (
- +
bg {/* { const FooterSocials = [ + { + item: "Instagram", + link: "https://www.instagram.com/excelmec", + icon: FaInstagram, + }, { item: "Twitter", link: "https://x.com/excelmec", @@ -21,16 +31,16 @@ const Footer = () => { link: "https://www.facebook.com/excelmec", icon: FaFacebookF, }, - { - item: "Instagram", - link: "https://www.instagram.com/excelmec", - icon: FaInstagram, - }, { item: "LinkedIn", link: "https://www.linkedin.com/company/excelmec", icon: FaLinkedinIn, }, + { + item: "GMap", + link: "https://maps.app.goo.gl/PycGaWgidy8eDQsx9", + icon: FaMapMarkerAlt, + }, ]; return (