forked from luxembourgjs/luxembourgjs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
294 lines (273 loc) · 16.7 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
<!DOCTYPE HTML>
<!--
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html lang="en">
<head>
<meta charset="utf-8">
<title>JS Luxembourg Meetup</title>
<meta name="description" content="The finest JavaScript User Group in Luxembourg - Meeting the first Wednesday of each month">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="theme/assets/css/main.css" />
<noscript><link rel="stylesheet" href="theme/assets/css/noscript.css" /></noscript>
<style>
#banner .logo img {
width: 200px;
height: 200px;
}
.meetup {
margin-left: 30px;
}
.twitter-timeline {
margin-right: 30px;
}
body.jslu {
background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), url("img/bg.jpg");
}
.jslu .gitter-open-chat-button {
background-color: #f6c347;
color: black;
font-weight: bold;
}
.jslu .gitter-open-chat-button {
background-color: #f6c347;
color: black;
font-weight: bold;
}
.jslu.is-preload .gitter-open-chat-button {
opacity: 0;
}
</style>
</head>
<body class="is-preload jslu">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Gitter "Open Chat" button -->
<!-- Customise here https://sidecar.gitter.im/ -->
<script>
((window.gitter = {}).chat = {}).options = {
room: 'js-luxembourg/Lobby'
};
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
<!-- Banner -->
<section id="banner">
<div class="inner">
<div class="logo"><img src="img/jslu-logo.jpg" alt="JS Luxembourg"></div>
<h1>JS Luxembourg</h1>
<p>The finest JavaScript User Group in Luxembourg</p>
</div>
</section>
<!-- Wrapper -->
<section id="wrapper">
<!-- One -->
<section id="one" class="wrapper spotlight style1">
<div class="inner">
<iframe title="Infos from meetup.com" class="meetup" width="225" height="570" src="https://meetu.ps/3j8dzQ" frameborder="0"></iframe>
<div class="content">
<h2 class="major">When is the next event?</h2>
<p>We usually have one event per month, the first wednesday of the month. Each event is announced on meetup.com., where we kindly ask you to RSVP for organisational reasons. The location of the event changes regularly, so be sure to check the event page on meetup.com for more details. </p>
<a href="https://www.meetup.com/JSLuxembourg/" class="special">JSLuxembourg on Meetup.com</a>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt spotlight style2">
<div class="inner">
<a class="twitter-timeline" data-lang="en" data-width="450" data-height="300" data-dnt="true" data-theme="dark" data-link-color="#2B7BB9" href="https://twitter.com/JSLuxembourg?ref_src=twsrc%5Etfw">Tweets by JSLuxembourg</a> <script async src="https://platform.twitter.com/widgets.js"></script>
<div class="content">
<h2 class="major">How can I stay informed?</h2>
<p>We have Twitter and Facebook accounts managed by our members.</p>
<a href="https://twitter.com/jsluxembourg" class="special">Follow us on Twitter</a>
<a href="https://www.facebook.com/groups/jsluxembourg/" class="special">Follow us on Facebook</a>
<a href="http://eepurl.com/dFoSOb" class="special">Subscribe to our biweekly newsletter</a>
</div>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper spotlight style3">
<div class="inner">
<a href="https://gitter.im/js-luxembourg" class="image"><img src="img/gitter.svg" alt="gitter" /></a>
<div class="content">
<h2 class="major">How can I stay in touch with the community?</h2>
<p>We are currently switching to Gitter. Gitter is simple, you can log in with your Twitter, Github or Gitlab account and join our room! To join us, click on the following link or on the "open chat" button at the bottom right of this website.</p>
<a href="https://gitter.im/js-luxembourg" class="special">Join our Gitter room</a>
</div>
</div>
</section>
<!-- Four -->
<section id="four" class="wrapper alt style1">
<div class="inner">
<h2 class="major">Last talks & slides</h2>
<p>You can find here the slides from the latest talks that have been given during our meetups.</p>
<section class="features">
<article>
<a href="https://krampstudio.com/offline-webapp-talk/" class="image"><img src="./pres_thumb/offline-web-app_XYZ.png" alt="Offline Web App" /></a>
<h3 class="major">Offline Web Apps</h3>
<p>by <a href="https://twitter.com/kramp">Bertrand Chevrier</a> / February 2019</p>
<a href="https://krampstudio.com/offline-webapp-talk/" class="special">Slides</a>
</article>
<article>
<a href="https://stephaniewalter.design/blog/super-secret-powers-of-mobile-browsers-talk-slides/" class="image"><img src="pres_thumb/mobile_browsers_SWa.png" alt="Super Secret Powers of Mobile Browsers" /></a>
<h3 class="major">Super Secret Powers of Mobile Browsers</h3>
<p>by <a href="https://twitter.com/walterstephanie">Stéphanie Walter</a> / January 2019</p>
<a href="https://stephaniewalter.design/blog/super-secret-powers-of-mobile-browsers-talk-slides/" class="special">Slides</a>
</article>
<article>
<a href="https://docs.google.com/presentation/d/1HCeTpKv6lCXCGJFtkRFoVbkmd_C5-Ggv4h4JlxHyaXQ/edit#slide=id.g45f10dffa6_0_0" class="image"><img src="pres_thumb/typescript_GMo.png" alt="Typescript: tips and best practices" /></a>
<h3 class="major">Typescript: tips and best practices</h3>
<p>by <a href="https://twitter.com/255kb">Guillaume Monnet</a> & <a href="https://github.com/thomaswinckell">Thomas Winckell</a> / December 2018</p>
<a href="https://docs.google.com/presentation/d/1HCeTpKv6lCXCGJFtkRFoVbkmd_C5-Ggv4h4JlxHyaXQ/edit#slide=id.g45f10dffa6_0_0" class="special">Slides</a>
</article>
<article>
<a href="https://www.slideshare.net/vasilikaklimova/webgl-practical-application" class="image"><img src="pres_thumb/webgl_VKl.png" alt="WebGL Practical application" /></a>
<h3 class="major">WebGL Practical application</h3>
<p>by <a href="https://twitter.com/lik04ka">Vasilika Klimova</a> / December 2018</p>
<a href="https://www.slideshare.net/vasilikaklimova/webgl-practical-application" class="special">Slides</a>
</article>
<article>
<a href="https://slides.com/nicolasfrizzarin/angular-element/fullscreen" class="image"><img src="pres_thumb/angular_element_NFr.png" alt="Angular Element" /></a>
<h3 class="major">Angular Element</h3>
<p>by <a href="https://twitter.com/Nicooss54">Nicolas Frizzarin</a> / November 2018</p>
<a href="https://slides.com/nicolasfrizzarin/angular-element/fullscreen" class="special">Slides</a>
</article>
<article>
<a href="pres/devops_SBo.pdf" class="image"><img src="pres_thumb/devops_SBo.png" alt="Deploy fast and well" /></a>
<h3 class="major">Deploy fast and well</h3>
<p>by Sami Boudrai / November 2018</p>
<a href="pres/devops_SBo.pdf" class="special">Slides</a>
</article>
<article>
<a href="https://docs.google.com/presentation/d/1lhDgVUUWlqhN6ZbWL1Dad0QUwcxPV8zMHp9ssRohZxA/edit?usp=sharing" class="image"><img src="pres_thumb/mockoon_GUm.png" alt="Mockoon" /></a>
<h3 class="major">Mockoon</h3>
<p>by <a href="https://github.com/255kb">Guillaume Monnet</a> / October 2018</p>
<a href="https://docs.google.com/presentation/d/1lhDgVUUWlqhN6ZbWL1Dad0QUwcxPV8zMHp9ssRohZxA/edit?usp=sharing" class="special">Slides</a>
</article>
<article>
<a href="https://becoming.lu/about" class="image"><img src="pres_thumb/becominglu_ROm.png" alt="Becoming.lu" /></a>
<h3 class="major">Becoming.lu</h3>
<p>by <a href="https://bitbucket.org/rodislav">Rodislav Moldovan</a> / October 2018</p>
<a href="https://becoming.lu/about" class="special">Slides</a>
</article>
<article>
<a href="https://github.com/ffauchille/js-meetup-lu-chatbot" class="image"><img src="pres_thumb/chatbot_FFa.png" alt="Building chatbot without cloud" /></a>
<h3 class="major">Building chatbots without Cloud</h3>
<p>by <a href="https://github.com/ffauchille">Florent Fauchille</a> / September 2018</p>
<a href="https://github.com/ffauchille/js-meetup-lu-chatbot" class="special">Slides</a>
</article>
<article>
<a href="https://dom99.now.sh/presentation/reveal.js-2.6.2/test/examples/dom99" class="image"><img src="pres_thumb/dom99_CWa.png" alt="dom99" /></a>
<h3 class="major">dom99</h3>
<p>by <a href="https://github.com/GrosSacASac">Cyril Walle</a> / September 2018</p>
<a href="https://dom99.now.sh/presentation/reveal.js-2.6.2/test/examples/dom99" class="special">Slides</a>
</article>
<article>
<a href="https://speakerdeck.com/littleiffel/reflections-on-operating-a-serverless-api" class="image"><img src="pres_thumb/serverless_TNi.jpg" alt="On Serverless - Using Serverless in Production" /></a>
<h3 class="major">On Serverless - Using Serverless in Production</h3>
<p>by <a href="https://twitter.com/littleiffel">Thierry Nicola</a> / June 2018</p>
<a href="https://speakerdeck.com/littleiffel/reflections-on-operating-a-serverless-api" class="special">Slides</a>
</article>
<article>
<a href="https://www.dropbox.com/s/gwayo9hn7vfv2q1/CSS-Variables.pdf?dl=0" class="image"><img src="pres_thumb/css_variables_GCr.jpg" alt="CSS Variables in the real life" /></a>
<h3 class="major">CSS Variables in the real life</h3>
<p>by <a href="https://twitter.com/geoffrey_crofte">Geoffrey Crofte</a> / May 2018</p>
<a href="https://www.dropbox.com/s/gwayo9hn7vfv2q1/CSS-Variables.pdf?dl=0" class="special">Slides</a>
</article>
<article>
<a href="https://slides.com/alainvagner/deck#/" class="image"><img src="pres_thumb/accessibility_101_AVa.jpg" alt="Accessibility 101" /></a>
<h3 class="major">Accessibility 101</h3>
<p>by <a href="https://twitter.com/biou">Alain Vagner</a> / May 2018</p>
<a href="https://slides.com/alainvagner/deck#/" class="special">Slides</a>
</article>
<article>
<a href="https://github.com/ou2s/slides/raw/master/JSMeetup%20Luxembourg%20-%2003042018/JSMeetup_RN_in_Production.pdf" class="image"><img src="pres_thumb/react_native_OGh.jpg" alt="React Native in production" /></a>
<h3 class="major">React Native in production</h3>
<p>by <a href="https://github.com/ou2s">Oussama Ghalbzouri</a> / April 2018</p>
<a href="https://github.com/ou2s/slides/raw/master/JSMeetup%20Luxembourg%20-%2003042018/JSMeetup_RN_in_Production.pdf" class="special">Slides</a>
</article>
<article>
<a href="https://github.com/GrosSacASac/JavaScript-Set-Up/tree/master/general/html-streaming" class="image"><img src="pres_thumb/html_streaming_CWa.jpg" alt="HTML Streaming" /></a>
<h3 class="major">HTML Streaming</h3>
<p>by <a href="https://github.com/GrosSacASac/">Cyril</a> / April 2018</p>
<a href="https://github.com/GrosSacASac/JavaScript-Set-Up/tree/master/general/html-streaming" class="special">Slides</a>
</article>
<article>
<a href="https://github.com/anton-kabysh/flowtype-experiments" class="image"><img src="pres_thumb/flow_type_AKa.jpg" alt="Let your types Flow. Pragmatic introduction to Flowtype" /></a>
<h3 class="major">Let your types Flow. Pragmatic introduction to Flowtype</h3>
<p>by <a href="https://github.com/anton-kabysh">Anton Kabysh</a> / March 2018</p>
<a href="https://github.com/anton-kabysh/flowtype-experiments" class="special">Slides</a>
</article>
<article>
<a href="https://docs.google.com/presentation/d/1E8Cz1QX6nLKzG7Vul9bX8hby9u22iT3k2gByCnBHcyM/edit?usp=sharing" class="image"><img src="pres_thumb/ionic_ASp.jpg" alt="IONIC 3 from scratch to store" /></a>
<h3 class="major">IONIC 3 from scratch to store</h3>
<p>by <a href="https://twitter.com/arthurspitznage?lang=en">Arthur Spitznagel</a> / February 2018</p>
<a href="https://docs.google.com/presentation/d/1E8Cz1QX6nLKzG7Vul9bX8hby9u22iT3k2gByCnBHcyM/edit?usp=sharing" class="special">Slides</a>
</article>
<article>
<a href="https://github.com/Algar/JSLuxembourg-February2018-VisualRegressionTesting" class="image"><img src="pres_thumb/visual_regression_AGa.jpg" alt="Visual regression testing" /></a>
<h3 class="major">Visual regression testing</h3>
<p>by <a href="https://www.yotako.io">Alfonso Garcia</a> / February 2018</p>
<a href="https://github.com/Algar/JSLuxembourg-February2018-VisualRegressionTesting" class="special">Slides</a>
</article>
<article>
<a href="https://docs.google.com/presentation/d/10dvXKYrEZ_H8MElw6Cdpd4u5COBpJPlquT6Kf2o9iNs/edit?usp=sharing" class="image"><img src="pres_thumb/graphql_TNi.jpg" alt="What the QL? Introduction to GraphQL." /></a>
<h3 class="major">What the QL? Introduction to GraphQL.</h3>
<p>by <a href="https://twitter.com/littleiffel">Thierry Nicola</a> / January 2018</p>
<a href="https://docs.google.com/presentation/d/10dvXKYrEZ_H8MElw6Cdpd4u5COBpJPlquT6Kf2o9iNs/edit?usp=sharing" class="special">Slides</a>
</article>
<article>
<a href="https://js-mf.github.io/" class="image"><img src="pres_thumb/jsmf_JSo.jpg" alt="The JavaScript Way of Model-Driven Engineering" /></a>
<h3 class="major">The JavaScript Way of Model-Driven Engineering</h3>
<p>by <a href="https://twitter.com/reversal_js">Jean-Sébastien Sottet</a> / January 2018</p>
<a href="https://js-mf.github.io/" class="special">Slides</a>
</article>
</section>
</div>
</section>
</section>
<!-- Footer -->
<section id="footer">
<div class="inner">
<h2 class="major">Get in touch about Talks or Sponsorship</h2>
<p>If you would like to propose a talk, don't be shy, just use this form and contact us :) We are also open for any kind of help or sponsorship. With regards to sponsorship, we are mainly looking for companies / organisations that would like to host our events in Luxembourg-City and offer the catering in exchange of some visibility. We can propose to display the name and logo of your company on the meetup event page, we will thank you in tweets about the event and we will thank you during the event.</p>
<form method="post" action="https://formspree.io/jslux@sous-anneau.org">
<div class="fields">
<div class="field">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field">
<label for="email">Email</label>
<input type="email" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="4"></textarea>
</div>
<input type="text" name="_gotcha" style="display:none" />
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
</ul>
</form>
<ul class="contact">
<li class="fa-twitter"><a href="https://twitter.com/jsluxembourg">twitter.com/jsluxembourg</a></li>
<li class="fa-facebook"><a href="https://www.facebook.com/groups/jsluxembourg/">facebook.com/groups/jsluxembourg</a></li>
</ul>
<ul class="copyright">
<li>© JSLuxembourg. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="theme/assets/js/jquery.min.js"></script>
<script src="theme/assets/js/jquery.scrollex.min.js"></script>
<script src="theme/assets/js/browser.min.js"></script>
<script src="theme/assets/js/breakpoints.min.js"></script>
<script src="theme/assets/js/util.js"></script>
<script src="theme/assets/js/main.js"></script>
</body>
</html>