-
Notifications
You must be signed in to change notification settings - Fork 22
Migrate the Campus logo generator #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
[gtech-mulearn#16] Migrated Privacy Policy Page to Next.js
Updated the README to include MuLearn UI System details, color palette, font usage, and component guidelines.
Updated README.md to enhance documentation on features, folder structure, and usage examples.
Updated contribution guidelines to reflect branch changes and branding rules.
Updated global styles to include new brand colors and fonts.
@aflaha01 is attempting to deploy a commit to the awindsr's projects Team on Vercel. A member of the Team first needs to authorize it. |
@aflaha01 this pr has merge conflicts. pls resolve that and update the pr |
i have resolve merge conflicts @alvin-dennis |
@aflaha01 hey, after merging few other issues and changes we still have few conflicts up,, could u just fix that too and tag me... |
@Amith-Abey-Stephen , conflicts fixed..... anything else |
Hi @Amith-Abey-Stephen, just checking in — I’ve resolved the conflicts and updated the PR. Please review whenever you get a chance |
@aflaha01 few errors are still there like : on clicking download, an aleert is only shown , img is not downloaded... ![]() the campsu code should start at end of mulearn logo and moves towards left as size increase |
Got it! I’ll replace the mock alert with the actual download functionality using html-to-image, so the image will be downloaded when clicking the button. I’ll update the PR ASAP.. actually i have already mentioned that 3 days ago in the description... anything else ? |
Just have look on responsivenwss to.. Ie. It! Sorry for the lags |
@Amith-Abey-Stephen Please review the latest changes |
This PR migrates the Campus Logo Generator page from the legacy React setup to the new Next.js project.
Migrated Campus Logo Generator to src/app/campuslogogenerator/page.tsx ("use client").
Implemented form with Campus Code, Logo Variant (µLearn/YIP), File Type (PNG/SVG), and Generate button.
Added responsive Logo Preview (square & round) with dynamic colors and CSS filters.
Styled with Tailwind CSS following µLearn brand guidelines.
Note: Logo download is not implemented yet; Generate button currently shows selected values as alert.