2013-10-09 12:30:53 +02:00
|
|
|
---
|
|
|
|
title: Brand Guidelines
|
|
|
|
---
|
|
|
|
|
2013-10-13 01:26:11 +02:00
|
|
|
%h2 Logo Usage
|
|
|
|
|
|
|
|
%ul
|
|
|
|
%li
|
|
|
|
Please do not stretch or distort the logo. Use the “seal”
|
|
|
|
version of the logo when needing to use a square image (like avatars).
|
|
|
|
|
|
|
|
%li
|
|
|
|
If you have to put the logo on a busy/colorful background, please use one
|
|
|
|
of the reversed (on white) logos.
|
|
|
|
|
2013-10-15 22:50:48 +02:00
|
|
|
%p= link_to "Download vector logos", "/assets/img/styleguide/sass-logo.zip", class: "button primary"
|
2013-10-13 01:26:11 +02:00
|
|
|
|
|
|
|
.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
|
2013-10-14 21:52:40 +02:00
|
|
|
%ul.list-tiled
|
2013-10-13 01:26:11 +02:00
|
|
|
%li.swatch-color-background-shade= image_tag "styleguide/white.png", height: "80"
|
2013-10-14 21:52:40 +02:00
|
|
|
%li.swatch-color-background-shade= image_tag "styleguide/seal-color-reversed.png", height: "80"
|
2013-10-13 01:26:11 +02:00
|
|
|
%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"
|
|
|
|
|