rmcg.dev/projects/FrontendMentor/newbie/meet-landing-page
Robert McGovern 67718cea21 used height rather than min-height *facepalm* 2022-10-24 22:35:06 +01:00
..
assets have mobile working, needs tidy up 2022-10-23 23:08:35 +01:00
css used height rather than min-height *facepalm* 2022-10-24 22:35:06 +01:00
screenshots edited readme for meet landing page 2022-10-24 21:27:17 +01:00
starter-code added base files for the remaining newbiew projects I have 2022-09-07 10:53:05 +01:00
.gitignore added base files for the remaining newbiew projects I have 2022-09-07 10:53:05 +01:00
README-orig.md renamed readme files, and copied the index and assets out for the two premium packages 2022-10-22 19:39:44 +01:00
README.md edited readme for meet landing page 2022-10-24 21:27:17 +01:00
index.html edited readme for meet landing page 2022-10-24 21:27:17 +01:00
preview.jpg added base files for the remaining newbiew projects I have 2022-09-07 10:53:05 +01:00

README.md

Frontend Mentor - Meet landing page solution

This is a solution to the Meet landing page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

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

Screenshot

Desktop Tablet Mobile

Screenshots of the page showing the desktop, tablet and mobile versions of the page.

My process

Built with

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

What I learned

The main thing I learnt is that neither Firefox or Safari support tabbing in an HTML page by default on a Mac. For Safari you have to open Settings, go to the Advanced tab and check Press Tab to highlight each item on a web page

Safari Settings, Advanced Tab

Firefox on a Mac requires manually adding a preference. But I haven't gone through with adding it given the warnings on the page. I'm content with being able to test on Chrome / Polypane and Safari.

Article Mac Browser Keyboard Navigation

Useful resources

Article Mac Browser Keyboard Navigation - for setting up Safari for tab. Note I did not need to enable Keyboard Navigation in macOS 13's System Settings.

Author