Øystein Håberg
@Islandstone89All solutions
Tech book club landing page
#accessibility#sass/scssPSubmitted 4 months agoI'm always open for feedback!
Project tracking intro component
#accessibility#sass/scssPSubmitted 5 months agoAs always, open for any feedback.
Skilled E-learning Landing Page
#accessibility#sass/scssPSubmitted 6 months agoAs always, I'm open for suggestions!
Space Tourism multi-page Project
#accessibility#sass/scssPSubmitted 7 months agoI'm open to any feedback.
Easybank Landing Page using :has & Subgrid
#accessibility#sass/scssPSubmitted 7 months agoAs always I'm open for any feedback :)
Social Media Dashboard with Theme Switcher
#accessibility#sass/scssPSubmitted 7 months agoI'm wondering if I managed to create an accessible theme toggle. I added
role="switch"
, as I think it should be used for toggles. I also addedaria-checked
with a default value offalse
, to tell screen readers the state of the toggle. I used JavaScript to toggle the states on click - if it'sfalse
it changes totrue
, otherwise it changes back tofalse
.Interactive Rating Component
PSubmitted about 1 year agoThe only issue now is that when you click right in the middle of the buttons, you get "You have selected undefined out of 5" on the thank you card. Each button is a ```` with a
label
and aninput
inside. I get the values from adata-value
attribute set on the divs. I increased the padding on the mobile version to get a bigger target size.Blogr Landing Page
#accessibilityPSubmitted about 1 year agoI also couldn't figure out how to make the menu dropdowns independent. The functionality works, the dropdowns show when the button is clicked, and disappear when the button is clicked again. But every time I click one of them, all the others also show/disappear.
News Homepage
#accessibilityPSubmitted about 1 year agoI couldn't figure out how to make the dark overlay when the mobile menu is open.
Article Preview Component
#accessibilityPSubmitted about 1 year agoI think I got it mostly right, as always I'm open to feedback :)