Skip to content

Commit

Permalink
[FIX]: Changes made to collaborations
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes authored Jan 10, 2024
2 parents 6f2448e + 261410b commit d0ab460
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 18 deletions.
5 changes: 2 additions & 3 deletions src/assets/data/CollaboratorsContent.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import wbgov from "../images/CollaboratorsImages/wbgov.webp";
import wbgovcs from "../images/CollaboratorsImages/wbgovcs.webp";

import brb from "../images/CollaboratorsImages/brb.webp";
import dataverseos from "../images/CollaboratorsImages/dataverseos.webp";
import devfestsiliguri2023 from "../images/CollaboratorsImages/devfestsiliguri2023.webp";
Expand All @@ -13,6 +10,8 @@ import kolkatafoss from "../images/CollaboratorsImages/kolkatafoss.webp";
import kolkatapolygonguild from "../images/CollaboratorsImages/kolkatapolygonguild.webp";
import nftday from "../images/CollaboratorsImages/nftday.webp";
import nordek from "../images/CollaboratorsImages/nordek.webp";
import wbgov from "../images/CollaboratorsImages/wbgov.webp";
import wbgovcs from "../images/CollaboratorsImages/wbgovcs.webp";
import web3reinvent from "../images/CollaboratorsImages/web3reinvent.webp";

const collaborators = [
Expand Down
Binary file modified src/assets/images/CollaboratorsImages/brb.webp
Binary file not shown.
Binary file modified src/assets/images/CollaboratorsImages/hackthisfall.webp
Binary file not shown.
Binary file modified src/assets/images/CollaboratorsImages/hackverse.webp
Binary file not shown.
Binary file modified src/assets/images/CollaboratorsImages/kolkatafoss.webp
Binary file not shown.
Binary file modified src/assets/images/CollaboratorsImages/web3reinvent.webp
Binary file not shown.
Binary file modified src/assets/images/SponsorImages/celo.webp
Binary file not shown.
2 changes: 2 additions & 0 deletions src/components/private/about/About.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@

&:nth-of-type(1) {
color: var(--h4bred);
margin-bottom: 1rem;
}
}

Expand All @@ -81,6 +82,7 @@
margin-top: 2rem;
font-weight: 700;
margin-bottom: 2rem;
font-size: 34px;
}

.about__metrics {
Expand Down
9 changes: 1 addition & 8 deletions src/components/private/landing/Landing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,10 @@ const Landing = () => {
<Button
type="solid"
to={"https://discord.gg/hack4bengal-2-0-920970750154899476"}
fs={"19px"}
fm={"14px"}
>
Join Discord
</Button>
<Button
type="outline"
fs={"1.2rem"}
fm={"14px"}
to={"https://forms.gle/pXk7cvKB9CTvhCbQ9"}
>
<Button type="outline" to={"https://forms.gle/pXk7cvKB9CTvhCbQ9"}>
Pre-register
</Button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/private/landing/Landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
h1 {
font-weight: 700;
font-size: clamp(2.1rem, 7vw, 3.8rem);
line-height: 1;
line-height: 1.4;
}

h2 {
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
border: 3px solid var(--h4bred);
font-family: var(--heading-font);
text-transform: uppercase;
padding: 0.4rem 3rem;
padding: 0.55rem 3rem;
font-size: 17px;
color: var(--text-color);
border-radius: 20px;
Expand Down
6 changes: 1 addition & 5 deletions src/components/shared/footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,7 @@ const Footer = () => {
</div>
<span className="footer__bg_overlay" />
<div className="footer__bg">
<img
className="footer_bg__img"
src="https://www.hack4bengal.tech/assets/footer_bg-5b4bb7e1.svg"
alt="footer_bg"
/>
{/* <img className="footer_bg__img" src={footer_bg} alt="footer_bg" /> */}
<span className="footer__bg__left" />
<span className="footer__bg__right" />
</div>
Expand Down

0 comments on commit d0ab460

Please sign in to comment.