diff --git a/public/compsoc.png b/public/compsoc.png new file mode 100644 index 0000000..3c20892 Binary files /dev/null and b/public/compsoc.png differ diff --git a/public/swc.png b/public/swc.png new file mode 100644 index 0000000..31e383d Binary files /dev/null and b/public/swc.png differ diff --git a/public/vit.svg b/public/vit.svg new file mode 100644 index 0000000..fe71fd9 --- /dev/null +++ b/public/vit.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/app/globals.css b/src/app/globals.css index 5e8e862..9aac77c 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -68,46 +68,7 @@ body { background: linear-gradient(#0f1d29 23.04%, #114554 67.69%, #101019 90.29%); } -.timer-bg { - background: linear-gradient(90.13deg, #0d1732 3.26%, #0c2530 61.13%); -} - -.about-content { - border: 2px solid rgb(0, 8, 52); - - background: linear-gradient(90.13deg, #0d1732 3.26%, #0c2530 61.13%); - opacity: 1; - position: relative; -} - -.about-content::before { - position: absolute; - content: ""; - width: 100%; - height: 100%; - top: 0; - left: 0; - border-radius: 16px; - box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); - border: 1px solid rgba(3, 28, 84, 0.993); -} - -.event-content { - border: 2px solid rgb(0, 8, 52); - - background: linear-gradient(90.13deg, #0d1732 3.26%, #0c2530 61.13%); - opacity: 1; - position: relative; -} -.event-content::before { - content: ""; - top: 0; - left: 0; - border-radius: 16px; - box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); - border: 1px solid rgba(3, 28, 84, 0.993); -} .partial-border-gradient { background: linear-gradient( diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 16bdc57..e0cee97 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,9 +16,9 @@ export default function RootLayout({ return ( - + {/**/} {children} -