Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"react-firebase-hooks": "^5.1.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-use-measure": "^2.1.7",
"recharts": "^2.15.1",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
Expand Down
Binary file removed public/hero/h1.png
Binary file not shown.
Binary file removed public/hero/h2.png
Binary file not shown.
Binary file removed public/hero/h3.png
Binary file not shown.
Binary file removed public/hero/h4.png
Binary file not shown.
Binary file removed public/hero/h5.png
Binary file not shown.
Binary file added public/hero/hero-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/hero/hero1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/hero/hero2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/hero/hero3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/hero/hero4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/hero/hero5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/hero/hero6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/hero/hero7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/hero/hero8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/hero/hero9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/hero/lights.png
Binary file not shown.
265 changes: 0 additions & 265 deletions public/hero/mobo.svg

This file was deleted.

24 changes: 0 additions & 24 deletions public/images/login-bg.svg

This file was deleted.

48 changes: 0 additions & 48 deletions public/landing/background.svg

This file was deleted.

Binary file modified public/landing/logos/meta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/landing/logos/microsoft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/landing/logos/nvidia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/landing/logos/roblox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/landing/logos/samsung.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/landing/logos/ukg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 18 additions & 32 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,6 @@ body {
background-repeat: no-repeat;
}

.noise-bg {
position: fixed;
inset: 0;
z-index: 1;
pointer-events: none;
opacity: 0.02;
background:
repeating-radial-gradient(#fff 0 0.0001%, #000 0 0.0002%) 50% 0/2500px
2500px,
repeating-conic-gradient(#fff 0 0.0001%, #000 0 0.0002%) 50% 50%/2500px
2500px;
background-blend-mode: difference;
}

.monthly-event {
background: radial-gradient(
138.71% 110.11% at 93.15% -36.58%,
Expand Down Expand Up @@ -80,7 +66,7 @@ body {

.hero-btn:hover {
/* Apply a full (all-around) shadow with #79C7FD */
box-shadow: 0 0 20px 5px rgba(121, 199, 253, 0.7);
box-shadow: 0 0 16px 4px rgba(121, 199, 253, 0.7);
}

.hero-fade {
Expand All @@ -91,26 +77,26 @@ body {
background: linear-gradient(0deg, #080d1400 0%, #080d14 100%);
}

/* Custom minimalist scrollbar */
.custom-scrollbar::-webkit-scrollbar {
width: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
background: transparent;
}
/* infinite carousel */

.custom-scrollbar::-webkit-scrollbar-thumb {
background: rgba(59, 130, 246, 0.2);
border-radius: 4px;
.scroller-list {
list-style: none;
flex-shrink: 0;
min-width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
gap: 16px;
animation: scroll 20s linear infinite;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
background: rgba(59, 130, 246, 0.5);
.scroller-container:hover .scroller-list{
animation-play-state: paused;
}

/* Firefox */
.custom-scrollbar {
scrollbar-width: thin;
scrollbar-color: rgba(59, 130, 246, 0.2) transparent;
}
@keyframes scroll {
to {
transform: translateX(calc(-100% - 16px));
}
}
Binary file removed src/app/icon.ico
Binary file not shown.
Binary file added src/app/icon.png
Loading