sass-site/source/styleguide/brand.html.haml
₍˄ุ.͡˳̫.˄ุ₎ 650fc845af Fix formatting.
2014-04-19 16:03:34 -07:00

37 lines
1.2 KiB
Plaintext

---
title: Brand Guidelines
---
%h2 Logo Usage
:markdown
* Do not stretch or distort the logo. Use the "seal" version of the logo
when needing to use a square image (like avatars).
* Do not alter the color of the logo. The official logo color is `$hopbush`
(`#c69`).
* If you have to put the logo on a busy/colorful background, then you can
use one of the reversed (on white) logos, provided here.
%p= link_to "Download vector logos", "/assets/img/styleguide/sass-logo.zip", class: "button primary"
%p= partial "/styleguide/brand_license"
.logos
%h3 Standard
%ul.list-columns
%li= image_tag "styleguide/color.png", height: "80"
%li= image_tag "styleguide/seal-color.png", height: "80"
%h3 White
%ul.list-tiled
%li.swatch-color-background-shade= image_tag "styleguide/white.png", height: "80"
%li.swatch-color-background-shade= image_tag "styleguide/seal-color-reversed.png", height: "80"
%li.swatch-color-background-shade= image_tag "styleguide/seal-black-reversed.png", height: "80"
%h3 Black
%ul.list-columns
%li= image_tag "styleguide/black.png", height: "80"
%li= image_tag "styleguide/seal-black.png", height: "80"