-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
61 lines (52 loc) · 2.92 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
---
layout: default
---
<section >
<div class="learn-coding">
<div class="section typeset">
<div class="single-measure">
<h3>Learn Coding</h3>
<p>
Du wolltest schon immer mal programmieren? Oder willst endlich mal Node.js ausprobieren? Nimm teil und lerne Programmieren mit Node.js ganz einfach - versprochen! Es hilft, wenn du schon mal etwas mit JavaScript gemacht hast - wenn nicht, komm trotzdem! Wir helfen gern.
</p>
<p>
Join us and learn coding with us. You are going to learn the basics of Node.js. It's a plus if you know some JavaScript beforehand, but if not we can help you out.
</p>
</div>
</div>
</div>
<div class="self-guided">
<div class="section typeset">
<div class="single-measure">
<h3>Self-Guided</h3>
<p>
Du lernst mit kleinen Programmen, die du selbst schreibst - keine langweiligen Vorträge! Alle Aufgaben sind Open Source und online unter nodeschool.io verfügbar, so kannst du auch ganz einfach nach der NodeSchool selber weiter lernen.
</p>
<p>
You will go through a set of self-paced challenges. No boring talks. All challenges are Open Source and available online on <a href="http://nodeschool.io/">nodeschool.io</a>. This means you can continue learning after the event.
</p>
</div>
</div>
</div>
<div class="for-everyone">
<div class="section typeset">
<div class="single-measure">
<h3>For Everyone</h3>
<p>
Wir finden programmieren großartig und möchten ein Event für alle machen. Das bedeutet, wir freuen uns über alle Teilnehmer - ganz gleich wie fit ihr schon mit JavaScript oder Node.js seid. Wir erwarten aber auch, dass alle genauso großartig zueinander sind und unseren <a href="https://github.com/nodeschool/augsburg/blob/gh-pages/code_of_conduct.md">Code of Conduct</a> respektieren.
</p>
<p>
We think coding is awesome and everyone should feel welcome at our event. This includes that we are expecting all participants to be awesome to each other and respect the <a href="https://github.com/nodeschool/augsburg/blob/gh-pages/code_of_conduct.md">Code of Conduct</a>.
</p>
</div>
</div>
</div>
<div class="attend">
<div class="section typeset">
<div class="single-measure">
<h3>Interested in learning Node.js?</h3>
<p>Head over to 🔗 <a href="https://www.meetup.com/nodeschool-augsburg">https://www.meetup.com/nodeschool-augsburg</a>, join our community and stay informed when the next NodeSchool Augsburg will be!</p>
</div>
</div>
</div>
</section>