From 4db9e11422c02119368c492e7bea7b76715cb309 Mon Sep 17 00:00:00 2001 From: shiv07-blip Date: Tue, 4 Mar 2025 19:23:35 +0530 Subject: [PATCH] Removed: Winter Theme --- .../AnimatedScrollButton/index.module.css | 14 +++++++------- components/StyledText/Glitter.module.css | 4 ++-- components/associations/association.module.css | 6 +++--- components/button/Button.module.css | 12 ++++++------ components/event/event.module.css | 12 ++++++------ components/navbar/Hamburger.module.css | 4 ++-- components/navbar/Navbar.js | 2 +- components/navbar/Navbar.module.css | 4 ++-- components/navbar/Sidebar.js | 2 +- components/screen/Screen.js | 4 ++-- components/socialsbar/SocialsBar.module.css | 4 ++-- components/sponsors/sponsors.module.css | 4 ++-- components/teams/Team.module.css | 18 +++++++++--------- components/video/Video.module.css | 6 +++--- pages/contact.js | 4 ++-- styles/global.css | 4 ++-- 16 files changed, 52 insertions(+), 52 deletions(-) diff --git a/components/AnimatedScrollButton/index.module.css b/components/AnimatedScrollButton/index.module.css index bf1f0d8..5a2f32d 100644 --- a/components/AnimatedScrollButton/index.module.css +++ b/components/AnimatedScrollButton/index.module.css @@ -12,11 +12,11 @@ } .mouse:hover { - /* @apply border-blue; */ - /* box-shadow: 0px 0px 14px 1px rgb(36 172 255); */ + @apply border-blue; + box-shadow: 0px 0px 14px 1px rgb(36 172 255); /* For Christmas theme */ - @apply border-golden; - box-shadow: 0px 0px 14px 1px #ffed79; + /* @apply border-golden; */ + /* box-shadow: 0px 0px 14px 1px #ffed79; */ } .cursor { @@ -30,10 +30,10 @@ } .mouse:hover .cursor { - /* @apply bg-blue; */ + @apply bg-blue; /* For Christmas Theme */ - @apply bg-golden; - animation: none; + /* @apply bg-golden; */ + /* animation: none; */ } @keyframes scrollDown { diff --git a/components/StyledText/Glitter.module.css b/components/StyledText/Glitter.module.css index 7e7b01e..f3590aa 100644 --- a/components/StyledText/Glitter.module.css +++ b/components/StyledText/Glitter.module.css @@ -15,9 +15,9 @@ position: absolute; bottom: 0; left: 0; - /* background: linear-gradient(to right, transparent, #24acff); */ + background: linear-gradient(to right, transparent, #24acff); /* For christmas theme */ - background: linear-gradient(to right, transparent, rgb(255, 237, 121)); + /* background: linear-gradient(to right, transparent, rgb(255, 237, 121)); */ height: 3px; width: 100%; animation: animate 2s linear infinite; diff --git a/components/associations/association.module.css b/components/associations/association.module.css index 1af5a72..27fb768 100644 --- a/components/associations/association.module.css +++ b/components/associations/association.module.css @@ -30,10 +30,10 @@ height: 130%; width: 130%; border-radius: 50%; - /* background: linear-gradient(90deg, #00ccff, #98e8fc); */ + background: linear-gradient(90deg, #00ccff, #98e8fc); /* For Christmas Theme */ - background: linear-gradient(90deg, #ffa776, #ffed79); - opacity: 0.25; + /* background: linear-gradient(90deg, #ffa776, #ffed79); */ + /* opacity: 0.25; */ } .associationMenuItem:hover::before { diff --git a/components/button/Button.module.css b/components/button/Button.module.css index 5ce9a93..2633aa8 100644 --- a/components/button/Button.module.css +++ b/components/button/Button.module.css @@ -13,11 +13,11 @@ width: 0; height: 0; border-radius: 50%; - /* background: rgb(51, 121, 238); */ - /* background: radial-gradient(circle, rgba(51, 121, 238, 1) 0%, rgba(36, 172, 255, 1) 100%); */ + background: rgb(51, 121, 238); + background: radial-gradient(circle, rgba(51, 121, 238, 1) 0%, rgba(36, 172, 255, 1) 100%); /* For Christmas Theme */ - background: #ffed79; - background: radial-gradient(circle, #ffa776 0%, #ffed79, 100%); + /* background: #ffed79; */ + /* background: radial-gradient(circle, #ffa776 0%, #ffed79, 100%); */ transition: width 0.5s, height 0.5s; } @@ -25,10 +25,10 @@ border-color: transparent; } /* Below span tag styling is For christmas Theme */ -.rippleButton:hover > span { +/* .rippleButton:hover > span { transition: 150ms; @apply text-primary; -} +} */ .rippleButton:hover::before { height: 400px; diff --git a/components/event/event.module.css b/components/event/event.module.css index bd02813..43c4e79 100644 --- a/components/event/event.module.css +++ b/components/event/event.module.css @@ -16,9 +16,9 @@ transition: transform ease 250ms; border-radius: 0.5rem; overflow: hidden; - /* box-shadow: 0 0 5px 1px hsl(203, 100%, 57%); */ + box-shadow: 0 0 5px 1px hsl(203, 100%, 57%); /* For Christmas Theme */ - box-shadow: 0 0 5px 1px #ffed79; + /* box-shadow: 0 0 5px 1px #ffed79; */ } .card:hover { @@ -69,9 +69,9 @@ top: 100%; height: 3px; width: calc(100% + 2.5rem); - /* background: hsl(203, 100%, 57%); */ + background: hsl(203, 100%, 57%); /* For Christmas Theme */ - background: #FFED79; + /* background: #FFED79; */ transform: scaleX(0); transition: transform 200ms ease; transform-origin: left; @@ -92,8 +92,8 @@ text-decoration: none; color: black; /* For Christmas Theme */ - background: #ffed79; - /* background: hsl(203, 100%, 57%); */ + /* background: #ffed79; */ + background: hsl(203, 100%, 57%); padding: 0.5em 1.25em; border-radius: 0.25rem; } diff --git a/components/navbar/Hamburger.module.css b/components/navbar/Hamburger.module.css index 0a2ad3b..ca72f7a 100644 --- a/components/navbar/Hamburger.module.css +++ b/components/navbar/Hamburger.module.css @@ -42,9 +42,9 @@ } .navLink:hover { - /* @apply text-blue; */ + @apply text-blue; /* For Christmas Theme */ - @apply text-golden; + /* @apply text-golden; */ } .navLink:hover::after { diff --git a/components/navbar/Navbar.js b/components/navbar/Navbar.js index 8ac4ad3..ea32e33 100644 --- a/components/navbar/Navbar.js +++ b/components/navbar/Navbar.js @@ -4,7 +4,7 @@ import { HiMenuAlt4 } from 'react-icons/hi'; import Image from 'next/image'; import Link from 'next/link'; import styles from './Navbar.module.css'; -import Logo from '../../assets/christmas_theme/christmas-theme-logo.png'; +import Logo from '../../assets/hncc-logo.png'; import Button from '../button/Button'; import Sidebar from './Sidebar'; diff --git a/components/navbar/Navbar.module.css b/components/navbar/Navbar.module.css index 083e910..9d3579f 100644 --- a/components/navbar/Navbar.module.css +++ b/components/navbar/Navbar.module.css @@ -27,10 +27,10 @@ width: fit-content; } .navbarList > .navLink:hover { - /* @apply text-blue font-medium; */ + @apply text-blue font-medium; /* For christmas theme */ - @apply text-golden font-medium; + /* @apply text-golden font-medium; */ } .humburgerMenu { diff --git a/components/navbar/Sidebar.js b/components/navbar/Sidebar.js index 2e6d0da..f925915 100644 --- a/components/navbar/Sidebar.js +++ b/components/navbar/Sidebar.js @@ -4,7 +4,7 @@ import { CgClose } from 'react-icons/cg'; import Image from 'next/image'; import Link from 'next/link'; import styles from './Hamburger.module.css'; -import Logo from '../../assets/christmas_theme/christmas-theme-logo.png'; +import Logo from '../../assets/hncc-logo.png'; import Button from '../button/Button'; const SpanStyle = { diff --git a/components/screen/Screen.js b/components/screen/Screen.js index 2f85898..89ad6b3 100644 --- a/components/screen/Screen.js +++ b/components/screen/Screen.js @@ -1,5 +1,5 @@ import { useEffect } from 'react'; -import ParticleBackground from '../../assets/christmas_theme/ParticlesBg'; +// import ParticleBackground from '../../assets/christmas_theme/ParticlesBg'; import Footer from '../footer/Footer'; import Navbar from '../navbar/Navbar'; import SocialsBar from '../socialsbar/SocialsBar'; @@ -23,7 +23,7 @@ function Screen({ children }) {
{/* For Christmas Theme */} - + {/* */} {children} diff --git a/components/socialsbar/SocialsBar.module.css b/components/socialsbar/SocialsBar.module.css index 9a57df4..03c1101 100644 --- a/components/socialsbar/SocialsBar.module.css +++ b/components/socialsbar/SocialsBar.module.css @@ -12,7 +12,7 @@ } .socialsBarIcons:hover { @apply text-blue-light; - /* fill: rgb(56, 200, 236) !important; */ + fill: rgb(56, 200, 236) !important; /* For christmas theme */ - fill: rgb(255, 237, 121) !important; + /* fill: rgb(255, 237, 121) !important; */ } diff --git a/components/sponsors/sponsors.module.css b/components/sponsors/sponsors.module.css index 99e266b..b68ec96 100644 --- a/components/sponsors/sponsors.module.css +++ b/components/sponsors/sponsors.module.css @@ -27,9 +27,9 @@ height: 160%; min-height: calc(100% + 50px); width: 50%; - /* background: linear-gradient(#00ccff, #98e8fc); */ + background: linear-gradient(#00ccff, #98e8fc); /* For christmas theme */ - background: linear-gradient(rgb(255, 237, 121), rgb(253, 244, 186)); + /* background: linear-gradient(rgb(255, 237, 121), rgb(253, 244, 186)); */ animation: animate 4s linear infinite; opacity: 0.25; transition: all 400ms ease-in-out; diff --git a/components/teams/Team.module.css b/components/teams/Team.module.css index 5592665..6fdc1f4 100644 --- a/components/teams/Team.module.css +++ b/components/teams/Team.module.css @@ -1,20 +1,20 @@ .card { @apply p-4 relative flex flex-col justify-center items-center overflow-hidden rounded-2xl; min-height: 350px; - /* background: rgb(0, 204, 255); */ + background: rgb(0, 204, 255); /* For christmas theme */ - background: rgb(255, 237, 121); + /* background: rgb(255, 237, 121); background: linear-gradient( 45deg, rgba(255, 237, 121, 0.44861694677871145) 0%, rgba(253, 244, 186, 0.4) 100% - ); - /* background: linear-gradient( + ); */ + background: linear-gradient( 45deg, rgba(0, 204, 255, 0.44861694677871145) 0%, rgba(152, 232, 252, 0.4) 100% ); - transition: all 300ms ease-in-out;*/ + transition: all 300ms ease-in-out; } .cardContainer { @@ -29,9 +29,9 @@ .card::before { @apply absolute w-32; content: ''; - /* background: linear-gradient(#00ccff, #98e8fc); */ + background: linear-gradient(#00ccff, #98e8fc); /* For christmas theme */ - background: linear-gradient(#ffed79, #ffa776); + /* background: linear-gradient(#ffed79, #ffa776); */ animation: animate 4s linear infinite; height: 140%; opacity: 0; @@ -53,9 +53,9 @@ } .socials > a:hover > svg { - /* fill: #51bcff; */ + fill: #51bcff; /* For Christmas theme */ - fill: rgb(255, 237, 121); + /* fill: rgb(255, 237, 121); */ } .postHead { diff --git a/components/video/Video.module.css b/components/video/Video.module.css index 3984b81..dbc2e23 100644 --- a/components/video/Video.module.css +++ b/components/video/Video.module.css @@ -3,8 +3,8 @@ height: 90vh; @apply sm:h-auto; /* For christmas theme */ - background: url('../../assets/christmas_theme/background3.png'); - background-size: cover; + /* background: url('../../assets/christmas_theme/background3.png'); */ + /* background-size: cover; */ } .GRADIENT { @@ -22,7 +22,7 @@ height: 100%; overflow: hidden; /* For christmas theme */ - background: linear-gradient(90.28deg, #ffed79 1.18%, #ffa776 98.69%); + /* background: linear-gradient(90.28deg, #ffed79 1.18%, #ffa776 98.69%); */ background-clip: text; color: transparent; } diff --git a/pages/contact.js b/pages/contact.js index 7e3710c..e9cebe6 100644 --- a/pages/contact.js +++ b/pages/contact.js @@ -98,8 +98,8 @@ function ContactUs() {