Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Highly NEEDED: Improved Site UI (#672)
## Description **_REQUEST:_** Please review and merge this PR, as it implements valuable features that will enhance the website’s functionality and improve the contribution experience for everyone. Thank you! This PR introduces several improvements to **enhance the functionality and user experience of the website**: **1. Light and Dark Mode Toggle:** Added a toggle button to switch between light and dark modes, a feature essential for modern websites. Both themes have been designed to ensure a visually appealing and user-friendly experience. **2. Improved UI for Light and Dark Themes:** Enhanced the overall interface for both light and dark modes to maintain consistency and visual clarity. **3. Updated Project Links(this was Essential imo):** Modified project links to open in a new tab, improving navigation without disrupting the user’s browsing flow. **4. Footer Enhancements:** Refined the footer section to eliminate clutter and improve its layout, making it more structured and visually pleasing. ## Type of PR - [x] Bug fix - [x] Feature enhancement - [ ] Documentation update - [ ] Security enhancement - [ ] Other (specify): _______________ check in issue by entering [X] in boxes ## Screenshots / Videos (if applicable) ![image](https://github.com/user-attachments/assets/6cb130a2-9eac-44e3-8dab-cd049549f286) ![image](https://github.com/user-attachments/assets/19cf52db-bcdf-4dea-a95a-b437b209f36c) ![image](https://github.com/user-attachments/assets/cd7665f7-2a4a-4bd1-8864-d7097f34506a) ![image](https://github.com/user-attachments/assets/75f03fa8-d14b-4505-85d0-6bc36fbf2ce1) [Attach any relevant screenshots or videos demonstrating the changes] ## Checklist - [x] I have performed a self-review of my code. - [x] I have read and followed the Contribution Guidelines. - [x] I have tested the changes thoroughly before submitting this pull request. - [ ] I have provided relevant issue numbers, screenshots, and videos after making the changes. - [x] I have commented my code, particularly in hard-to-understand areas. - [x] I have followed the code style guidelines of this project. - [ ] I have checked for any existing open issues that my pull request may address. - [x] I have ensured that my changes do not break any existing functionality. - [x] Each contributor is allowed to create a maximum of 4 issues per day. This helps us manage and address issues efficiently. - [ ] I have read the resources for guidance listed below. - [ ] I have followed security best practices in my code changes. check in issue by entering [X] in boxes ## Additional Context [Include any additional information or context that might be helpful for reviewers.] ## Contribution Guidelines Thank you for considering contributing to our project! To ensure smooth collaboration and effective contribution management, please adhere to the following guidelines: ### Issue Creation 1. **Limit on Issues:** - Each contributor is allowed to create a maximum of **4 issues per day**. This helps us manage and address issues efficiently. ### Contribution Levels 2. **Basic Contributions:** - This project is primarily focused on documentation. Most of the setup has been completed, so contributors will generally need to work on basic code tasks, such as writing tests. - For these tasks, issues will be assigned the **Easy** label. 3. **Acknowledging Hard Work:** - If a contributor puts in significant effort on a task, the issue will be upgraded to **Medium**. This is our way of recognizing and appreciating extra effort. 4. **Feature Additions and Component Work:** - Contributors working on new features or components using JSX/TSX will be assigned a level based on the complexity and quality of their work. - The more complex and valuable the contribution, the higher the level assigned. ### Level Definitions - **Easy:** - Tasks are straightforward, such as fixing minor bugs, writing tests, or making simple documentation updates. - **Medium:** - Tasks require more effort, such as addressing complex bugs, improving existing features, or making substantial documentation improvements. - **Hard:** - Tasks are highly complex and involve significant new feature development, major refactoring, or extensive contributions to the project’s core components. We look forward to your contributions and appreciate your effort in helping us improve the project!
- Loading branch information