-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
185 lines (183 loc) · 4.55 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Botfactory</title>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="node_modules/shower-material/styles/screen-16x10.css">
</head>
<body class="shower list">
<style>
.slide a{
color: #008fd7;
}
.progress {
background-color: #008fd7;
}
.slide .shout::after, .caption {
background: #008fd7 -webkit-linear-gradient(135deg, #008fd7 50%, #0388cc 50%) no-repeat;
background: #008fd7 -o-linear-gradient(135deg, #008fd7 50%, #0388cc 50%) no-repeat;
background: #008fd7 linear-gradient(135deg, #008fd7 50%, #0388cc 50%) no-repeat;
}
.caption p {
color: hsla(0,0%,98%,0.7);
}
</style>
<header class="caption">
<h1>Botfactory</h1>
<p>What we learned from developing <a href="http://botfabrik.ch">botfabrik.ch</a></p>
</header>
<section class="slide" id="cover">
<p>
<img src="pictures/logowithfirma.svg" alt="Botfabrik logo">
</p>
<h3>What we learned from developing <a href="http://botfabrik.ch">botfabrik.ch</a></h3>
<p><a href="http://apptiva.ch/philip-schoenholzer/">Philip Schönholzer</a></p>
<!--
To apply styles to the certain slides
set slide ID to get needed elements
-->
<style>
#cover {
background-color: #008fd7;
}
#cover h3 {
margin:2rem 0 0;
color:white;
text-align:center;
font-size:2rem;
}
#cover img {
height: 18rem;
}
#cover p {
margin:1rem 0 0;
text-align:center;
color:white;
font-style:italic;
font-size:1rem;
}
#cover a {
color:white;
}
</style>
</section>
<section class="slide" id="about">
<h2>About botfabrik.ch</h2>
<ul>
<li>Question: Is there a market for bot development in Switzerland?</li>
<li class="next">Goal: A bot that sells bots</li>
<li class="next">About 2 weeks of development</li>
<li class="next">About 6 weeks online</li>
<li class="next">Initiative by Apptiva AG <img class="logo" src="pictures/logo_narrow.svg" alt="Apptiva logo"></li>
</ul>
<style>
#about img.logo {
width: 12rem;;
margin: 0 0 -0.7rem 2rem;
}
</style>
</section>
<section class="slide">
<h2>Technology</h2>
<ul>
<li>Wit.ai</li>
<li>Socket.io</li>
<li>React</li>
<li>Node js</li>
<li>Botkit by Howdy</li>
<li>Cloud Foundry @ swisscom</li>
</ul>
</section>
<section class="slide">
<h2>Demo</h2>
<p style="text-align: center; " >
<a href="http://botfabrik.ch" target="_blank">
<img style="height: 20rem;" src="pictures/botfabrik-screen.png" alt="botfabrik.ch screen shot">
</a>
</p>
</section>
<section class="slide">
<h2>Wit.ai</h2>
<a href="http://wit.ai" target="_blank"><img src="pictures/logos-wit-ai.svg" alt="Wit.ai logo"></a>
</section>
<section class="slide">
<h2 class="shout">What have we learned?</h2>
</section>
<section class="slide">
<ul>
<li>Wit.ai
<ul>
<li>Valid solution. Don't know about scalability</li>
<li>Setup tricky</li>
<li>Start with a small amount of stories</li>
<li>We are going to look at alternatives</li>
</ul>
</li>
<li class="next">SEO
<ul>
<li>This is a challenge</li>
<li>Solution not clear yet</li>
</ul>
</li>
</ul>
</section>
<section class="slide">
<ul>
<li>Integration with Slack
<ul>
<li>Very easy</li>
<li>Works surprisingly good</li>
<li>Does not scale</li>
</ul>
</li>
<li class="next">Sessions
<ul>
<li>How to keep in touch with the visitor?</li>
<li>Need so save the session locally </li>
</ul>
</li>
</ul>
</section>
<section class="slide">
<h2>Engagement</h2>
<ul>
<li>More contacts with botfabrik.ch than apptiva.ch</li>
<li class="next">People like to talk to bots... but not always with people
<img style="width: 26rem;" src="pictures/engagement.png" alt="">
</li>
</ul>
</section>
<section class="slide" id="see-more">
<h2 class="shout">
<img src="pictures/logo.svg" alt="logo">
Thank you
</h2>
<ul>
<li>[email protected]</li>
<li>@pschonholzer</li>
</p>
<style>
#see-more h2 {
font-size:100px
}
#see-more img {
width: 2em;
height: 2em;
margin: -0.6em 0.3em;
}
#see-more ul {
position: absolute;
z-index: 10;
top: 64%;
left: 39%;
color: white;
}
</style>
</section>
<script src="node_modules/shower-core/shower.min.js"></script>
<!-- Copyright © 2015 Yours Truly, Famous Inc. -->
<!-- Photos by John Carey, fiftyfootshadows.net -->
</body>
</html>