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
FigmaのFigmaファイルから学ぶTips & Tricks
hilokifigma
0
720
不確実性の時代にみんなで試したFigma × MCP × Cursor ハンズオン
techtekt
PRO
7
1.1k
Marpで推しCSSスライドを作ろう! / marp-with-favorite-css
fujiemon
0
700
Vibe Coding デザインシステム
poteboy
3
1.4k
逆向きUIの世界〜AndroidアプリのRTL言語対応〜
akatsuki174
1
550
デザイナーがはばたく未来の入り口『hatch』が描く、新しいデザイナー育成のカタチ
goodpatch
3
2.3k
CMS管理画面のアクセシビリティ
magi1125
8
2.5k
【MIXI MEETUP!ー TECH & DESIGN DAYー】新たなSNS「mixi2」の “0→1”開発の舞台裏:デザイナーが語るプロダクト誕生秘話
mixi_design
PRO
0
160
地理院地図をもっと楽しく!れきちず新機能のご紹介
hjmkth
1
190
組織の右腕として共創する ー デザインと経営の二つの視点から見えた、新しい支援のかたち/ Designship2025_Nishimura
root_recruit
PRO
0
200
AI時代に、僕たちデザイナーはどう歩むか
kazuhirokimura
0
430
decksh object reference
ajstarks
2
1.4k
Featured
See All Featured
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
650
Why Our Code Smells
bkeepers
PRO
340
57k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.2k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.7k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
9
950
Scaling GitHub
holman
463
140k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
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!