Skip to content

MozillaFoundation/mofo-infographics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MoFo Infographics

A repository for all Mozilla Foundation interactive graphics used in publications on foundation.mozilla.org.

Contributing

Development

  1. Be a trusted Mozilla Foundation contractor
  2. Understand an reference the Mozilla Foundation Brand Identity and Agency Assets when building the graphic. For expanded color palettes, or other branding questions, contact the Mozilla Foundation design team.
  3. Verify your infographic passes the following requirements:
    • Works when embedded in an iframe
    • Has an index.html entry point that includes other necessary resources via relative paths.
    • Dynamically resizes to fill the iframe (either listens for container width and height changes or is 100% wide and tall and responsive)
    • No embedded fonts (only use fonts.google.com)
    • Doesn't link to pages outside foundation.mozilla.org
    • Doesn't fetch data from any external APIs
    • Unpackaged source code is available (see below)
  4. Host a version of the infographic on GitHub Pages or your own personal site for the Mozilla Foundation Design Team and other stakeholders to review.

Deployment

Once the final graphic is approved for deployment:

  1. Fork the mofo-infographics repository
  2. Clone your fork to your local dev environment
  3. Submit a pull request adding your packaged files to the /projects/<launch date>-<project-name-with-hypens>/ folder. See Creating a Pull Request From a Fork for more info
  4. In your pull request message, include a link to the repository containing the full, unpackaged source of your infographic.
  5. The Engineering team will review your code for security issues and approve your PR
  6. Your code will be live at https://mofo-infographics.s3.amazonaws.com/projects/<launch date>-<project-name-with-hypens>/index.html

About

Hosting for 3rd-party-developed interactive graphics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published