Plan and done for May-25-2017

What will I learn today?

  1. Make menu hide only on tablet and desktop versions or add input-label to hide JS-function.
  2. Fix quirks in Safari: icons have became too small, everything become a mess on a wide screen.
  3. Fix a masthead height on resolution wider 640px.
  4. Fix an offer body text align for the gift message - now it aligns to center on resolutions less than 570.
  5. Build additional pages - hotels, impression, blog.
  6. Style the form on impression page.
  7. Dive into JS.
  8. Implement form validation.

Done

  1. Started JS30 marathon - https://javascript30.com. First day - a drum machine: implement audio file play on keybord press using already set web-page. My idea: go through element's attributes and play those sound which keyCode equal to key pressed.

    Have found helpfull following tips:

    Total time - two hours.