forked from impress/impress.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (88 loc) · 2.88 KB
/
index.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
99
100
101
102
103
104
105
106
107
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=1024" />
<title>NVC | by David Troyer @dmtroyer</title>
<meta name="author" content="David Troyer" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans:regular,semibold,italic,italicsemibold|PT+Sans:400,700,400italic,700italic|PT+Serif:400,700,400italic,700italic" rel="stylesheet" />
<link href="css/nvc.css" rel="stylesheet" />
</head>
<body>
<div id="impress">
<div id="who-am-i" class="step" data-x="0" data-y="-1500" data-scale="1">
<b>David Troyer</b><br />
@dmtroyer<br />
<i><strong>Wannabe</strong> Randonneur, Music & Food Critic, Hacker, Barista, Sommelier</>
</div>
<div id="nvc" class="step" data-x="0" data-y="0" data-scale="5">
<b>NVC</b>
</div>
<div id="non-violent-communication" class="step" data-y="300" data-scale="1">
<h1>Non-Violent Communication</h1>
</div>
<div id="violent-communication" class="step" data-x="1800" data-y="300" data-scale="1">
<iframe width="853" height="480" src="//www.youtube.com/embed/zJ_hOZvbMIM" frameborder="0" allowfullscreen></iframe>
</div>
<div id="observations" class="step" data-y="2000">
<ul>
<li>Observations</li>
</ul>
</div>
<div id="feelings" class="step" data-y="2000">
<ul>
<li>Feelings</li>
</ul>
</div>
<div id="needs" class="step" data-y="2000">
<ul>
<li>Needs</li>
</ul>
</div>
<div id="requests" class="step" data-y="2000">
<ul>
<li>Requests</li>
</ul>
</div>
<div id="observations_detail" class="step" data-x="-500" data-y="3000">
<b>Observations</b>
<ul>
<li>What I observe that does not contribute to my well being</li>
</ul>
</div>
<div id="feelings_detail" class="step" data-x="-500" data-y="5000">
<b>Feelings</b>
<ul>
<li>How I feel in relation to what I observe</li>
</ul>
</div>
<div id="needs_detail" class="step" data-x="-500" data-y="7000">
<b>Needs</b>
<ul>
<li>What I need or value that causes my feelings</li>
</ul>
</div>
<div id="requests_detail" class="step" data-x="-500" data-y="9000">
<b>Requests</b>
<ul>
<li>The concrete actions I would like taken</li>
</ul>
</div>
<div id="group_activity" class="step" data-x="1500" data-y="9000">
<b>Pair Exercise</b><br />
You are a scrum master.<br />
Middle Management has communicated estimates, scope and release date for the next release without the team's input.<br />
<strong>Observation->Feelings->Needs->Requests</strong>
</div>
<div id="strategies" class="step" data-x="5000" data-y="9000">
<b>Strategies</b>
<ul>
<li>Develop your own vocab for feelings</li>
<li>Active Listening</li>
<li>Don't take it too seriously</li>
</ul>
</div>
</div>
<script src="js/impress.js"></script>
<script>impress().init();</script>
</body>
</html>