Skip to content

crypto-dot/FrontendMentorChallenge2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Skilled e-learning landing page solution

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout depending on their device's screen size
  • See hover states for interactive elements

Screenshots

Desktop

Screen Shot 2022-11-19 at 2 33 05 AM

Screen Shot 2022-11-19 at 2 33 14 AM

Tablet

Screen Shot 2022-11-19 at 2 33 44 AM

Screen Shot 2022-11-19 at 2 33 57 AM

Mobile

Screen Shot 2022-11-19 at 2 34 21 AM

Screen Shot 2022-11-19 at 2 34 32 AM

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Accessbility

What I learned

I learned how to make full size images on hero sections and how to read through a design template. Surprisingly I struggled with the image for a long time. Originally, I tried to make the image have its own img tag and position absolute it into the perfect spot. While this worked for the exact screen size I had compared to the design template I soon realized that ANY adjustment to the screen width would throw the image off and make it look really bad. Clearly I needed a way to make the image stay on the page as well as be responsive to different screen sizes. Once again I settled on using background image on the body tag and using background position and background size to adjust it to different screen sizes. This allowed me to immensely cut back on the media queries while also maintaining true to the design.

Continued development

I need to practice more on accessibility as well as getting use to working with design templates. I noticed I struggled in translating some design choices into actual web elements. It's clearly due to a lack of experience working with designers and something that I will continue to work on.

Useful resources

Author

About

Skilled e-learning landing page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published