Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Design Stuffs

Aly Fluckey
March 05, 2015

Design Stuffs

Design lecture for DBC

Aly Fluckey

March 05, 2015
Tweet

More Decks by Aly Fluckey

Other Decks in Design

Transcript

  1. Hierarchy is also about storytelling; it’s about our user’s journey

    through the website and the user flow we create — Rachel Shillcock
  2. some ways to help establish hierarchy • color • contrast

    • size • alignment • repetition • whitespace
  3. 1. don't use more than 3 fonts on a single

    page 2. don't switch fonts mid-sentence without a very good reason 3. use sans serif fonts for online body text and serif fonts for headlines and print 4. Use monospace fonts for typewriter text and code blocks 5. Use script and fantasy fonts for accents more bad fonts
  4. @media screen and (max-width: 1280px) { .desktop-to-tablet-class { width: 75%;

    } } @media screen and (max-width: 768px) { .tablet-to-mobile-class { width: 85%; } } @media screen and (max-width: 320px) { .mobile-and-below-class { width: 100%; } }
  5. • design school for developers • balsamiq wireframes • characteristics

    of color and color schemes • kuler • paletton • google fonts • typekit • typecast
  6. • free stock photos • font-family pairings • test type

    contrast • modular type-scale • twitter bootstrap • zurb foundation • responsive design gifs • responsive cheat sheet