This is a solution to the Single-page design portfolio challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Note: Delete this note and update the table of contents based on what sections you keep.
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page
- Navigate the slider using either their mouse/trackpad or keyboard
"./starter-code/assets/screenshot-mobile" "./starter-code/assets/screenshot-tablet" "./starter-code/assets/screenshot-desk"
- Solution URL: Add solution URL here
- Live Site URL: Add live site URL here
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- A11y-slider
I learned it is a lot easier to make a full page slider with html, css and js and make it responsive than a multi image slider. I went with A11y-Silder as it worked for what I needed the carousel to do. I didn't include the buttons, but used a scroll bar.
I would like to work on grid css and flexbox.
- Frontend Mentor - @saram7619
Note: Delete this note and add/remove/edit lines above based on what links you'd like to share.
I used some code and ideas from Kevin Powell's frontentend mentor manage landing page tutorials to help with the slider.