forked from hakimel/reveal.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
372 lines (318 loc) · 11.6 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
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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Tools for Startup Teams – Startup Weekend Nürnberg 2016 // EXTENDED</title>
<meta name="description" content="A framework for easily creating beautiful presentations using HTML">
<meta name="author" content="Hakim El Hattab">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/solarized.css" id="theme">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h1>Tools for Startup Teams</h1>
<h3>Startup Weekend Nürnberg 2016 // EXTENDED</h3>
</section>
<section>
<h2>Michael Stingl</h2>
<p>
Twitter: <a href="https://twitter.com/michaelstingl">@michaelstingl</a><br>
GitHub: <a href="https://github.com/michaelstingl">@michaelstingl</a><br>
Snapchat: <a href="http://www.snapchat.com/add/michaelstingl">michaelstingl</a><br>
elsewhere: …
</p>
</section>
<section>
<h2>Tools are REALLY NOT that important</h2>
<ol>
<li>Team</li>
<li>Team</li>
<li>Team</li>
<li>Market</li>
<li>Progress</li>
<li>Idea</li>
<li>…</li>
<li>Tools</li>
</ol>
</section>
<section>
<h2>Tools to …</h2>
<ul>
<li>Operate</li>
<li>Collaborate</li>
<li>Build</li>
<li>Communicate</li>
</ul>
</section>
<!-- operate -->
<section>
<h1>Operate</h1>
</section>
<section>
<h2>Mail</h2>
<ul>
<li>Gmail: <a href="https://mail.google.com/">https://mail.google.com/</a></li>
<li>mailbox.org: <a href="https://mailbox.org/">https://mailbox.org/</a></li>
<li>Uberspace: <a href="https://uberspace.de/">https://uberspace.de/</a></li>
<li>GoDaddy: <a href="https://www.godaddy.com/">https://www.godaddy.com/</a></li>
</ul>
<p>
<img data-src="images/operate-uberspace.png">
</p>
</section>
<section>
<h2>Phone (& Fax)</h2>
<ul>
<li>sipgate basic</li>
<li>sipgate team</li>
</ul>
</section>
<section>
<h2>sipgate basic</h2>
<p>
<img data-src="images/operate-sipgate-basic.png">
</p>
</section>
<section>
<h2>sipgate team</h2>
<p>
<img data-src="http://www.sipgate.de/beta/public/static/images/team/features/screens/benutzereinstellungen.jpg">
</p>
</section>
<section>
<h2>Business Address</h2>
</p>
Coworking Nürnberg<br>
<a href="http://coworking-nuernberg.de/postbox/">http://coworking-nuernberg.de/postbox/</a>
</p>
</section>
<!-- collaborate -->
<section>
<h1>Collaborate</h1>
</section>
<section>
<h2>Files & Docs</h2>
<ul>
<li>Dropbox: <a href="https://www.dropbox.com/">https://www.dropbox.com/</a></li>
<li>Google Drive: <a href="https://drive.google.com/">https://drive.google.com/</a></li>
<li>ownCloud: <a href="https://owncloud.org/">https://owncloud.org/</a></li>
</ul>
<p>
<img data-src="https://owncloud.org/wp-content/uploads/2015/12/code-screenshot-9.png">
</p>
</section>
<section>
<h2>Work-Chat</h2>
<ul>
<li>Facebook, WhatsApp: Not useful</li>
<li>Slack: <a href="https://slack.com/">https://slack.com/</a></li>
<li>Mattermost: <a href="https://www.mattermost.org/">https://www.mattermost.org/</a></li>
</ul>
<p>
<img data-src="https://a.slack-edge.com/c018/img/tour/tour_header_video_1680px.png">
</p>
</section>
<section>
<h2>Project Management</h2>
<ul>
<li>Basecamp: <a href="https://basecamp.com/">https://basecamp.com/</a></li>
<li>Asana: <a href="https://asana.com/">https://asana.com/</a></li>
<li>planio (Redmine): <a href="https://plan.io/">https://plan.io/</a></li>
<li>Trello: <a href="https://basecamp.com/">https://basecamp.com/</a></li>
</ul>
<p>
<img data-src="https://d2k1ftgv7pobq7.cloudfront.net/meta/p/res/images/371849cc490bb134403a163247624663/[email protected]">
</p>
</section>
<section>
<h2>Trello</h2>
<p>
<img data-src="https://d2k1ftgv7pobq7.cloudfront.net/meta/p/res/images/6d087541e5e4a72bb33f0d7f6aa0f2e3/usecases-board04.jpg">
</p>
</section>
<section>
<h2>Trello</h2>
<p>
<img data-src="https://d2k1ftgv7pobq7.cloudfront.net/meta/p/res/images/bb311e4d3417ac027a5e4545146389e7/usecases-board02.jpg">
</p>
</section>
<section>
<h2>Magic</h2>
<ul>
<li>Zapier: <a href="https://zapier.com/">https://zapier.com/</a></li>
<li>IFTT: <a href="https://ifttt.com/">https://ifttt.com/</a></li>
</ul>
<p>
<img data-src="https://zapier.cachefly.net/static/1BRrSq/images/homepage/editor/editor.png">
</p>
</section>
<!-- build -->
<section>
<h1>Build</h1>
</section>
<section>
<h2>Manage Code and More</h2>
<ul>
<li>Git/GitHub: <a href="https://basecamp.com/">https://basecamp.com/</a></li>
<li>GitLab: <a href="https://gitlab.com">https://gitlab.com</a></li>
<li>Gogs: <a href="https://gogs.io/">https://gogs.io/</a></li>
</ul>
<p>
<img data-src="https://pages.github.com/images/[email protected]">
</p>
</section>
<section>
<h2>Website without Coding</h2>
<ul>
<li>Squarespace: <a href="https://www.squarespace.com/">https://www.squarespace.com/</a></li>
<li>Jimdo: <a href="http://www.jimdo.com/">http://www.jimdo.com/</a></li>
<li>Divi WordPress Theme: <a href="https://www.elegantthemes.com/gallery/divi/">https://www.elegantthemes.com/gallery/divi/</a></li>
<li>Webflow: <a href="https://webflow.com/">https://webflow.com/</a></li>
</ul>
<p>
<img data-src="https://www.elegantthemes.com/gallery/divi/documentation/visual-builder/images/2.jpg">
</p>
</section>
<section>
<h2>Prototype and More</h2>
<ul>
<li>Balsamiq Mockups: <a href="https://balsamiq.com/">https://balsamiq.com/</a></li>
<li>sketchboard.io: <a href="https://sketchboard.io/">https://sketchboard.io/</a></li>
</ul>
<p>
<img data-src="https://sketchboard.io/img/features/950x594-sketchboard-1.png">
</p>
</section>
<!-- communicate -->
<section>
<h1>Communicate</h1>
</section>
<section>
<h2>Landing Pages</h2>
<ul>
<li>Instapage: <a href="https://instapage.com/">https://instapage.com/</a></li>
<li>KickoffLabs: <a href="https://kickofflabs.com/">https://kickofflabs.com/</a></li>
<li>Lander: <a href="https://landerapp.com/">https://landerapp.com/</a></li>
<li>Launchrock: <a href="https://www.launchrock.com/">https://www.launchrock.com/</a></li>
<li>Unbounce: <a href="http://unbounce.com/">http://unbounce.com/</a></li>
<li>QuickMVP: <a href="http://quickmvp.com/">http://quickmvp.com/</a></li>
</ul>
</section>
<section>
<h2>Newsletter</h2>
<p>
MailChimp: <a href="http://mailchimp.com/">http://mailchimp.com/</a>
</>
<p>
<img data-src="http://static.mailchimp.com/web/features/mc-features-drag-drop.jpg">
</p>
</section>
<section>
<h2>Track & Grow</h2>
<ul>
<li>AdWords: <a href="https://www.google.de/adwords/">https://www.google.de/adwords/</a></li>
<li>Google Analytics: <a href="https://www.google.com/analytics/">https://www.google.com/analytics/</a></li>
<li>Webmaster Tools: <a href="https://www.google.com/webmasters/">https://www.google.com/webmasters/</a></li>
<li>Piwik: <a href="https://piwik.org/">https://piwik.org/</a></li>
<li>OnPage.org: <a href="https://onpage.org/">https://onpage.org/</a></li>
</ul>
<p>
<img data-src="https://www.google.com/intl/de_de/analytics/images/GA_Home_Hero_01_dashboard.png">
</p>
</section>
<section>
<h2>CRM</h2>
<ul>
<li>Highrise: <a href="https://highrisehq.com/">https://highrisehq.com/</a></li>
<li>Zoho CRM: <a href="https://www.zoho.com/crm/">https://www.zoho.com/crm/</a></li>
<li>Streak: <a href="https://www.streak.com/">https://www.streak.com/</a></li>
<li>CRM Freeware: <a href="http://reichepoet.blogspot.de/2015/05/crm-freeware-21-kostenlose-crm-tools-im.html">Blogpost von Ute Muendlein</a></li>
</ul>
<p>
<img data-src="https://www.streak.com/images/homepage/From%20Now%20On%20This%20Is%20What%20CRM%20Looks%20Like.png">
</p>
</section>
<section>
<h2>Advanced</h2>
<ul>
<li>HubSpot: <a href="http://www.hubspot.com/">http://www.hubspot.com/</a></li>
<li>Chimp: <a href="https://chimphq.de/">https://chimphq.de/</a></li>
</ul>
<p>
<img data-src="https://chimphq.de/media/573204ed08795611398b45b3/2016/09/chimp-design-framework.png">
</p>
</section>
<!-- 650 tools -->
<section>
<h2>650 Kostenlose Startup Tools</h2>
<h3>Björn Erkens</h3>
<p>Startup Mentor z.B. bei BayStartUP oder Werk1</p>
<p>
<a href="http://startuperfolg.com/650-kostenlose-startup-tools/">http://startuperfolg.com/650-kostenlose-startup-tools/</a>
</p>
</section>
<!-- thanks -->
<section>
<h2>Thank You!</h2>
<p>
This presentation is available on GitHub:
</p>
<p>
View:<br>
<a href="https://michaelstingl.github.io/swnue-startup-team-tools/" target="_blank">https://michaelstingl.github.io/swnue-startup-team-tools/</a>
</p>
<p>
Fork:<br>
<a href="https://github.com/michaelstingl/swnue-startup-team-tools" target="_blank">https://github.com/michaelstingl/swnue-startup-team-tools</a>
</p>
<p>
Run local:
</p>
<pre><code data-trim data-noescape>
php -S localhost:8080
</code></pre>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>