Plan and done for May-24-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. Going through FunFunFunction - https://www.youtube.com/watch?v=PIkA60I0dKU - explanation of objects, this, bind in JS. Want to see visually when there are reference to an existing object or to a new object. Recalled that I've already seen something like this but for Python. It lives here - http://pythontutor.com/javascript.html#mode=edit, and it supports JS.