Practical

Remember when to continue your work flow

  • Make regular commits

    • git add -A
    • git commit -m 'commit message'
  • At the end of the session, upload to github

    • git push origin master

Laying out a website

This week we're introducing the concept of cascading styles sheets (CSS).

Task 1

The first part of the practical introduces you to the basics of laying out websites.

Make sure your HTML is valid using the W3C validator. https://validator.w3.org/.

Task 2

The food landing page, this is just for reference. Use mock_up_start_here.png as as your main guide

  • This is going to be a larger extended project which will have to be completed over the course of the week.

  • Using the notes below, you are going to work out how to lay out the Foody landing page.

  • Download the detailed mock up

  • Using external CSS implement the mock up to the best of your ability.