-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
400 lines (380 loc) · 17.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
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
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<meta property="og:image" content="https://musescodejs.org/images/ms-logo.svg">
<meta property="og:image:width" content="300"/>
<meta property="og:image:height" content="200"/>
<meta property="og:url" content="https://musescodejs.org/">
<meta property="og:title" content="Muses Code JS - JavaScript and Node workshops for women">
<meta property="og:description"
content="We believe that any person should try programming at least once in their life. Therefore we created a community where in friendly atmosphere with great vibe you can try programming first time or if you already code - learn something new about JavaScript and/or Node.js.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@MusesCodeJSSyd">
<meta name="twitter:creator" content="@ButenkoMe">
<meta name="twitter:title" content="Muses Code JS - coding workshops for women">
<meta name="twitter:description"
content="We believe that any person should try programming at least once in their life. Therefore we created a community where in friendly atmosphere with great vibe you can try programming first time or if you already code - learn something new about JavaScript and/or Node.js.">
<meta name="twitter:image" content="https://musescodejs.org/images/background1.jpg">
<meta name="twitter:image:alt" content="Two women coding">
<title>Muses Code JS - JavaScript and Node workshops for women</title>
<!-- CSS -->
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen"/>
<link rel="icon" href="images/favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"/>
</head>
<body>
<nav class="white nav--home">
<div class="nav-wrapper container">
<ul class="hide-on-med-and-down nav-list nav-list--home">
<li class="nav-list__list-item nav-list__list-item--home"><a href="./chapters.html">Chapters</a></li>
<li class="nav-list__list-item nav-list__list-item--home"><a href="./events.html">Events</a></li>
<li class="nav-list__list-item nav-list__list-item--home"><a href="./blog.html">Blog</a></li>
<li class="nav-list__list-item nav-list__list-item--home"><a href="./muses-careers.html">Careers</a></li>
<li class="nav-list__list-item nav-list__list-item--home"><a href="./resources.html">Resources</a></li>
<li class="nav-list__list-item nav-list__list-item--home"><a
href="./contacts.html">Contact Us</a></li>
</ul>
<!--hamburger menu-->
<a class="nav-button" tabindex="0">☰</a>
<span class="nav-close" tabindex="0">☰</span>
<div class="nav-frame">
<!-- Side nav for mobile - menu links MUST BE REPEATED HERE,
hidden in non-mobile settings-->
<ul class="mobile-nav">
<li><a href="./chapters.html">Chapters</a></li>
<li><a href="./events.html">Events</a></li>
<li><a href="./blog.html">Blog</a></li>
<li><a href="muses-careers.html">Careers</a></li>
<li><a href="./resources.html">Resources</a></li>
<li><a href="./contacts.html">Contact Us</a></li>
</ul>
</div>
<button class="nav-overflow"></button>
</div>
</nav>
<main>
<!-- Main background -->
<div class="hero-image">
<div class="section no-pad-bot">
<div class="container why-container">
<div class="logo-container center">
<img src="images/muses-tm-logo.svg" alt="MusesCodeJS" />
</div>
<div class="why-text-container">
<hr class="why-text-container__divider"/>
<div class="row center">
<h5 class="header col s12 light flow-text">
Muses run JavaScript and Node.js workshops for women, non-binary and trans folk
around Australia.
</h5>
<p class="col s12 flow-text">We believe that everyone should try programming at least once in
their life. Therefore we created a community where, in a friendly atmosphere with a great vibe
you can try programming for the first time or, if you already code, learn something new
about JavaScript and/or Node.js.</p>
<p class="col s12 flow-text">
Our half day coding bootcamps are also a great opportunity to grow your network and meet new
people with similar interests. Come and join our next half-day coding bootcamp with lunch
provided.</p>
</div>
</div>
</div>
</div>
</div>
<div class="valign-wrapper parallax-background parallax-background--first-img">
<div class="section no-pad-bot">
<div class="container">
<div class="row center">
<h4 class="header col s12 white-text">A community of people who learn together.</h4>
</div>
</div>
</div>
</div>
<div class="sponsors">
<div class="container">
<h4 class="header center">Sponsors</h4>
<ul class="row">
<li>
<a href="https://www.myob.com/au">
<img src="images/sponsors/myob-logo.png" alt="myob logo">
</a>
</li>
<li>
<a href="http://www.redwolfrosch.com.au/">
<img src="images/sponsors/redwolf-r-logo.jpg" alt="Redwolf and Rosch logo">
</a>
</li>
<li>
<a href="https://tabcorp.com.au/">
<img src="images/sponsors/tabcorp-logo.png" alt="Tabcorp logo">
</a>
</li>
<li>
<a href="https://www.coderfactory.com/">
<img src="images/sponsors/coderacademy-logo.png" alt="Coder Academy logo">
</a>
</li>
<li>
<a href="http://www.footballaustralia.com.au/">
<img src="images/sponsors/ffa.jpg" alt="FFA logo">
</a>
</li>
<li>
<a href="http://www.iaccelerate.com.au/">
<img src="images/sponsors/iaccelerate-logo.png" alt="IAccelerate logo">
</a>
</li>
<li>
<a href="http://yowconference.com.au/">
<img src="images/sponsors/yow-logo.jpg" alt="YOW logo">
</a>
</li>
<li>
<a href="https://www.redhat.com/en">
<img src="images/sponsors/redhat-logo.png" alt="Red Hat logo">
</a>
<li>
<a href="https://hired.com/">
<img src="images/sponsors/hired-logo.jpg" alt="Hired logo">
</a>
</li>
<li>
<a href="https://www.zendesk.com/">
<img src="images/sponsors/zendesk-logo.png" alt="ZenDesk logo">
</a>
</li>
<li>
<a href="https://about.canva.com/">
<img src="images/sponsors/canva-logo.png" alt="Canva logo">
</a>
</li>
<li>
<a href="http://www.justdigitalpeople.com.au/">
<img src="images/sponsors/justdigitalpeople-logo.png" alt="Just Digital People logo">
</a>
</li>
<li>
<a href="https://www.deputy.com">
<img src="images/sponsors/deputy-logo.png" alt="Deputy logo">
</a>
</li>
<li>
<a href="https://www.arbornetworks.com/">
<img src="images/sponsors/arbor.png" alt="Arbor logo">
</a>
</li>
<li>
<a href="https://www.commoncode.io/">
<img src="images/sponsors/common_code-logo.png" alt="Common Code logo">
</a>
</li>
<li>
<a href="https://www.sidekicker.com.au">
<img src="images/sponsors/side-kicker-logo.png" alt="Sidekicker logo">
</a>
</li>
<li>
<a href="https://www.hays.com.au">
<img src="images/sponsors/HAYS-logo.png" alt="Hays logo">
</a>
</li>
<li>
<a href="https://www.anz.com.au">
<img src="images/sponsors/anz-logo.png" alt="ANZ logo">
</a>
</li>
<li>
<a href="https://www.amaysim.com.au/">
<img src="images/sponsors/amaysim-logo.png" alt="Amaysim logo">
</a>
</li>
<li>
<a href="https://www.sixpivot.com/">
<img src="images/sponsors/sixpivot.png" alt="SixPivot logo">
</a>
</li>
<li>
<a href="https://www.qld.gov.au/dsiti">
<img src="images/sponsors/qld-gov.png" alt="QLD Government logo">
</a>
</li>
<li>
<a href="https://bluedotinnovation.com/">
<img src="images/sponsors/bluedot_logo.png" alt="BlueDot Innovation logo">
</a>
</li>
<li>
<a href="https://generalassemb.ly/locations/sydney">
<img src="images/sponsors/generalassembly-logo.png" alt="General Assembly logo">
</a>
</li>
<li>
<a href="https://www.lookahead.com.au">
<img src="images/sponsors/lookahead-logo.jpg" alt="Lookahead logo">
</a>
</li>
<li>
<a href="http://www.fishburners.org">
<img src="images/sponsors/fishburners.png" alt="Fishburners logo">
</a>
</li>
<li>
<a href="https://www.gitkraken.com/">
<img src="images/sponsors/gitkraken-logo.png" alt="GitKraken logo">
</a>
</li>
<li>
<a href="https://www.rexlabs.io/">
<img src="images/sponsors/rexlabs.png" alt="Rexlabs logo">
</a>
</li>
<li>
<a href="https://www.gbst.com/">
<img src="images/sponsors/gbst.jpg" alt="GBST logo">
</a>
</li>
<li>
<a href="https://agilityapplications.com/">
<img src="images/sponsors/agility_app.jpg" alt="Agility Applications logo">
</a>
</li>
<li>
<a href="https://www.fluxperth.com/">
<img class="sponsor" src="images/sponsors/flux-logo.png" alt="Flux logo">
</a>
</li>
<li>
<a href="https://www.cogent.co">
<img src="images/sponsors/cogent-logo.png" alt="Cogent logo">
</a>
</li>
<li>
<a href="https://www.ourxplor.com">
<img src="images/sponsors/ourxplor-logo.webp" alt="OurXplor logo">
</a>
</li>
<li>
<a href="https://acloud.guru/">
<img src="images/sponsors/acloudguru.png" alt="A Cloud Guru logo">
</a>
</li>
<li>
<a href="https://www.bcgdv.com/">
<img src="images/sponsors/bcg-logo.png" alt="BCG Digital Ventures logo">
</a>
</li>
<li>
<a href="https://www.siteminder.com/">
<img src="images/sponsors/siteminder-logo.png" alt="Siteminder logo">
</a>
</li>
<li>
<a href="https://www.quantium.com/">
<img src="images/sponsors/quantium-logo.png" alt="Quantium logo">
</a>
</li>
<li>
<a href="https://www.roberthalf.com.au/">
<img src="images/sponsors/robert-half-logo.png" alt="Robert Half logo">
</a>
</li>
<li>
<a href="https://readify.net/">
<img src="images/sponsors/readify-logo.png" alt="Readify logo">
</a>
</li>
<li>
<a href="https://blackroc.co/">
<img src="images/sponsors/blackroc.png" alt="Blackroc logo">
</a>
</li>
<li>
<a href="https://redeye.co/">
<img src="images/sponsors/redeye.png" alt="RedEye logo">
</a>
</li>
</ul>
</div>
</div>
<div class="partners">
<div class="container">
<h4 id="next-event" class="header center">Partners</h4>
<ul class="row">
<li>
<a href="https://www.work180.com.au/">
<img src="images/partners/work180-logo.png" alt="WORK 180 logo">
</a>
</li>
<li>
<a href="https://www.thinkmill.com.au/">
<img src="images/partners/thinkmill.svg" alt="Thinkmill logo">
</a>
</li>
<li>
<a href="https://www.womenwhocode.com/">
<img src="images/partners/wwc-logo.png" alt="Women Who Code logo">
</a>
</li>
<li>
<a href="https://pragma.team/">
<img src="images/partners/pragma-team-logo.png" alt="PragmaTeam logo">
</a>
</li>
<li>
<a href="https://itwasneveradress.com/">
<img src="images/partners/IWNAD-logo.png" alt="ItWasNeverADress logo">
</a>
</li>
<li>
<a href="https://en.ippon.tech/">
<img src="images/partners/Ippon-logo.png" alt="Ippon logo">
</a>
</li>
<li>
<a href="https://www.alldaydevops.com/">
<img src="images/partners/all-day-devops-logo.png" alt="All Day Devops logo">
</a>
</li>
<li>
<a href="https://australia.voxxeddays.com/">
<img src="images/partners/voxxed-logo.png" alt="Voxxed Days logo">
</a>
</li>
</ul>
</div>
</div>
</main>
<footer class="page-footer" id="footer">
<div class="container">
<div class="row">
<div class="col l6 s12 footer__contact">
<h5 class="white-text">Contact Us</h5>
<p class="white-text">If you have any questions, would like to become a mentor, sponsor an event or want
to be involved in some way, drop us a line to <a href="mailto:[email protected]"
class="footer__mailto">[email protected]</a>.
</p>
<h5><a class="white-text footer__mailto" href="code-of-conduct.html">Code of Conduct</a></h5>
</div>
<div class="col l6 s12">
<ul class="social-icons">
<li class="social-icons__icon"><a class="white-text" href="https://twitter.com/MusesCodeJSSyd"><i
class="fa fa-twitter fa-3x"></i></a></li>
<li class="social-icons__icon"><a class="white-text" href="https://github.com/muses-code-js"><i
class="fa fa-github fa-3x"></i></a></li>
<li class="social-icons__icon"><a class="white-text" href="mailto:[email protected]"><i
class="fa fa-envelope-o fa-3x"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container white-text">
Made by Muses Code JS, with thanks to <a class="grey-text text-lighten-3" href="http://materializecss.com">Materialize</a>
</div>
</div>
</footer>
<script type='text/javascript' src='./js/ga.js'></script>
</body>
</html>