-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdesign.html
98 lines (92 loc) · 2.8 KB
/
design.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
---
title: Design
permalink: design
layout: page
background: red
color: white
menu: true
weight: 1
category: design
---
<header class="white center mb2 uppercase">
<img
src="{{ '/assets/images/circle.svg' | prepend: site.baseurl }}"
alt=""
class="fadeInDown animated title-icon--circle"
aria-hidden="true"
/>
<h1>{{ page.title }}</h1>
</header>
<div class="col-12 px2 md-col-8 mx-auto columize">
<p>
I had the chance to take on multiple roles in the design field. While I
spent years doing webdesign, now I’m more interested in UI, UX & product
management. I love design critique and learn from others.
</p>
<p>
Few companies value the power of design and I often have to pave the way to
find the right workflow within the team. It is always a different challenge,
one I’m always ready to tackle.
</p>
</div>
<section class="bg-white red py3 mt4 mb4">
<div class="col-12 px2 md-col-8 mx-auto">
<header class="mb2">
<h2>Principles</h2>
</header>
<div class="flex flex-wrap mb4 mxn2">
<div class="md-col-6 lg-col-4 p2">
<i class="icon-minus h3 muted"></i>
<h4 class="mb1">Less is more</h4>
<p>You recognize good design when nothing cannot be removed anymore.</p>
</div>
<div class="md-col-6 lg-col-4 p2">
<i class="icon-note-beamed h3 muted"></i>
<h4 class="mb1">Familiar</h4>
<p>
People shouldn’t need a manual to understand what you want to
communicate.
</p>
</div>
<div class="md-col-6 lg-col-4 p2">
<i class="icon-ccw h3 muted"></i>
<h4 class="mb1">Agile</h4>
<p>Don’t aim for perfect, ship fast, get feedback, react.</p>
</div>
<div class="md-col-6 lg-col-4 p2">
<i class="icon-flash h3 muted"></i>
<h4 class="mb1">Fast</h4>
<p>
Don’t make people waste time on your website or they’ll never come
back.
</p>
</div>
<div class="md-col-6 lg-col-4 p2">
<i class="icon-heart h3 muted"></i>
<h4 class="mb1">Honest</h4>
<p>
Design should not attempt to manipulate people with fake promises. It
should be
<a href="http://www.timewellspent.io/" class="red">useful</a>.
</p>
</div>
<div class="md-col-6 lg-col-4 p2">
<i class="icon-camera h3 muted"></i>
<h4 class="mb1">Æsthetic</h4>
<p>
Beauty is part of usefulness, as good design influences our person and
well-being.
</p>
</div>
</div>
<p>
Greatly inspired by Dieter Rams:
<a
href="https://www.vitsoe.com/us/about/good-design"
class="red"
rel="nofollow"
>https://www.vitsoe.com/us/about/good-design</a
>
</p>
</div>
</section>