diff --git a/public/main_logo_transparent.png b/public/main_logo_transparent.png new file mode 100644 index 0000000..d90d713 Binary files /dev/null and b/public/main_logo_transparent.png differ diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index a4c960a..9e3cd8a 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -10,7 +10,7 @@ import RoughTape from "./RoughTape"; const EMAIL = "support@hexafalls.org"; const GDG_LINK = "https://gdg.community.dev/gdg-on-campus-jis-university-kolkata-india/"; const GITHUB_ORG = "https://github.com/hexafest"; -const MAIN_LOGO = "https://hexafalls.org/logos/main_logo.png"; +const MAIN_LOGO = "/main_logo_transparent.png?v=2"; const SOCIALS = [ { @@ -60,15 +60,6 @@ const SOCIALS = [ ), }, - { - name: "GitHub", - href: GITHUB_ORG, - icon: ( - - ), - }, ]; export default function Footer() { @@ -144,7 +135,7 @@ export default function Footer() {

- A wizarding hackathon, conjured by GDG on Campus · JIS University. + A wizarding hackathon, Conjuring by JIS University.
More scrolls of prophecy unfurling soon.

@@ -212,7 +203,9 @@ export default function Footer() { rel="noopener noreferrer" aria-label={s.label} className={`relative inline-flex h-9 w-9 items-center justify-center rounded-full border transition ${ - s.soon + s.color === "red" + ? "border-red-500/40 bg-red-500/10 text-red-500 hover:border-red-500/70 hover:bg-red-500/15 hover:shadow-[0_0_18px_rgba(239,68,68,0.3)]" + : s.soon ? "border-gold-hp/35 bg-gold-hp/10 text-gold-hp/85 hover:border-gold-hp/70 hover:bg-gold-hp/15 hover:shadow-[0_0_18px_rgba(212,175,55,0.3)]" : "border-cyan-hp/40 bg-cyan-hp/10 text-cyan-hp hover:border-cyan-hp/70 hover:bg-cyan-hp/15 hover:shadow-[0_0_18px_rgba(102,252,241,0.3)]" }`} @@ -227,7 +220,9 @@ export default function Footer() { > @@ -258,17 +253,10 @@ export default function Footer() {
The Order
- - GDG on Campus · JIS University - - - - join the chapter + Dept. of CSE • JIS University diff --git a/src/components/Socials.jsx b/src/components/Socials.jsx index b2cf032..1dbf89f 100644 --- a/src/components/Socials.jsx +++ b/src/components/Socials.jsx @@ -270,7 +270,7 @@ export default function Socials() { aria-label="HexaFalls home" > HexaFalls