-
Notifications
You must be signed in to change notification settings - Fork 12
/
brisbane.html
704 lines (665 loc) · 38.9 KB
/
brisbane.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
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
<!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/background1.jpg">
<meta property="og:url" content="https://musescodejs.org/brisbane.html">
<meta property="og:title" content="Muses Code JS - JavaScript and Node workshops for women in Brisbane">
<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="@BrisMuses">
<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 - 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">
<div class="nav-wrapper container">
<ul class="hide-on-med-and-down nav-list nav-list--with-image">
<li class="nav-list__list-item"><a href="chapters.html">Chapters</a></li>
<li class="nav-list__list-item"><a href="events.html">Events</a></li>
<li class="nav-list__list-item"><a href="./blog.html">Blog</a></li>
<li class="nav-list__list-item"><a href="./muses-careers.html">Careers</a></li>
<li class="nav-list__list-item"><a href="resources.html">Resources</a></li>
<li class="nav-list__list-item"><a href="./contacts.html">Contact Us</a></li>
<li class="nav-list__logo"><a href="./">
<svg xmlns="http://www.w3.org/2000/svg" width="75" height="52">
<g fill="none" fill-rule="evenodd">
<path fill="#C88AFF" fill-rule="nonzero" d="M4.184 35.504a8.363 8.363 0 1 0 8.362-14.486 8.362 8.362 0 1 0-8.362 14.486z"/>
<path fill="#7987E9" d="M44.11 18.84c-.158.278-.33.543-.514.794L36.27 32.726l-.053-.03c-2.442 3.447-7.124 4.523-10.835 2.359-3.667-2.14-5.096-6.69-3.456-10.522l-.01-.005.055-.098a8.443 8.443 0 0 1 .764-1.364l6.97-12.456.034.019.073-.13c2.279-3.987 7.327-5.353 11.276-3.05 3.948 2.304 5.302 7.403 3.023 11.391z"/>
<path fill="#CA4590" d="M73.134 12.364c2.164-3.968.787-8.969-3.13-11.244C66.036-1.185 60.96.182 58.67 4.174l-.099.177-11.26 19.62a9.26 9.26 0 0 0-.15.26l-.009.017-.009.016c-2.16 3.968-.784 8.967 3.132 11.241 3.915 2.275 8.908.977 11.244-2.89l.093-.164 11.527-20.085-.004-.002z"/>
<path fill="#1D263B" fill-rule="nonzero" d="M.452 46.705h1.354l1.332 3.618 1.347-3.618h1.34v5.164h-.846V47.58h-.014L3.449 51.87h-.62L1.311 47.58h-.014v4.289H.452v-5.164zm19.318 3.268c0 .31-.052.593-.156.846a1.9 1.9 0 0 1-.423.634 1.9 1.9 0 0 1-.634.408c-.245.093-.51.139-.797.139-.287 0-.552-.046-.797-.139a1.979 1.979 0 0 1-.641-.408 1.9 1.9 0 0 1-.423-.634 2.31 2.31 0 0 1-.148-.846v-3.268h.888v3.238c0 .127.019.26.056.401.038.137.1.263.184.38.09.116.204.214.345.291.146.073.325.11.536.11.212 0 .388-.037.529-.11a1.1 1.1 0 0 0 .536-.671c.037-.14.056-.274.056-.4v-3.239h.889v3.268zm12.35-2.16a.8.8 0 0 0-.38-.305 1.274 1.274 0 0 0-.797-.066.849.849 0 0 0-.26.117.606.606 0 0 0-.255.51c0 .175.059.309.176.401.118.093.264.173.438.24.174.07.364.135.57.198.208.063.398.15.572.262.174.112.32.26.437.445.117.185.176.43.176.737 0 .277-.05.52-.148.729a1.466 1.466 0 0 1-.402.51 1.667 1.667 0 0 1-.578.307 2.362 2.362 0 0 1-.698.102c-.31 0-.609-.054-.895-.16a1.726 1.726 0 0 1-.74-.54l.67-.671c.107.17.248.304.422.401.179.092.367.139.564.139.104 0 .207-.015.31-.044a.949.949 0 0 0 .282-.131.688.688 0 0 0 .205-.22.63.63 0 0 0 .077-.313c0-.19-.058-.335-.176-.437a1.474 1.474 0 0 0-.437-.256 6.081 6.081 0 0 0-.57-.204 2.45 2.45 0 0 1-.572-.255 1.468 1.468 0 0 1-.438-.438c-.117-.185-.176-.43-.176-.736 0-.268.052-.499.155-.693.108-.195.247-.355.416-.482.174-.13.372-.228.593-.291a2.447 2.447 0 0 1 1.438.03c.25.082.473.218.67.407l-.649.708zm10.415-1.108h3.307v.832h-2.418v1.269h2.291v.831h-2.291v1.4h2.545v.832h-3.434v-5.164zm15.57 1.109a.8.8 0 0 0-.38-.306 1.274 1.274 0 0 0-.797-.066.853.853 0 0 0-.26.117.612.612 0 0 0-.255.51.48.48 0 0 0 .177.401c.117.093.263.173.437.24a7.8 7.8 0 0 0 .571.198c.207.063.397.15.571.262.174.112.32.26.437.445.118.185.177.43.177.737 0 .277-.05.52-.148.729a1.466 1.466 0 0 1-.402.51 1.666 1.666 0 0 1-.579.307 2.36 2.36 0 0 1-.698.102c-.31 0-.608-.054-.895-.16a1.73 1.73 0 0 1-.74-.54l.67-.671c.107.17.248.304.422.401.18.092.367.139.565.139.103 0 .206-.015.31-.044a.947.947 0 0 0 .282-.131.691.691 0 0 0 .204-.22.63.63 0 0 0 .078-.313c0-.19-.059-.335-.176-.437a1.478 1.478 0 0 0-.438-.256 6.059 6.059 0 0 0-.57-.204 2.454 2.454 0 0 1-.572-.255 1.464 1.464 0 0 1-.437-.438c-.117-.185-.176-.43-.176-.736 0-.268.052-.499.155-.693.108-.195.247-.355.416-.482.174-.13.371-.228.592-.291a2.447 2.447 0 0 1 1.439.03c.249.082.472.218.67.407l-.65.708z"/>
</g>
</svg>
</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="index.html">Home</a></li>
<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>
<div class="section no-pad-bot">
<div class="container">
<div class="why-container center">
<h3 class="header center">Brisbane</h3>
<hr class="why-text-container__divider"/>
<div class="row center">
<h5 class="header col s12 light">
Muses Brisbane has been running since May 2017.
</h5>
</div>
<ul class="social-icons">
<li class="social-icons__icon"><a class="black-text" href="https://twitter.com/BrisMuses"><i
class="fa fa-twitter fa-3x"></i></a></li>
<li class="social-icons__icon"><a class="black-text"
href="http://www.facebook.com/MusesCodeJS"><i
class="fa fa-facebook fa-3x"></i></a></li>
</ul>
</div>
<img class="why-image" src="images/chapters/brisbane-profile.jpg" alt="Group photo of attendees"/>
</div>
<!-- Upcoming Events Section -->
<div class="container">
<h3 class="header center">Upcoming Events</h3>
</div>
<!-- Past Events Section -->
<div class="container">
<h3 class="header center">Past Events</h3>
<div class="event-container">
<h5 class="header light event-container__header">Thursday 25<sup>th</sup> May 2023</h5>
<h5 class="header time">
<span class="inline-clock-icon">
<svg width="11" height="11" viewBox="0 0 11 11"><path
d="M5.4 0C2.4 0 0 2.4 0 5.4s2.4 5.4 5.4 5.4 5.4-2.4 5.4-5.4S8.4 0 5.4 0zm3 6.8H4.7V1.7h.7L6 5.4l2.4.6v.8z"></path></svg>
</span>
6pm - 9pm
</h5>
<div class="event">
<div class="title">
<a class="grey-text" href="https://www.eventbrite.com.au/e/women-in-software-development-in-person-meetup-tickets-628962111607">
Women in Software Development in person Meetup
</a>
at Hub Anzac Square
</div>
<p class="flow-text">
Join us for a fun and infromative night, we have a talk and a panel for everyone to learn from from. This is a fully catered event, and you won't need anything. Just bring your enthusiasm!
</p>
<div class="row">
<div class="organisers-container col m6">
<a href="https://www.linkedin.com/in/sammyherbert/">
<div class="team-image team-image__small sammy"></div>
</a>
<a href="https://twitter.com/broccolinisoup">
<div class="team-image team-image__small armagan"></div>
</a>
</div>
<div class="col m6 sponsors-container">
</div>
</div>
</div>
</div>
<div class="event-container">
<h5 class="header light event-container__header">Saturday 7<sup>th</sup> September 2019</h5>
<h5 class="header time">
<span class="inline-clock-icon">
<svg width="11" height="11" viewBox="0 0 11 11"><path
d="M5.4 0C2.4 0 0 2.4 0 5.4s2.4 5.4 5.4 5.4 5.4-2.4 5.4-5.4S8.4 0 5.4 0zm3 6.8H4.7V1.7h.7L6 5.4l2.4.6v.8z"></path></svg>
</span>
09:30 - 16:00
</h5>
<div class="event">
<div class="title">
<a class="grey-text" href="https://www.eventbrite.com.au/e/introduction-to-coding-for-complete-beginners-tickets-67824975327">
Introduction to Coding For Complete Beginners
</a>
at
<a class="grey-text" href="http://www.fishburners.org">
Fishburners Brisbane
</a>
</div>
<p class="flow-text">
Introduction to Coding For Complete Beginners. All information and tickets will come soon. If by any means you want to be involved in organisation feel free to contact us.
</p>
<div class="row">
<div class="organisers-container col m6">
<a href="https://www.linkedin.com/in/sammyherbert/">
<div class="team-image team-image__small sammy"></div>
</a>
<a href="https://twitter.com/broccolinisoup">
<div class="team-image team-image__small armagan"></div>
</a>
<a href="https://twitter.com/perturbadactyl/">
<div class="team-image team-image__small dana"></div>
</a>
<a href="https://twitter.com/laubaiwri">
<div class="team-image team-image__small laurab"></div>
</a>
<a href="#">
<div class="team-image team-image__small blanka"></div>
</a>
</div>
<div class="col m6 sponsors-container">
<a href="https://coderacademy.edu.au/">
<img class="sponsor" src="images/sponsors/coderacademy-logo.png" alt="Coder Academy logo">
</a>
<a href="https://octopus.com/">
<img class="sponsor" src="images/sponsors/octopus-deploy.png" alt="Octopus Deploy logo">
</a>
<a href="https://thoughtworks.com/">
<img class="sponsor" src="images/sponsors/thoughtworks.png" alt="Thoughtworks logo">
</a>
<a href="https://www.jumbointeractive.com/">
<img class="sponsor" src="images/sponsors/jumbo.png" alt="Jumbo Interactive logo">
</a>
<a href="http://www.fishburners.org">
<img class="sponsor" src="images/sponsors/fishburners.png" alt="Fishburners logo">
</a>
</div>
</div>
</div>
</div>
<div class="event-container">
<h5 class="header light event-container__header">Saturday 2<sup>nd</sup> March 2019</h5>
<h5 class="header time">
<span class="inline-clock-icon">
<svg width="11" height="11" viewBox="0 0 11 11"><path
d="M5.4 0C2.4 0 0 2.4 0 5.4s2.4 5.4 5.4 5.4 5.4-2.4 5.4-5.4S8.4 0 5.4 0zm3 6.8H4.7V1.7h.7L6 5.4l2.4.6v.8z"></path></svg>
</span>
10:00 - 16:00
</h5>
<div class="event">
<div class="title">
<a class="grey-text" href="https://www.eventbrite.com.au/e/introduction-to-web-development-and-nodejs-tickets-55844889568">
Introduction to Web Development & Node.js
</a>
at
<a class="grey-text" href="http://www.fishburners.org">
Fishburners Brisbane
</a>
</div>
<p class="flow-text">
Introduction to Web Development & Node.js
</p>
<div class="row">
<div class="organisers-container col m6">
<a href="https://twitter.com/perturbadactyl/">
<div class="team-image team-image__small dana"></div>
</a>
<a href="https://twitter.com/broccolinisoup">
<div class="team-image team-image__small armagan"></div>
</a>
<a href="https://www.linkedin.com/in/sammyherbert/">
<div class="team-image team-image__small sammy"></div>
</a>
<a href="https://twitter.com/laubaiwri">
<div class="team-image team-image__small laurab"></div>
</a>
<a href="#">
<div class="team-image team-image__small female"></div>
</a>
</div>
<div class="col m6 sponsors-container">
<a href="https://blackroc.co/">
<img class="sponsor" src="images/sponsors/blackroc.png" alt="Blackroc logo">
</a>
<a href="http://www.fishburners.org">
<img class="sponsor" src="images/sponsors/fishburners.png" alt="Fishburners logo">
</a>
<a href="https://agilityapplications.com/">
<img class="sponsor" src="images/sponsors/agility_app.jpg"
alt="Agility Applications logo">
</a>
<a href="https://coderacademy.edu.au/">
<img class="sponsor" src="images/sponsors/coderacademy-logo.png" alt="Coder Academy logo">
</a>
<a href="https://tabcorp.com.au/">
<img class="sponsor" src="images/sponsors/tabcorp-logo.png" alt="Tabcorp logo">
</a>
</div>
</div>
</div>
</div>
<div class="event-container">
<h5 class="header light event-container__header">Saturday 8th<sup></sup> September 2018</h5>
<h5 class="header time">
<span class="inline-clock-icon">
<svg width="11" height="11" viewBox="0 0 11 11"><path
d="M5.4 0C2.4 0 0 2.4 0 5.4s2.4 5.4 5.4 5.4 5.4-2.4 5.4-5.4S8.4 0 5.4 0zm3 6.8H4.7V1.7h.7L6 5.4l2.4.6v.8z"></path></svg>
</span>
10:00 - 16:00
</h5>
<div class="event">
<div class="title">
<a class="grey-text"
href="https://www.eventbrite.com.au/e/introduction-to-javascript-for-complete-beginners-tickets-48948626660">
Intro to JavaScript
</a>
at
<a class="grey-text" href="http://www.fishburners.org">
Fishburners Brisbane
</a>
</div>
<p class="flow-text">
Introduction to JavaScript for beginners
</p>
<div class="row">
<div class="organisers-container col m6">
<a href="https://twitter.com/perturbadactyl/">
<div class="team-image team-image__small dana"></div>
</a>
<a href="https://www.linkedin.com/in/armaganersoz/">
<div class="team-image team-image__small armagan"></div>
</a>
<a href="https://www.linkedin.com/in/sammyherbert/">
<div class="team-image team-image__small sammy"></div>
</a>
<a href="#">
<div class="team-image team-image__small female"></div>
</a>
</div>
<div class="col m6 sponsors-container">
<a href="https://justdigitalpeople.com.au">
<img class="sponsor" src="images/sponsors/justdigitalpeople-logo.png"
alt="Just Digital People logo">
</a>
<a href="https://agilityapplications.com/">
<img class="sponsor" src="images/sponsors/agility_app.jpg"
alt="Agility Applications logo">
</a>
<a href="http://www.fishburners.org">
<img class="sponsor" src="images/sponsors/fishburners.png" alt="Fishburners logo">
</a>
<a href="https://www.gbst.com/">
<img class="sponsor" src="images/sponsors/gbst.jpg" alt="GBST logo">
</a>
<a href="https://www.rexlabs.io/">
<img class="sponsor" src="images/sponsors/rexlabs.png" alt="Rexlabs logo">
</a>
</div>
</div>
</div>
</div>
<div class="event-container">
<h5 class="header light event-container__header">Saturday 10th<sup></sup> March 2018</h5>
<h5 class="header time">
<span class="inline-clock-icon">
<svg width="11" height="11" viewBox="0 0 11 11"><path
d="M5.4 0C2.4 0 0 2.4 0 5.4s2.4 5.4 5.4 5.4 5.4-2.4 5.4-5.4S8.4 0 5.4 0zm3 6.8H4.7V1.7h.7L6 5.4l2.4.6v.8z"></path></svg>
</span>
10:00 - 16:00
</h5>
<div class="event">
<div class="title">
<a class="grey-text"
href="https://www.eventbrite.com.au/e/introduction-to-javascript-for-complete-beginners-tickets-43049761997">
Intro to JavaScript
</a>
at
<a class="grey-text" href="http://www.fishburners.org">
Fishburners Brisbane
</a>
</div>
<p class="flow-text">
Introduction to JavaScript for beginners
</p>
<div class="row">
<div class="organisers-container col m6">
<a href="https://www.linkedin.com/in/chatterjeeanwesha/">
<div class="team-image team-image__small anwesha"></div>
</a>
<a href="https://twitter.com/perturbadactyl/">
<div class="team-image team-image__small dana"></div>
</a>
<a href="https://www.linkedin.com/in/armaganersoz/">
<div class="team-image team-image__small armagan"></div>
</a>
<a href="https://www.linkedin.com/in/sammyherbert/">
<div class="team-image team-image__small sammy"></div>
</a>
</div>
<div class="col m6 sponsors-container">
<a href="https://justdigitalpeople.com.au">
<img class="sponsor" src="images/sponsors/justdigitalpeople-logo.png"
alt="Just Digital People logo">
</a>
<a href="https://www.qld.gov.au/dsiti">
<img class="sponsor" src="images/sponsors/qld-gov.png" alt="QLD Government logo">
</a>
<a href="http://www.sixpivot.com/">
<img class="sponsor" src="images/sponsors/sixpivot.png" alt="SixPivot logo">
</a>
<a href="http://www.fishburners.org">
<img class="sponsor" src="images/sponsors/fishburners.png" alt="Fishburners logo">
</a>
</div>
</div>
</div>
</div>
<div class="event-container">
<h5 class="header light event-container__header">Saturday 9<sup>th</sup> December 2017</h5>
<a href="https://www.eventbrite.com.au/e/introduction-to-nodejs-and-expressjs-workshop-20-tickets-39563023067">
</a>
<h5 class="header time">
<span class="inline-clock-icon">
<svg width="11" height="11" viewBox="0 0 11 11"><path
d="M5.4 0C2.4 0 0 2.4 0 5.4s2.4 5.4 5.4 5.4 5.4-2.4 5.4-5.4S8.4 0 5.4 0zm3 6.8H4.7V1.7h.7L6 5.4l2.4.6v.8z"></path></svg>
</span>
10:00 - 16:00
</h5>
<div class="event">
<div class="title">
<a class="grey-text"
href="https://www.eventbrite.com.au/e/introduction-to-nodejs-and-expressjs-workshop-20-tickets-39563023067">
NodeGirls @2.0
</a>
at
<a class="grey-text" href="">
Just Digital People Brisbane
</a>
</div>
<div class="row">
<div class="organisers-container col m6">
<a href="https://www.linkedin.com/in/chatterjeeanwesha/">
<div class="team-image team-image__small anwesha"></div>
</a>
<a href="https://twitter.com/perturbadactyl/">
<div class="team-image team-image__small dana"></div>
</a>
<a href="https://www.linkedin.com/in/armaganersoz/">
<div class="team-image team-image__small armagan"></div>
</a>
<a href="https://www.linkedin.com/in/sammyherbert/">
<div class="team-image team-image__small sammy"></div>
</a>
</div>
<div class="col m6 sponsors-container">
<a href="https://justdigitalpeople.com.au">
<img class="sponsor" src="images/sponsors/justdigitalpeople-logo.png"
alt="Just Digital People logo">
</a>
<a href="https://www.qld.gov.au/dsiti">
<img class="sponsor" src="images/sponsors/qld-gov.png" alt="QLD Government logo">
</a>
<a href="http://www.sixpivot.com/">
<img class="sponsor" src="images/sponsors/sixpivot.png" alt="SixPivot logo">
</a>
</div>
</div>
</div>
</div>
<div class="event-container">
<h5 class="header light event-container__header">Saturday 12<sup>th</sup> August 2017</h5>
<h5 class="header time">
<span class="inline-clock-icon">
<svg width="11" height="11" viewBox="0 0 11 11"><path
d="M5.4 0C2.4 0 0 2.4 0 5.4s2.4 5.4 5.4 5.4 5.4-2.4 5.4-5.4S8.4 0 5.4 0zm3 6.8H4.7V1.7h.7L6 5.4l2.4.6v.8z"></path></svg>
</span>
10:00 - 16:00
</h5>
<div class="event">
<div class="title">
<a class="grey-text"
href="https://www.eventbrite.com.au/e/introduction-to-nodejs-and-expressjs-workshop-tickets-36102154516?aff=eac2">
NodeGirls
</a>
at
<a class="grey-text" href="http://justdigitalpeople.com.au">
Just Digital People Brisbane
</a>
</div>
<div class="row">
<div class="organisers-container col m6">
<a href="https://www.linkedin.com/in/chatterjeeanwesha/">
<div class="team-image team-image__small anwesha"></div>
</a>
<a href="https://www.linkedin.com/in/lauragieco/">
<div class="team-image team-image__small laura"></div>
</a>
<a href="https://www.linkedin.com/in/armaganersoz/">
<div class="team-image team-image__small armagan"></div>
</a>
<a href="https://www.linkedin.com/in/sitapati/">
<div class="team-image team-image__small joshua"></div>
</a>
</div>
<div class="col m6 sponsors-container">
<a href="https://justdigitalpeople.com.au">
<img class="sponsor" src="images/sponsors/justdigitalpeople-logo.png"
alt="Just Digital People logo">
</a>
<a href="https://hired.com.au/">
<img class="sponsor" src="images/sponsors/hired-logo.jpg" alt="Hired logo">
</a>
<a href="https://www.redhat.com/en">
<img class="sponsor" src="images/sponsors/redhat-logo.png" alt="Red Hat logo">
</a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<h3 class="header center">Meet the Team</h3>
<div class="profile-images-container">
<div class="row center">
<h5 class="header col s12">
Organisers
</h5>
</div>
<div class="row">
<div class="profile-container col s12 m6 l4 row center">
<a href="https://www.linkedin.com/in/dana-mison-0941844b/">
<div class="team-image dana"></div>
</a>
<h5>Dana Mison</h5>
<p>Web Developer</p>
</div>
<div class="profile-container col s12 m6 l4 row center">
<a href="https://twitter.com/broccolinisoup">
<div class="team-image armagan"></div>
</a>
<h5>Armağan Ersöz</h5>
<p>Software Engineer at RedEye Apps</p>
</div>
<div class="profile-container col s12 m6 l4 row center">
<a href="https://www.linkedin.com/in/sammyherbert/">
<div class="team-image sammy"></div>
</a>
<h5>Sammy Herbert</h5>
<p>People & Community @ SixPivot</p>
</div>
</div>
<div class="row">
<div class="profile-container col s12 m6 l4 row center">
<a href="">
<div class="team-image blanka"></div>
</a>
<h5>Blanka K</h5>
<p>Web Developer at rexlabs.</p>
</div>
<div class="profile-container col s12 m6 l4 row center">
<a href="https://twitter.com/laubaiwri">
<div class="team-image laurab"></div>
</a>
<h5>Laura Bailey</h5>
<p>Principal Technical Writer at RedHat</p>
</div>
</div>
</div>
<div class="profile-images-container">
<div class="row center">
<h5 class="header col s12">
Mentors
</h5>
</div>
<div class="row">
<div class="profile-container col s12 m6 l4 row center">
<a href="https://www.linkedin.com/in/jennifer-reeve-0aa42912/">
<div class="team-image jenny"></div>
</a>
<h5>Jennifer Reeve</h5>
<p>.NET developer at TechnologyOne</p>
</div>
<div class="profile-container col s12 m6 l4 row center">
<a href="https://www.linkedin.com/in/jamie-larchin-9a7706126/">
<div class="team-image jamie"></div>
</a>
<h5>Jamie Larchin</h5>
<p>Front End Developer at WORK180</p>
</div>
<div class="profile-container col s12 m6 l4 row center">
<a href="https://www.linkedin.com/in/tracykaur/">
<div class="team-image tracy"></div>
</a>
<h5>Tracy Kaur</h5>
<p>A mum that codes. A promoter of diversity in tech and STEM learning.</p>
</div>
</div>
<div class="row">
<div class="profile-container col s12 m6 l4 row center">
<a href="https://twitter.com/AnnaGerber">
<div class="team-image anna"></div>
</a>
<h5>Anna Gerber</h5>
<p>Senior Software Developer at PCCW Global.</p>
</div>
<div class="profile-container col s12 m6 l4 row center">
<a href="">
<div class="team-image ally"></div>
</a>
<h5>Ally Eastman</h5>
<p>Developer at Mandalay Technologies.</p>
</div>
<div class="profile-container col s12 m6 l4 row center">
<a href="https://www.linkedin.com/in/markpcoleman/">
<div class="team-image mark"></div>
</a>
<h5>Mark Coleman</h5>
<p>Product Designer/Technologist at Dingo Software.</p>
</div>
</div>
<div class="row">
<div class="profile-container col s12 m6 l4 row center">
<a href="https://www.linkedin.com/in/vickircoleman/">
<div class="team-image vicki"></div>
</a>
<h5>Vicki Coleman</h5>
<p>Raelee.Design : Web Developer - Graphic Artist - User Experience Designer.</p>
</div>
<div class="profile-container col s12 m6 l4 row center">
<a href="">
<div class="team-image sandra"></div>
</a>
<h5>Sandra Arato</h5>
<p>Software Engineer at AssetChain.</p>
</div>
<div class="profile-container col s12 m6 l4 row center">
<a href="">
<div class="team-image komal"></div>
</a>
<h5>Komal Bandi</h5>
<p>Web developer at blackmilk.</p>
</div>
</div>
<div class="row">
<div class="profile-container col s12 m6 l4 row center">
<a href="">
<div class="team-image shaw"></div>
</a>
<h5>Shaw Innes</h5>
<p>Engineering Manager for Lotteries at Tabcorp, .NET Developer, Adventurer and Co-Founder of
FairDealFX.</p>
</div>
<div class="profile-container col s12 m6 l4 row center">
<a href="">
<div class="team-image randall"></div>
</a>
<h5>Randall Fernando</h5>
<p>Data Scientist at BHP.</p>
</div>
<div class="profile-container col s12 m6 l4 row center">
<a href="">
<div class="team-image tod"></div>
</a>
<h5>Tod Thomson</h5>
<p>Lead Consultant at Readify</p>
</div>
</div>
<div class="row">
<div class="profile-container col s12 m6 l4 row center">
<a href="">
<div class="team-image ashwin"></div>
</a>
<h5>Ashwin Kandel </h5>
<p>JavaScript Engineer</p>
</div>
<div class="profile-container col s12 m6 l4 row center">
<a href="">
<div class="team-image marco"></div>
</a>
<h5>Marco Jalili</h5>
<p>Frontend developer @BioMérieux</p>
</div>
</div>
</div>
</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:brisbane@musescodejs.org"
class="footer__mailto">brisbane@musescodejs.org</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/BrisMuses"><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:brisbane@musescodejs.org"><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>