inclusive-design / wecount.inclusivedesign.ca

The source files for the We Count website, built with Eleventy.

Home Page:https://wecount.inclusivedesign.ca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add EDS jurisdiction review resources to WeCount Resources

jhung opened this issue · comments

commented

Add EDS jurisdiction review resources to WeCount and have them searchable and filterable from the WeCount Resources section.

  • Import EDS jurisdiction review to be searchable on WeCount resources. Source: https://airtable.com/shrWYoAm2zYRLnUie/tbll2NpygbXrUnZZV
  • These new resources are to be categorized under a new "ICT Standards and Legislation" Topic on WeCount resources.
  • The Topic is to appear as a 5th card on the Resources page and appears inline with the existing 4 Topics.

Example:
image

  • The graphic for the "ICT Standards and Legislation" topics card uses the images/green.svg graphic.
    image

Note:
Setting flex-basis to 18% will allow the 5th card to appear inline with the other 4 cards.

.resources .filter .topic-choices li {
   flex: 1 0 18%;
}

image