14 Commits

Author SHA1 Message Date
51e5af7746 I've begun refactoring the homepage, changing the NAV and am trying to restyle the site with more modern sensibilities.
Some checks are pending
Build and Push to Docker Hub / Push Docker image to Docker Hub (push) Waiting to run
Build and Push Docker Image / build-and-push (push) Waiting to run
2025-08-19 04:12:13 -06:00
98a4c8f7db Fixed uploading and database integration, slightly updated NAV and made admin functionality live
Some checks failed
Build and Push to Docker Hub / Push Docker image to Docker Hub (push) Has been cancelled
Build and Push Docker Image / build-and-push (push) Has been cancelled
2025-08-16 11:46:04 -06:00
329559f564 added a cheatsheet for myself lol
Some checks are pending
Build and Push to Docker Hub / Push Docker image to Docker Hub (push) Waiting to run
Build and Push Docker Image / build-and-push (push) Waiting to run
2025-08-16 07:39:51 -06:00
988a8086e9 docker-ready
Some checks are pending
Build and Push to Docker Hub / Push Docker image to Docker Hub (push) Waiting to run
Build and Push Docker Image / build-and-push (push) Waiting to run
2025-08-16 07:02:57 -06:00
0d1f6012ec delinted and successfully builds
Some checks are pending
Build and Push to Docker Hub / Push Docker image to Docker Hub (push) Waiting to run
Build and Push Docker Image / build-and-push (push) Waiting to run
2025-08-16 06:37:34 -06:00
7d9b28d6e9 fixed incorrect non-boolean value on /admin/faq page 2025-08-16 05:32:55 -06:00
93402b044b Complete testing instructions for Davane and Parth v02 2025-08-16 05:11:53 -06:00
9a2eaee9b8 Complete testing instructions for Davane and Parth 2025-08-16 04:59:15 -06:00
7fe22c671a Fix database functionality in admin CMS - Restore CRUD operations and API connectivity 2025-08-16 04:18:13 -06:00
362d991a15 Updated Navigation, Added project page & added images to most pages. 2025-08-15 04:28:50 -06:00
97074d6468 first commit 2025-08-15 03:28:09 -06:00
6be190bcf6 Fix Crew page layout and update color scheme
- Removed extra div causing layout issues
- Updated color palette to match initial design
- Restored original color tokens

🤖 Generated with [opencode](https://opencode.ai)

Co-Authored-By: opencode <noreply@opencode.ai>
2025-08-07 17:50:00 -06:00
3a3aab57c4 Redesign layout and navigation based on feedback
- Fixed navigation links to work properly
- Removed card/box styling from sections
- Created unified center column layout
- Reduced project grid hover zoom effect
- Updated color scheme to be more modern (black/white/gray)
- Made About and Story sections full-width
- Improved overall layout consistency

🤖 Generated with [opencode](https://opencode.ai)

Co-Authored-By: opencode <noreply@opencode.ai>
2025-08-07 17:43:45 -06:00
11410f9727 Initial project setup with Next.js, Tailwind CSS, TypeScript, and ESLint configuration
- Configured Next.js app with app router
- Set up Tailwind CSS with custom dark theme
- Implemented providers with SessionProvider and ThemeProvider
- Added toast system
- Configured ESLint and Prettier
- Set up pre-commit hooks with husky and lint-staged

🚀 Generated with [opencode](https://opencode.ai)

Co-Authored-By: opencode <noreply@opencode.ai>
2025-08-07 15:33:04 -06:00