diff --git a/src/assets/data/FooterContent.js b/src/assets/data/FooterContent.js index e4634af..a6bda58 100644 --- a/src/assets/data/FooterContent.js +++ b/src/assets/data/FooterContent.js @@ -11,22 +11,27 @@ const footerContent = { { icon: github_logo, link: "https://github.com/hack4bengal", + name:"github_logo" }, { icon: instagram_logo, link: "https://www.instagram.com/hack4bengal", + name:"instagram_logo" }, { icon: twitter_logo, link: "https://twitter.com/hack4bengal", + name:"twitter_logo" }, { icon: facebook_logo, link: "https://www.facebook.com/Hack4Bengal", + name:"facebook_logo" }, { icon: linkedin_logo, link: "https://www.linkedin.com/company/hack4bengal", + name:"linkedin_logo" }, ], links: [ diff --git a/src/components/private/about/About.jsx b/src/components/private/about/About.jsx index dfb5677..db7a20a 100644 --- a/src/components/private/about/About.jsx +++ b/src/components/private/about/About.jsx @@ -21,11 +21,11 @@ const About = () => {
-

+

Hack4Bengal empowers all fields to showcase creativity in solving real-life problems for a brighter future.

-

+

Join us for the reinvigorated Hack4Bengal! From three enthusiasts in 2021 to a thriving community of over 3000 developers, our mission is to empower tech talents. This time, we're taking it @@ -41,8 +41,8 @@ const About = () => { speed={50} direction="right" > - two - three + a large group of people sitting in a room + a group of people standing on a stage { speed={50} direction="left" > - four - five - six + a group of people posing for a photo + a group of people standing on a stage + a group of people standing in a room

@@ -99,8 +99,8 @@ const About = () => { speed={50} direction="right" > - two - three + a large group of people sitting in a room + a group of people standing on a stage { speed={50} direction="left" > - four - four - four + a group of people posing for a photo + a group of people sitting in a room with computers + a sign on a building
diff --git a/src/components/private/about/About.scss b/src/components/private/about/About.scss index 98bd69c..c8b895d 100644 --- a/src/components/private/about/About.scss +++ b/src/components/private/about/About.scss @@ -21,12 +21,12 @@ h1 { font-weight: 900; font-size: 120px; - color: rgba(255, 255, 255, 0.06); + color: rgba(112, 112, 112); position: absolute; transform: translate(-50%, -50%); left: 259px; top: 16px; - z-index: 2; + z-index: -2; @media screen and (max-width: 576px) { font-size: 73px; @@ -47,6 +47,13 @@ } } + + + .light{ + color: rgba(240, 0, 0); + } + + .about__content { display: flex; align-items: start; @@ -64,6 +71,11 @@ p { font-size: 1rem; } + + .light{ + color: #FF6161; + } + } p { @@ -71,10 +83,8 @@ font-weight: 500; font-family: var(--body-font); - &:nth-of-type(1) { - color: var(--h4bred); - margin-bottom: 1rem; - } + + } h2 { @@ -119,7 +129,7 @@ font-size: 34px; font-weight: 700; font-family: var(--heading-font); - color: var(--h4bred); + color: rgba(240, 0, 0); } span { diff --git a/src/components/private/faq/FAQ.jsx b/src/components/private/faq/FAQ.jsx index af9c356..79bb4b7 100644 --- a/src/components/private/faq/FAQ.jsx +++ b/src/components/private/faq/FAQ.jsx @@ -5,7 +5,7 @@ import "./FAQ.scss"; const Faq = () => { return ( -
+
@@ -73,10 +73,11 @@ const Faq = () => { href="https://discord.com/invite/hack4bengal-2-0-920970750154899476" target="_blank" rel="noopener noreferrer" + > - https://discord.com/invite/hack4bengal-2-0-920970750154899476 + in #🎫ticket-support - ) in #🎫ticket-support or email us at hack4bengal@gmail.com! + ) or email us at hack4bengal@gmail.com!

diff --git a/src/components/private/faq/FAQ.scss b/src/components/private/faq/FAQ.scss index 6beb4d9..bfd10c1 100644 --- a/src/components/private/faq/FAQ.scss +++ b/src/components/private/faq/FAQ.scss @@ -91,7 +91,7 @@ } p { - color: #646464; + color: #969696; font-family: var(--heading-font); font-size: 0.93563rem; font-style: normal; @@ -147,7 +147,7 @@ } p { - color: #646464; + color: #969696; font-family: var(--heading-font); font-size: 0.93563rem; font-style: normal; @@ -239,7 +239,7 @@ } p { - color: #646464; + color: #969696; font-family: var(--heading-font); font-size: 0.93563rem; font-style: normal; @@ -296,7 +296,7 @@ } p { - color: #646464; + color: #969696; font-family: var(--heading-font); font-size: 0.93563rem; font-style: normal; @@ -354,7 +354,7 @@ } p { - color: #646464; + color: #969696; font-family: var(--heading-font); font-size: 0.93563rem; font-style: normal; @@ -452,7 +452,7 @@ } p { - color: #646464; + color: #969696; font-family: var(--heading-font); font-size: 0.93563rem; font-style: normal; @@ -464,7 +464,7 @@ } a { - color: #646464; + color: #969696; font-family: var(--heading-font); font-size: 0.93563rem; font-style: normal; diff --git a/src/components/private/landing/Landing.jsx b/src/components/private/landing/Landing.jsx index 7b3e8e5..38d53d8 100644 --- a/src/components/private/landing/Landing.jsx +++ b/src/components/private/landing/Landing.jsx @@ -50,7 +50,7 @@ const Landing = () => { diff --git a/src/components/private/mentors/singleMentors/SingleMentors.jsx b/src/components/private/mentors/singleMentors/SingleMentors.jsx index 6c0326e..7f53900 100644 --- a/src/components/private/mentors/singleMentors/SingleMentors.jsx +++ b/src/components/private/mentors/singleMentors/SingleMentors.jsx @@ -19,7 +19,8 @@ const SingleMentors = ({ mentor }) => {
- { target="_blank" rel="noopener noreferrer" > - { return ( <>
- {sponsor?.img} + {sponsor?.name}
); diff --git a/src/components/private/testimonials/Testimonials.jsx b/src/components/private/testimonials/Testimonials.jsx index 5556005..f743177 100644 --- a/src/components/private/testimonials/Testimonials.jsx +++ b/src/components/private/testimonials/Testimonials.jsx @@ -18,7 +18,7 @@ const Testimonials = () => { > {testimonials?.slice(0, 3).map((item, index) => { return ( -
+

{item?.testimonial}

diff --git a/src/components/private/testimonials/Testimonials.scss b/src/components/private/testimonials/Testimonials.scss index aaf0fd3..fbc512b 100644 --- a/src/components/private/testimonials/Testimonials.scss +++ b/src/components/private/testimonials/Testimonials.scss @@ -50,10 +50,11 @@ font-size: 1.2rem; font-weight: 700; line-height: 1; - color: var(--h4bred); + color: #FF1F1F; @media screen and (max-width: 576px) { font-size: 1rem; + color: #FF6161; } } diff --git a/src/components/shared/comingsoon/ComingSoon.scss b/src/components/shared/comingsoon/ComingSoon.scss index 98f04dd..ecf38d8 100644 --- a/src/components/shared/comingsoon/ComingSoon.scss +++ b/src/components/shared/comingsoon/ComingSoon.scss @@ -5,7 +5,7 @@ margin-top: 8rem; @media screen and (max-width: 576px) { - margin-top: 4rem; + margin-top: 4rem; } h1 { @@ -15,7 +15,7 @@ text-align: center; letter-spacing: 0em; font-family: var(--heading-font); - color: var(--h4bred); + color: #F00000; @media screen and (max-width: 576px) { font-size: 1.5rem; diff --git a/src/components/shared/footer/Footer.jsx b/src/components/shared/footer/Footer.jsx index feb8c99..82021ee 100644 --- a/src/components/shared/footer/Footer.jsx +++ b/src/components/shared/footer/Footer.jsx @@ -9,7 +9,7 @@ const Footer = () => {
-
{
+ {/* footer_bg */} diff --git a/src/components/shared/footer/Footer.scss b/src/components/shared/footer/Footer.scss index a63be6b..8f40aeb 100644 --- a/src/components/shared/footer/Footer.scss +++ b/src/components/shared/footer/Footer.scss @@ -79,11 +79,11 @@ } .footer__content__bottom__mailhead { - color: #737373; + color: #969696; } .footer__content__bottom__mail { - color: var(--h4bred); + color: #FF6161; text-transform: lowercase; transition: all 0.2s ease-in-out; diff --git a/src/components/shared/header/Header.scss b/src/components/shared/header/Header.scss index dd945bc..e6b7c45 100644 --- a/src/components/shared/header/Header.scss +++ b/src/components/shared/header/Header.scss @@ -10,12 +10,12 @@ h1 { font-weight: 900; - color: rgba(255, 255, 255, 0.06); + color: rgba(112, 112, 112); position: absolute; transform: translate(-50%, -50%); left: 50%; top: 20%; - z-index: 2; + z-index: -2; &::after { content: ""; diff --git a/src/components/shared/navbar/Navbar.jsx b/src/components/shared/navbar/Navbar.jsx index 22e2542..3ab0417 100644 --- a/src/components/shared/navbar/Navbar.jsx +++ b/src/components/shared/navbar/Navbar.jsx @@ -59,7 +59,7 @@ const Navbar = () => { return (
+ {
Developed By - logo + hack4bengal_logo
diff --git a/src/pages/brand/brandcard/BrandCard.jsx b/src/pages/brand/brandcard/BrandCard.jsx index 425f41a..8e7d1f0 100644 --- a/src/pages/brand/brandcard/BrandCard.jsx +++ b/src/pages/brand/brandcard/BrandCard.jsx @@ -15,7 +15,7 @@ function BrandCard({ brandItem }) {
- PNG + Download PNG
diff --git a/src/styles/Globals.scss b/src/styles/Globals.scss index 2a69071..1af738a 100644 --- a/src/styles/Globals.scss +++ b/src/styles/Globals.scss @@ -13,7 +13,7 @@ html { --heading-font: "Montserrat", sans-serif; --body-font: "Poppins", sans-serif; --marquee-font: "Geo", sans-serif; - --h4bred: #ff1717; + --h4bred: #B30000; --text-color: white; --alt-color: #dcdcdc; }