Open Issues Need Help
View All on GitHubAI 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.
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.
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.