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 = () => {
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 (
<>
-
+
>
);
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 = () => {
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;
}