diff --git a/assets/christmas_theme/background3.png b/assets/christmas_theme/background3.png new file mode 100644 index 0000000..477fd34 Binary files /dev/null and b/assets/christmas_theme/background3.png differ diff --git a/assets/christmas_theme/christmas-theme-logo.png b/assets/christmas_theme/christmas-theme-logo.png new file mode 100644 index 0000000..35a35bc Binary files /dev/null and b/assets/christmas_theme/christmas-theme-logo.png differ diff --git a/components/button/Button.module.css b/components/button/Button.module.css index a0792d0..fd1ae44 100644 --- a/components/button/Button.module.css +++ b/components/button/Button.module.css @@ -1,7 +1,10 @@ .rippleButton { - @apply text-lg inline-block overflow-hidden relative rounded-full px-10 py-[13px] cursor-pointer; + /* @apply text-lg inline-block overflow-hidden relative rounded-full px-10 py-[13px] cursor-pointer; */ + @apply text-lg inline-block overflow-hidden relative px-10 py-[13px] cursor-pointer; border: 1px solid rgba(255, 255, 255, 0.2); transition: border-color 0.4s; + border-radius: 10px; + /* background: linear-gradient(90.28deg, #ffed79 1.18%, #ffa776 98.69%); */ } .rippleButton::before { @@ -14,12 +17,9 @@ 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: radial-gradient(circle, #ffed79 1.18%, #ffa776 98.69%); transition: width 0.5s, height 0.5s; + /* background: linear-gradient(90.28deg, #ffed79 1.18%, #ffa776 98.69%); */ } .rippleButton:hover { diff --git a/components/navbar/Navbar.js b/components/navbar/Navbar.js index e3f11f0..c57041d 100644 --- a/components/navbar/Navbar.js +++ b/components/navbar/Navbar.js @@ -4,7 +4,9 @@ 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/hncc-logo.png'; +// import Logo from '../../assets/hncc-logo.png'; +// this is the logo for the current theme +import Logo from '../../assets/christmas_theme/christmas-theme-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 fe5bf52..a22695a 100644 --- a/components/navbar/Navbar.module.css +++ b/components/navbar/Navbar.module.css @@ -5,8 +5,8 @@ @apply sm:px-6; @apply xs:px-3; background-color: rgba(24, 30, 35, 0.45); + /* background-color: transparent; */ backdrop-filter: blur(8px); - overflow-x: hidden; } .navTitle { @@ -28,7 +28,7 @@ width: fit-content; } .navbarList > .navLink:hover { - @apply text-blue font-medium; + @apply text-golden font-medium; } .humburgerMenu { diff --git a/components/socialsbar/SocialsBar.module.css b/components/socialsbar/SocialsBar.module.css index 4eff55f..d1e6bb3 100644 --- a/components/socialsbar/SocialsBar.module.css +++ b/components/socialsbar/SocialsBar.module.css @@ -12,5 +12,8 @@ } .socialsBarIcons:hover { @apply text-blue-light; - fill: rgb(56, 200, 236) !important; + fill: rgb(255, 237, 121) !important; + + /* background: radial-gradient(circle, #ffed79 1.18%, #ffa776 98.69%); + overflow: hidden; */ } diff --git a/components/video/Video.js b/components/video/Video.js index e79523c..140827a 100644 --- a/components/video/Video.js +++ b/components/video/Video.js @@ -85,6 +85,7 @@ function Video() { )} +