In this PR, I connected all HTML pages in the site (so far) to the 'base' layout (created by Matan).
this mission includes:
define 'base.html' as the base layout page - from now - all of the pages will extend from it. (so it cut and paste the relevant code from 'home' for that)
navigation bar
fix URLs
add Home button
make 'home.html' just home page (extend from base.html)
In this PR, I connected all HTML pages in the site (so far) to the 'base' layout (created by Matan). this mission includes:
solve #29