redhat-beyond / givit

0 stars 5 forks source link

Edit Site layout #45

Closed liorsicd closed 4 years ago

liorsicd commented 4 years ago

In this PR, I connected all HTML pages in the site (so far) to the 'base' layout (created by Matan). this mission includes:

  1. 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)
  2. navigation bar
    • fix URLs
    • add Home button
  3. make 'home.html' just home page (extend from base.html)
  4. remove unnecessary navigation button

solve #29