Skip to content

Dahianna/brand

 
 

Repository files navigation

18F Visual Identity

This is the home of 18F's evolving brand assets and visual style guide. It's a work in progress, and we are releasing new assets as we are able.

Come visit us in #18f-branding on slack for help with implementing these assets, questions, or to philosophize on the meaning of type.

Contributing

Installation

You should just be able to copy and paste each of the following steps to get the brand site up and running.

  1. git clone git@github.com:18F/brand.git && cd brand
  2. npm install
  3. npm start
  4. You should be able to see the branding site at http://127.0.0.1:4000

Making changes

Yay, that's exciting that you want to contribute! Follow the installation instructions to get started but add the --watch option to the fourth step so you'd run bundle exec jekyll serve --watch. Jekyll is now instructed to watch for changes in your site and then rebuild when it notices them. This helps for local development because it means you can save a change and then refresh in your browser to see it.

When you've made some changes you'd like to contribute back, please open a pull request. You can find instructions for doing so in CONTRIBUTING.md.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 91.3%
  • HTML 8.1%
  • Ruby 0.6%