-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.jade
56 lines (43 loc) · 2.97 KB
/
index.jade
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
doctype html
html(lang="en")
head
title Full Process Designer
meta(charset="utf-8")
meta(name="viewport", content="width=device-width, initial-scale=1")
link(rel="shortcut icon", href="assets/img/favicons/favicon.ico")
link(rel="stylesheet", href="assets/css/main.css")
body
.display-type
.decoration
include assets/img/line.svg
.options
.toggle-display-type
.icon-line-1
.icon-line-2
.icon-line-3
.icon-line-4
.icon-line-5
.rotate-triggers
.trigger-prev
.trigger-next
.content
h1: span Full-Process<br>Designer
.points(data-rotate="-36")
p.point.point-1.is-focused <span class="num">1</span> A full-process designer concerns themself with the entire creative process.
br
br
| <span class="note">Discover -> Make -> Observe -> Repeat -></span>
p.point.point-2 <span class="num">2</span> A full-process designer does not let the excitement of starting a new project carry them past the important initial steps.
p.point.point-3 <span class="num">3</span> A full-process designer has focused their skill set on being able to take an idea from inception to completion, yet is able to interface with, and welcomes the collaboration of others more specialized in their vertical.
p.point.point-4 <span class="num">4</span> A full-process designer is more concerned with process than outcomes, trusting that good process will always lead to good outcomes.
p.point.point-5 <span class="num">5</span> A full-process designer is not confined by tools or trends although uses these things to achieve the desired result.
p.point.point-6 <span class="num">6</span> A full-process designer documents their thinking and will never expect someone to understand their vision without context.
p.point.point-7 <span class="num">7</span> A full-process designer can lead as well as follow.
p.point.point-8 <span class="num">8</span> A full-process designer asks questions throughout the entire process.
p.point.point-9 <span class="num">9</span> A full-process designer understands how to create as well as sell their work.
p.point.point-10 <span class="num">10</span> A full-process designer understands that the quality of the conversations held are largely responsible for the outcome of the process. The quality of the resulting product reflects the quality of the creative process—and the curiosity and determination of the participants.
.embed
div Listen to the <a href="http://www.travandlos.com/26">podcast</a> for more details:
<iframe frameborder='0' height='36px' scrolling='no' seamless src='https://simplecast.fm/e/14311?style=light' width='100%'></iframe>
script(src="assets/js/jquery-2.1.4.min.js")
script(src="assets/js/functions.js")