Skip to content

Latest commit

 

History

History
72 lines (44 loc) · 2.16 KB

README.md

File metadata and controls

72 lines (44 loc) · 2.16 KB

Frontend Mentor - Single-page design portfolio solution

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.

Table of contents

Note: Delete this note and update the table of contents based on what sections you keep.

Overview

The challenge

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

Screenshot

"./starter-code/assets/screenshot-mobile" "./starter-code/assets/screenshot-tablet" "./starter-code/assets/screenshot-desk"

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • A11y-slider

What I learned

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.

Continued development

I would like to work on grid css and flexbox.

Author

Note: Delete this note and add/remove/edit lines above based on what links you'd like to share.

Acknowledgments

I used some code and ideas from Kevin Powell's frontentend mentor manage landing page tutorials to help with the slider.