18F/web-design-standards

View on GitHub
packages/usa-footer/src/usa-footer.json

Summary

Maintainability
Test Coverage
{
  "modifier": "",
  "footer": {
    "return_to_top": "Return to top",
    "primary_section": {
      "nav": {
        "aria_label": "Footer navigation",
        "links": [
          {
            "label": "<Primary link>"
          },
          {
            "label": "<Primary link>"
          },
          {
            "label": "<Primary link>"
          },
          {
            "label": "<Primary link>"
          }
        ]
      }
    },
    "secondary_section": {
      "agency_name": "<Name of Agency>",
      "heading": "<Agency Contact Center>",
      "phone": "<(800) 555-GOVT>",
      "email": "<info@agency.gov>",
      "social_nav": [
        "Facebook",
        "Twitter",
        "YouTube",
        "Instagram",
        "RSS"
      ]
    }
  },
  "img_path": "./img"
}