-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
161 lines (136 loc) Β· 5.28 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>reveal.js</title>
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/beige.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-background-image="images/bg.png">
<img src="images/carrot-logo.svg" style="width: 15%;">
<h2>Karrot</h2>
<h3>from saving food to saving society?</h3>
<p>Nick Sellen and Bruno Chies</p>
</section>
<section data-background-image="images/bg.png">
<h2>Try it out!</h2>
<ol>
<li>go to <strong><a href="https://karrot.world">karrot.world</a></strong> and sign up</li>
<li>search groups for <em>"festival"</em></li>
<li>join the <strong>"Foodsharing Festival Playground"</strong> group</li>
</ol>
<p><em>ask in the chat if you get lost/stuck</em></p>
</section>
<section data-background-image="images/bg.png">
<h2>The origin story</h2>
</section>
<section data-background-image="images/wuppdays2015.png">
<h2 style="background: black; color: white; display: inline-block; padding: 20px;">back in 2015...</h2>
</section>
<section data-background-image="images/wuppdaysmalo.jpg"></section>
<section data-background-image="images/chemnitz.jpg"></section>
<section data-background-image="images/heichelheim.jpg"></section>
<section data-background-image="images/tilmannsplace.jpg"></section>
<!--
<section data-background-image="images/berlinhackweekend.jpg"></section>
-->
<section data-background-image="images/bg.png">
<h2>So, what came out of all of that?</h2>
</section>
<section data-background-image="images/kanthaus2.png">
<h2 style="background: black; color: white; display: inline-block; padding: 20px;">kanthaus</h2>
</section>
<section data-background-image="images/sirplus.png">
<h2 style="background: black; color: white; display: inline-block; padding: 20px;">SirPlus</h2>
</section>
<section data-background-image="images/foodsharingdev.png">
<h2 style="background: black; color: white; display: inline-block; padding: 20px;">foodsharing dev</h2>
</section>
<section data-background-image="images/karrothomepage.png">
<h2 style="background: black; color: white; display: inline-block; padding: 20px;">karrot</h2>
</section>
<section data-background-image="images/bg.png">
<h2>Like foodsharing but...</h2>
<ol>
<li>independent groups</li>
<li>no admin roles</li>
<li>more than saving food</li>
</ol>
</section>
<section
data-background-image="images/karrotgroups.png"
data-background-size="contain">
<div style="background: black; color: white; display: inline-block; padding: 20px; text-align: left;">
<h3 style="color: white;">Where are we?</h3>
~25 communities<br>
~7000 people signed up<br><br>
<em>each month</em><br>
~3000 activities done<br>
~1000 people use the site<br>
~600 people do an activity<br>
</div>
</section>
<section data-background-image="images/karrotmap2.png">
</section>
<section
data-background-image="images/karrotgroups.png"
data-background-size="contain">
</section>
<section data-background-image="images/bg.png">
<h2>Also...</h2>
π we are still here!<br>
π€ regular team meetings<br>
π©πΌβπ connections with academia<br>
π still growing!<br>
</section>
<section data-background-image="images/bg.png">
<h2>Where we're heading</h2>
π² beyond food<br>
π¨ customisation<br>
π self-organisation<br>
</section>
<section data-background-image="images/bg.png">
<h2>Challenges</h2>
π€Ή skills and time in a small team<br>
π¦₯ diversity of needs<br>
π²economic model<br>
π₯± yet another platform<br>
π§ not as polished as startup<br>
</section>
<section data-background-image="images/bg.png">
<h2>Questions</h2>
π₯ Are you involved in groups that could use Karrot?<br>
π How do you get less active people more involved?<br>
π§βπΌ Do you need your admin structures?<br>
</section>
<section data-background-image="images/bg.png">
<h2>Thanks!</h2>
π <a href="https://community.foodsaving.world">community.foodsaving.world</a><br>
π¬ <a href="https://chat.foodsaving.world">chat.foodsaving.world</a><br>
π¨ [email protected]<br>
</section>
</div>
</div>
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
</script>
</body>
</html>