-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathevents.html
More file actions
337 lines (299 loc) · 15.4 KB
/
Copy pathevents.html
File metadata and controls
337 lines (299 loc) · 15.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="js/include.js" charset="utf-8"></script>
<script src="includes/head.js" charset="utf-8"></script>
</head>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-90298578-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-90298578-1');
</script>
<body>
<script src="includes/navbar.js" charset="utf-8"></script>
<div id="index-banner">
<div class="background" style="background:url(media/background3.jpg) no-repeat center center fixed;background-size: cover;"></div>
<div class="content">
<div style="width: 70%">
<h1 class="header center white-text"><b>events</b></h1>
<h4 class="header light center white-text">Live makers experiences with others!</h4>
<div style="margin-top: 4em" class="row center">
<p>
<a data-to="#workshops" style="padding: 5" class="btn-large badge waves-effect waves-effect waves-light">workshops</a>
<a data-to="#bootcamps" style="padding: 5; margin-left:16px" class="btn-large badge waves-effect waves-effect waves-light">bootcamps</a>
<a data-to="#design-sprints" style="padding: 5; margin-left:16px" class="btn-large badge waves-effect waves-effect waves-light">design sprints</a>
</p>
</div>
<!-- <div style="margin-top: 4em" class="row center">
<div class="col m3 s12"></div>
<div class="col m2 s4">
<a class="badge" data-to="#workshops"><img src="badges/workshops/afterwork_0.svg"></a>
</div>
<div class="col m2 s4">
<a class="badge" data-to="#bootcamps"><img src="badges/workshops/bootcamp_1.svg"></a>
</div>
<div class="col m2 s4">
<a class="badge" data-to="#design-sprints"><img src="badges/workshops/booster_2.svg"></a>
</div>
</div> -->
</div>
</div>
</div>
<script>
[...document.querySelectorAll('.badge>img')].forEach(img => {
img.addEventListener('mouseenter', e => {
img.style.transition = 'all 0.2s ease-in-out';
img.style.transform = 'scale(1.15,1.15)';
});
img.addEventListener('mouseleave', e => {
img.style.transition = 'all 0.2s ease-in-out';
img.style.transform='scale(1,1)';
});
});
</script>
<div class="main">
<div class="container" id="workshops">
<h4 style="margin-top:60px" class="red-text underlined"><b>workshops</b></h4>
<p>
Workshops are 2.5 hours afterworks to learning a skill by doing!
Come to try 3d printing / 2d design / UX design / web coding / electronics / visual identity / opensource & munch more to be able to make what you want!<br>
<br>
<strong>➔ Don't miss our <a href="./#incoming-events">incoming workshops</a>!</strong><br>
<br>
You wanna lead an afterwork? Come to see us! We can help you to share your knowledge with your peers :)
<br>
</p>
<div class="row">
<div class="col s12 l4">
<div class="card">
<div class="card-image">
<img src="media/AW3.jpg">
<b class="card-title">3d design</b>
</div>
</div>
</div>
<div class="col s12 l4">
<div class="card">
<div class="card-image">
<img src="media/AW2.jpg">
<b class="card-title">web coding</b>
</div>
</div>
</div>
<div class="col s12 l4">
<div class="card">
<div class="card-image">
<img src="media/AW1.jpg">
<b class="card-title">computer vison</b>
</div>
</div>
</div>
</div>
</div>
<div class="parallax-container valign-wrapper">
<div class="parallax"><img src="media/3D.jpg"></div>
</div>
<div class="container" id="bootcamps">
<h4 style="margin-top:60px" class="red-text underlined"><b>bootcamps</b></h4 style="margin-top:60px">
<p>
Bootcamps are 4-day workshops open to the entire emlyon community. Students, alumni, staffs, incubated, executives, etc. are welcome!<br>
Through an immersion in the makers' lab technology-based, participants learn makers' skills that will make the difference on their curriculum.<br>
A bootcamp strengthen ties between collaborators while building a product emblematic of a tech that is part of a sustainable approach.<br>
<br>
<strong>➔ Don't miss our <a href="./#incoming-events">incoming bootcamps</a>!</strong><br>
<br>
</p>
<div class="row">
<div class="col s12 l6">
<div class="card">
<div class="card-image">
<iframe width="100%" height="215" src="https://www.youtube.com/embed/f_SkcdLc1xM?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
<span class="card-title">bootcamp fab</span>
</div>
<div class="card-content">
<p>
Learn electronics to drive motors,
coding to communicate with machines,
3d design to fabricate a 3d printer shell
& sharing to source your work.
<!-- <br>
<a class="red-text" href="#">> read complete story</a> -->
</p>
</div>
</div>
</div>
<div class="col s12 l6">
<div class="card ">
<div class="card-image">
<iframe width="100%" height="215" src="https://www.youtube.com/embed/QJow042pSI0?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
<span class="card-title">bootcamp code</span>
</div>
<div class="card-content">
<p >
Learn electronics to build joystick,
2d design to fab the arcade table shell,
coding to create retro video games
& sharing to source your work.
<br>
<a class="red-text" href="makers-game.html">> read complete story</a>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 l6">
<div class="card">
<div class="card-image">
<iframe width="100%" height="215" src="https://www.youtube.com/embed/sJaHXrew7a8?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
<span class="card-title">bootcamp IoT</span>
</div>
<div class="card-content">
<p>
Learn electronics to collect data,
2d design to fab the beehive shell,
web coding to create a dashboard
& sharing to source your work.
<br>
<a class="red-text" href="makers-beehive.html">> read complete story</a>
</p>
</div>
</div>
</div>
<div class="col s12 l6">
<div class="card">
<div class="card-image">
<iframe width="100%" height="215" src="https://www.youtube.com/embed/wvOLqS3_R6o?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
<span class="card-title">bootcamp robotics</span>
</div>
<div class="card-content">
<p>
Learn electronics to drive motors,
2d design to fab mario's body,
web coding to create a chatbot
& sharing to source your work.
<!-- <br>
<a class="red-text" href="#">> read complete story</a> -->
</p>
</div>
</div>
</div>
</div>
</div>
<div class="parallax-container valign-wrapper">
<div class="parallax"><img src="media/code.png"></div>
</div>
<div class="container" id="design-sprints">
<h4 style="margin-top:60px" class="red-text underlined"><b>design sprints</b></h4>
<iframe style="margin-top:30px" width="100%" height="400" src="https://www.youtube.com/embed/sgRvUxZUGhk?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
<p>
Design sprint are 4-day workshops based on a call for projects. Students, alumni, staffs, incubated, executives, etc. are welcome!<br>
Get dedicated expertises to help your team to learn agility and develop your prototype. test your prototype with prospects on the last day to get feedbacks.<br>
You have an entrepreneurship project ? Make it real !<br>
<br>
<strong>➔ Don't miss our <a href="./#incoming-events">incoming design sprints</a>!</strong><br>
<br>
</p>
<div class="row">
<div class="col s12 l4">
<div class="card">
<div class="card-image">
<img src="media/themilkman2.jpg">
<span class="card-title">The milk man</span>
</div>
<div class="card-content">
<p >
The milk man offers eco-friendly packaging to promote the purchase of bulk zero waste.
<br><p class="red-text"> made by alumni</p>
</p>
</div>
</div>
</div>
<div class="col s12 l4">
<div class="card">
<div class="card-image">
<img src="media/chatbot.jpg">
<span class="card-title">makers bot</span>
</div>
<div class="card-content">
<p >
Makers bot is a chatbot for students made by students to effectively answer their questions about school life, associative life or even administrative issues.
<br><p class="red-text"> made by students + staffs</p>
</p>
</div>
</div>
</div>
<div class="col s12 l4">
<div class="card">
<div class="card-image">
<img src="media/lilismart.jpg">
<span class="card-title">Lilismart</span>
</div>
<div class="card-content">
<p >
Lilismart brings IoT solutions to help people with loss of autonomy using connected objects and artificial intelligence.
<br><p class="red-text"> made by incubated</p>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s12 l4">
<div class="card">
<div class="card-image">
<img src="media/junto1.jpg">
<span class="card-title">Junto</span>
</div>
<div class="card-content">
<p >
Junto is a virtual guide, available 24 hours a day, capable of making personalized suggestions for tourist activities.
<br><p class="red-text"> made by students</p>
</p>
</div>
</div>
</div>
<div class="col s12 l4">
<div class="card">
<div class="card-image">
<img src="media/betleague2.jpg">
<span class="card-title">BetLeague</span>
</div>
<div class="card-content">
<p >
BetLeague is a sports betting platform between individuals. This app allows to challenge the people of your choice, the winner is the one who will have the most winning predictions.
<br><p class="red-text"> made by students</p>
</p>
</div>
</div>
</div>
<div class="col s12 l4">
<div class="card">
<div class="card-image">
<img src="media/red.jpg">
<span class="card-title">You ?</span>
</div>
<div class="card-content">
<p >
Don't miss the next call for projects
<br><a class="red-text" href="./#incoming-events">> register now !</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="includes/footer.js" charset="utf-8"></script>
<script src="includes/scripts.js" charset="utf-8"></script>
<script>
setTimeout( () => {
$( '#bootcamps .card' ).height( [].map.call( $( '#bootcamps .card' ), d => $( d ).height() ).sort( ( a, b ) => b - a )[ 0 ] )
$( '#boosters .card' ).css( 'min-height', [].map.call( $( '#boosters .card' ), d => $( d ).height() ).sort( ( a, b ) => b - a )[ 0 ] )
}, 100 );
</script>
</body>
</html>