Improve accessibility and move banner #180
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Accessibility changes
This site has not added much in terms of accessibility, i have added some elements to critical parts of the website:
This is by no means an extensive accessibility overhaul, but it is a good start.
Banner position
To optimize click-through and conversion rates, it is important to have a clear element indicating where the download page is.
In the current version, the banner is aligned with the viewport. This is fine for lower viewport widths, but when you open the website on a larger screen, it is quite far away from the main content. Personally i missed it completely (2560x1440):
In this PR i have moved the element into the same div as the logo/banner. I personally think this looks quite good, and doesn't look out of place.
Another option would be to create a new div aligned with the left bound of the main content.
These are just some small improvements i noticed when visiting the website, please let me know what you think, and if you'd like to see other changes.