Aditya
Aditya
Description: Currently, the footer section of the [FOSSology website] does not include any links to the projectβs GitHub repository, community channels, or contribution pages. Because of this, it can be...
Currently, the navigation bar links on the website donβt have any visual feedback when hovered over. Adding a hover (and focus) effect will improve the user experience by providing visual...
### Describe the bug Description: Hi team! π While browsing the site, I noticed a small UI inconsistency on the Sponsors page. The large CTA button "Contribute to our collective"...
**What kind of change does this PR introduce?** UI enhancement β adds consistent hover zoom interactions to several UI elements in the Tools section. **Issue Number:** - Closes #1942 -...
### Describe the bug Description In the homepage UI, the card sections (Slack invite card, blog card, and events card) have visible dark borders in Dark Mode, but in Light...
**What kind of change does this PR introduce?** A bugfix β added missing border for the Community section cards in Light Mode. **Issue Number:** - Closes #1926 **Screenshots/videos:** **If relevant,...
The current Java folder in this repository includes basic sorting, searching, array, and linked list implementations such as: - BubbleSort, QuickSort, InsertionSort, SelectionSort, MergeSortedArrays - BinarySearch, SearchInInfiniteSortedArray - LinkedList basic...