Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

18F/brand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a91d88f · Feb 16, 2024
Jan 30, 2019
Jun 17, 2022
Aug 18, 2022
Jan 19, 2021
Apr 6, 2017
Mar 22, 2021
Apr 4, 2023
May 18, 2021
Dec 7, 2022
Oct 18, 2021
Oct 16, 2015
Feb 18, 2020
May 8, 2017
Jul 8, 2021
Jul 8, 2021
Oct 11, 2019
Dec 14, 2023
Feb 16, 2024
May 18, 2021
Jun 1, 2021
Jun 1, 2021
Jun 1, 2021

Repository files navigation

⚠️ This guide has moved to the consolidated 18F guides repository.

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. bundle install
  3. bundle exec jekyll serve
  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.