Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Design 101: Tips & Tricks
Search
Aly Fluckey
November 04, 2015
Design
0
180
Design 101: Tips & Tricks
Aly Fluckey
November 04, 2015
Tweet
Share
More Decks by Aly Fluckey
See All by Aly Fluckey
Delightful Stylesheets - That Conference
wtfluckey
0
83
Delightful Stylesheets
wtfluckey
0
84
Design Stuffs
wtfluckey
0
220
Risk & Happiness
wtfluckey
0
140
Neo Apprentices
wtfluckey
0
83
Other Decks in Design
See All in Design
decksh object reference
ajstarks
2
1.3k
The Spectacular Lies of Maps
axbom
PRO
1
280
AIを身近に感じるために、デザイナー全員で一つのサービスを使ってみた
_psyc0_
0
310
アクセシビリティに取り組むメリット
magi1125
2
250
AI時代に、僕たちデザイナーはどう歩むか
kazuhirokimura
0
370
新しいデザインの難しさ(公開版) / Difficulties in the New Design (public ver.)
usagimaru
1
890
Illustrator×Firefly 生成したイラストをベースにドット絵を作ってみよう!
connecre
1
100
ビジネスアナリシスはビジネス”分析”じゃないよ!~システム人材が価値を生むための基盤スキルとしてのビジネスアナリシス~
bpstudy
0
620
What makes a great Director?
_limex_
0
220
Installing and Running decksh/pdfdeck
ajstarks
1
840
mento Design Team Portfolio
mento0fficial
1
690
株式会社ログラス - 会社説明資料【デザイナー】/ Loglass Designer
loglass2019
1
2.4k
Featured
See All Featured
Fireside Chat
paigeccino
39
3.6k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Building an army of robots
kneath
306
46k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.1k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
Speed Design
sergeychernyshev
32
1.1k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Side Projects
sachag
455
43k
The Art of Programming - Codeland 2020
erikaheidi
56
13k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
930
Designing for Performance
lara
610
69k
Transcript
DESIGN 101 WITH ALY FLUCKEY
1. PLAN AT LEAST A LITTLE BIT
INTENT
INTENT CONTENT
None
INTENT CONTENT HIERARCHY
SOME WAYS TO HELP ESTABLISH HIERARCHY > color & contrast
> size > alignment > repetition > whitespace
SKETCH
1. PLAN AT LEAST A LITTLE BIT 2. ITERATE A
LOT
COLOR
the basics
primary red, blue and yellow
secondary green, purple and orange
tertiary basically all other colors
warm family
cool family
None
EMOTIONS
CHOOSING A COLOR SCHEME
TYPE
None
None
None
None
SO WHICH ONE DO I USE?
ONE SIZE DOES NOT FIT ALL BUT HERE ARE SOME
SUGGESTIONS
> Don't use more than 3 fonts on a single
page
> Don't switch fonts mid-sentence unless you have a very
good reason
> Use sans-serif fonts for online body text and serif
fonts for headlines and print
> Use monospace fonts for typewriter text and code blocks
def like_this puts 'I am code' end
> Use script and fantasy fonts for accents
FINDING THE PERFECT FONT
FONT FAMILIES
FONT ICONS
RESPONSIVE DESIGN
@media screen and (max-width: 1280px) { .desktop-to-tablet-class { width: 75%;
margin: auto; } } @media screen and (max-width: 768px) { .tablet-to-mobile-class { width: 85%; margin: auto; } } @media screen and (max-width: 320px) { .mobile-and-below-class { width: 100%; } }
USE RELATIVE UNITS
THE INSPECTOR YOUR BEST FRIEND
CSS ANIMATIONS
1. PLAN AT LEAST A LITTLE BIT 2. ITERATE A
LOT 3. PROFIT $$$$$$$$
THANK YOU!