mal-wtag / stackoverflow_with_drupal

This will be a sample project with Drupal to introduce new members with Drupal and also to get experiences
MIT License
0 stars 0 forks source link

Footer #10

Open zar-wtag opened 4 years ago

zar-wtag commented 4 years ago

Background

Stackoverflow has a nice footer section that displays different link groups. Clone project needs to have that.

Goal

Create the right style for the footer to display the link groups accordingly.

Acceptance

the-wtag commented 4 years ago

Report

Inspection

Footer In Stackoverflow

image Stackoverflow footer consists of five individual Linkgroups arranged as columns.

zar-wtag commented 4 years ago

The background finding looks good to me. Regarding the implementation can you look at the themes as well and see if you can figure out how Drupal 8 utilizes place holder blocks to place contents such as menu links. I think it will be a little more than just adding menus. For example Sub-Menu is a good idea here.

the-wtag commented 4 years ago

Multi-column Footer is already available in Bartik theme in Drupal8. However it has 4 column space when we will be needing 5 or 6 columns. Creating a subtheme following This Instruction should help to achieve 5 or 6 columns. Also new subtheme can be inherited follow This instruction