Skip to content

Wordpress Theme for the website for BBG's Office of Digital & Design Innovation

Notifications You must be signed in to change notification settings

BBGInnovate/bbgWPtheme

Repository files navigation

BBG WordPress theme based on the U.S. Web Design Standards

We're creating a Broadcasting Board of Governors WordPress theme based on 18F and U.S. Digital Services' proposed U.S. Web Design Standards.

U.S. Web Design Standards

The U.S. Web Design Standards is a library of open source UI components and a visual style guide for U.S. federal government websites.

These tools follow industry-standard web accessibility guidelines and reuse the best practices of existing style libraries and modern web design. Created and maintained by U.S. Digital Service and 18F designers and developers, the Web Design Standards are designed to support government product teams in creating beautiful and easy-to-use online experiences for the American people. Learn more about this project in their announcement blog post.

Design files of all the assets included on this site are available for download here: https://github.com/18F/web-design-standards-assets.

Setup for your local environment

Installation

  1. Install WordPress.
  2. Clone or download this theme into the wp-content/themes folder.
  3. We're using grunt to compile the SASS files on the fly, so you'll need to install the Grunt command line interface and you'll need to make sure SASS is installed. To install the grunt command line interface: $ npm install -g grunt-cli The next step is to install Sass. $ sudo gem install sass
  4. From inside of the theme directory type: $ npm install
  5. To start watching/compiling the SASS, type: $ grunt

This will compile a human readable version of the CSS, a version of the CSS with vendor prefixes and the minified version for production (based on the Gruntfile.js)

Plugins and Custom Fields

We've documented our usage of custom fields and plugins in our [SETUP.md] (https://github.com/BBGInnovate/bbgWPtheme/blob/master/SETUP.md) file

Got feedback?

You can reach us at bwilliamson@bbg.gov.

Licenses and attribution

A few parts of this project are not in the public domain

The Source Sans Pro font files in assets/fonts are a customized subset of Source Sans Pro, licensed under the SIL Open Font License, and copyright 2010, 2012, 2014 Adobe Systems Incorporated, with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.

The Merriweather font files in assets/fonts are from Google Web Fonts, licensed under the SIL Open Font License, and copyright © 2010-2013, Sorkin Type Co with Reserved Font Name 'Merriweather'.

The files in assets/img are from Font Awesome by Dave Gandy under the SIL Open Font License 1.1.

The files in assets/_scss/lib/bourbon are from Bourbon, copyright © 2011–2015 thoughtbot, inc., under the MIT license.

The files in assets/_scss/lib/neat are from Neat, copyright © 2012–2015 thoughtbot, inc., also under the MIT license.

The file assets/css/normalize.min.css is from Normalize.css, copyright © Nicolas Gallagher and Jonathan Neal, under the MIT license.

The file assets/js/component.js includes politespace.js from Politespace, copyright © 2013 Zach Leatherman, under the MIT license.

The file assets/js/vendor/html5shiv.js is from HTML5 Shiv, copyright © 2014 Alexander Farkas (aFarkas), under the MIT license.

The file assets/js/vendor/jquery-1.11.3.min.js is from jQuery, copyright © 2015 The jQuery Foundation, under the MIT license.

The file assets/js/vendor/rem.min.js is from REM unit polyfill, copyright © 2015 Chuck Carpenter, under the MIT license.

The file assets/js/vendor/respond.js is from Respond.js, copyright © 2012 Scott Jehl, under the MIT license.

The file assets/js/vendor/selectivisr-min.js is from Selectivizr, copyright © Keith Clark, under the MIT license.

The files assets-styleguide/js/vendor/prism.js and assets-styleguide/css/prism.css are from Prism, copyright © 2012-2013 Lea Verou, under the MIT license.

The rest of this project is in the public domain

The rest of this project is in the worldwide public domain. As stated in CONTRIBUTING:

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

About

Wordpress Theme for the website for BBG's Office of Digital & Design Innovation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages