-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintro.html
224 lines (174 loc) · 4.61 KB
/
intro.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!DOCTYPE html>
<html>
<head>
<title>Intro :: ui-course/great-task</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Marck+Script|Lobster|Roboto+Slab|Play|Exo+2|Comfortaa:400,700&subset=latin,cyrillic);
body { font-family: 'Play'; }
h1, h2, h3 {
font-family: 'Exo 2';
font-weight: normal;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
.remark-slide-content h3 { font-size: 1.6em; }
h3 li { font-color: #fff; }
.inverse {
background: #272822;
color: #f3f3f3;
text-shadow: 0 0 20px #333;
}
.remark-slide-content ol {
font-size: 2.4em;
}
.remark-slide-content ul {
font-size: 2.4em;
}
.remark-slide-content ul>li:last-of-type {
/*background-color: #f3f3f3;*/
text-shadow: 0px 0px 8px #555;
}
.footnote {
position: relative;
bottom: -5em;
}
.middlenote {
/*position: absolute;*/
bottom: 12em;
}
.bigtext {
font-size: 6em;
}
.bigtext2 {
font-size: 5em;
}
.white {
color: #f3f3f3;
text-shadow: 0px 0px 2px #000;
}
.black {
color: #111111;
text-shadow: 0px 0px 4px #eee;
}
</style>
</head>
<body>
<textarea id="source">
class: center, middle, inverse
# Таск-менеджер
### которому вы не безразличны
.footnote[Нет, правда!]
---
class: center, middle
# Я уже использую `<appname>`, зачем мне еще одно?
---
class: center, middle, inverse
# Исследование конкурентов
---
class: left
* Приложений и сервисов для тайм-менеджмента очень много
--
* Пересекающийся функционал
--
* Расставленные акценты
--
* Ориентация на пользователя
---
class: center, middle, inverse
# Исследование ожиданий
---
background-image: url(img/lawrence.jpg)
class: top
.bigtext[.left[.black[Функционал задач]]]
---
background-image: url(img/page.jpg)
class: bottom
.bigtext[.left[.white[Разные устройства]]]
---
background-image: url(img/mara.jpg)
class: bottom
.bigtext2[.right[.white[Геймификация]]]
---
background-image: url(img/green.jpg)
class: bottom
.bigtext2[.left[.white[Техники тайм-менеджмента]]]
---
background-image: url(img/watson.jpg)
class: bottom
.bigtext2[.left[.white[Локализация]]]
---
background-image: url(img/stewart.jpg)
class: bottom
.bigtext2[.left[.white[Отсутствие багов]]]
---
class: center, middle, inverse
# Экспертное мнение
---
class: center
# Глеб Архангельский
.footnote[]
---
class: center
# Pomodoro
.footnote[]
---
class: center, middle, inverse
# And here we go!
---
# Основные выводы
--
* Быстрое добавление задачи
--
* Гибкие настройки задач
--
* Мотивация пользователя
--
* Синхронизация и поддержка на разных платформах
--
* Без навязывания техник
---
# Гибкие настройки задач
--
* Категории задач
--
* Вложенные задачи
--
* Теги
--
* Время и длительность
--
* Повторяемость
---
# Мотивация
--
* Анализ поведения пользователя. Предложение актуальных задач
--
* Общение с пользователем
--
* Геймификация
--
* Статистика
---
# Интерфейс
--
* Сортировка задач
--
* Быстрый поиск
--
* Показ коротких обучающих сообщений
--
* Лента дедлайнов
---
class: center, middle, inverse
# Спасибо!
</textarea>
<script src="http://gnab.github.io/remark/downloads/remark-latest.min.js" type="text/javascript">
</script>
<script type="text/javascript">
var slideshow = remark.create();
</script>
</body>
</html>