Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
7c71f5c
club purge
myr124 May 13, 2026
3dddadc
cleared home page and implemented new navbar (need to make coloring a…
myr124 May 13, 2026
8be527e
changes to navbar, radial dot pattern in globals
myr124 May 13, 2026
c9ec4b0
changed regular divs to shadcn buttons with styling (we could do css …
myr124 May 13, 2026
450b25d
took button styles from tailwind and css classes so we can reuse the …
myr124 May 13, 2026
14519d1
added routes for pages
myr124 May 13, 2026
99ee642
fine tuning gradients (they still suck)
myr124 May 13, 2026
422f223
moved navbar and bg to layout
myr124 May 14, 2026
6bf17dd
made coderabbit changes, mobile nav, breakpoint fixes for buttons
myr124 May 16, 2026
ee10cdf
[#447] Add hackathon timeline page (#453)
azizu06 Jun 7, 2026
140cdf0
club site merger and pages complete
Adr1an04 Jun 11, 2026
804ce84
pfps, sponsors, all images in r2
Adr1an04 Jun 14, 2026
98e3662
got rid of bios, added linkedin
cataladev Jun 15, 2026
f8183fe
animations & slight edit of sponsors
cataladev Jun 15, 2026
3b1697f
update or smth
kwaiidev Jun 15, 2026
15e6a8a
fixed bug and added some more companies + embedded links
kwaiidev Jun 15, 2026
b100212
dependency stuff or something
kwaiidev Jun 15, 2026
6bf71eb
anims fixing, finishing blade connection, alex feedback fixes, club s…
Adr1an04 Jun 16, 2026
9473cca
fix format issues
Adr1an04 Jun 16, 2026
fc91dd0
there is so much poopy in my diapy (daniel fixes)
kwaiidev Jun 16, 2026
aa3e4dd
small fix for checks
kwaiidev Jun 16, 2026
9576192
blade realign to main and clean up trpc procedures
Adr1an04 Jun 17, 2026
27020ef
formatting and linting
Adr1an04 Jun 17, 2026
738d1ef
removing old images from public -14mb or so and correcting some error…
Adr1an04 Jun 17, 2026
83a939c
Merge remote-tracking branch 'origin/main' into club/new-site
Adr1an04 Jun 18, 2026
83d3628
renamed things, changed hackathon links, and fixed concerns
Adr1an04 Jun 21, 2026
f563091
touch up for redirect
Adr1an04 Jun 21, 2026
2e81443
mobile layout fix for home
Adr1an04 Jun 21, 2026
d37637c
dialog for art credit changes
Adr1an04 Jun 21, 2026
36c2e8c
remove hardcoded team logic
DVidal1205 Jun 21, 2026
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
Binary file removed apps/bloomknights/public/event-banner.png
Binary file not shown.
25 changes: 22 additions & 3 deletions apps/club/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,32 @@ const config = {
reactStrictMode: true,
images: {
unoptimized: true,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical: why are images unoptimized? we should just remove this line and rely on the remote patterns and cdn r2

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

codex say bad. jason not know enough to no agree

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

codex also say bad. michael don't know web

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

56f140d safe to remove me think

remotePatterns: [
{
protocol: "https",
hostname: "assets.knighthacks.org",
},
{
protocol: "https",
hostname: "cdn.discordapp.com",
},
{
protocol: "https",
hostname: "media.discordapp.net",
},
{
protocol: "https",
hostname: "minio-g0soogg4gs8gwcggw4ococok.knighthacks.org",
},
{
protocol: "https",
hostname: "minio-y44gsgsskc4ko4kkwsg0csoc.135.237.97.107.sslip.io",
},
],
},

/** Enables hot reloading for local packages without a build step */
transpilePackages: ["@forge/ui"],

/** We already do linting and typechecking as separate tasks in CI */
typescript: { ignoreBuildErrors: true },
};

export default config;
11 changes: 3 additions & 8 deletions apps/club/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,16 @@
},
"dependencies": {
"@forge/api": "workspace:*",
"@forge/auth": "workspace:*",
"@forge/consts": "workspace:*",
"@forge/db": "workspace:*",
"@forge/ui": "workspace:*",
"@forge/utils": "workspace:*",
"@gsap/react": "^2.1.2",
"@svgr/webpack": "^8.1.0",
"@trpc/client": "catalog:",
"framer-motion": "^12.34.3",
"geist": "^1.7.0",
"gsap": "^3.14.2",
"lucide-react": "^0.575.0",
"next": "^16.2.7",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"rsuite": "^6.1.2",
"react-icons": "^5.5.0",
"superjson": "2.2.6",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
Expand Down
Binary file removed apps/club/public/community.jpg
Binary file not shown.
Binary file removed apps/club/public/community.png
Binary file not shown.
40 changes: 0 additions & 40 deletions apps/club/public/container.svg

This file was deleted.

221 changes: 0 additions & 221 deletions apps/club/public/eng-major-container.svg

This file was deleted.

1 change: 0 additions & 1 deletion apps/club/public/file.svg

This file was deleted.

1 change: 0 additions & 1 deletion apps/club/public/globe.svg

This file was deleted.

124 changes: 0 additions & 124 deletions apps/club/public/hackathon-count.svg

This file was deleted.

Binary file removed apps/club/public/hackathon.JPG
Binary file not shown.
Binary file added apps/club/public/hackathons/kh-history-hero.webp
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 apps/club/public/hero/club-hero-poster.webp
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 apps/club/public/hero/club-hero.mp4
Binary file not shown.
Binary file added apps/club/public/hero/club-hero.webm
Binary file not shown.
Loading
Loading