7 Open Issues Need Help Last updated: Feb 27, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The site's footer section is currently misaligned and not horizontally centered, causing a visual imbalance. The expected behavior is for the footer content to be consistently centered across various screen sizes. The suggested fix involves reviewing the footer's CSS, specifically using flexbox or grid alignment properties like `justify-content: center` or `margin: auto`, and then testing for responsiveness.

Complexity: 2/5
enhancement good first issue help wanted Frontend

AI Summary: The GitHub issue reports that the Facebook handle link on the website is incorrect. It currently points to `https://www.facebook.com/arkived`, but should be updated to the complete and correct URL: `https://www.facebook.com/arkivedsolutions`. The fix involves updating this specific URL.

Complexity: 1/5
enhancement good first issue help wanted Frontend

AI Summary: When a user scrolls down the page, the navbar unexpectedly displays an unnecessary white border-bottom, which only appears when the scroll effect is triggered. This visual artifact makes the navbar look out of place, and the expected behavior is for it to remain clean and consistent without this extra line. The suggested fix involves reviewing and adjusting the CSS/JS responsible for the scroll effect to remove or modify the border-bottom property.

Complexity: 1/5
bug enhancement good first issue help wanted Frontend
enhancement good first issue help wanted Frontend
bug enhancement good first issue help wanted Frontend
enhancement good first issue help wanted UI/UX
enhancement good first issue help wanted Frontend Backend