-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
700 lines (658 loc) · 36.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<meta property="og:title" content="LambdaSpace" />
<meta property="og:site_name" content="LambdaSpace" />
<meta property="og:description" content="An open space to meet, learn, make and share." />
<meta property="og:url" content="https://lambdaspace.gr" />
<meta property="og:image" content="https://farm2.staticflickr.com/1704/24363300715_f2c3e48e30_z_d.jpg" />
<title>Lambda Space</title>
<link rel="apple-touch-icon" sizes="180x180" href="/dist/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/dist/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/dist/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/dist/favicons/manifest.json">
<link rel="mask-icon" href="/dist/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/dist/favicons/favicon.ico">
<meta name="msapplication-config" content="/dist/favicons/browserconfig.xml">
<meta name="theme-color" content="#7ebdc3">
<link rel="stylesheet" href="dist/css/style.min.css" type="text/css">
<!-- Custom Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800"
rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic"
rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top">LambdaSpace</a>
<a class="navbar-brand " id="status"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#join">Join</a>
</li>
<li>
<a class="page-scroll" href="#portfolio">Activities</a>
</li>
<li>
<a class="page-scroll" href="#how">How</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header>
<div class="header-content">
<div class="header-content-inner">
<h1>An open space to meet, learn, make and share.</h1>
<hr>
<p class="header_text">A 120m
<sup>2</sup> space dedicated to creative software and hardware hacking. Tech communities, meetups and individuals now
have their own space in Thessaloniki.
<br>
<a data-toggle="modal" data-target="#manifesto" href="#manifesto">Lambdaspace used to be TechMinistry.</a>
</p>
<a href="#services" class="btn btn-primary btn-xl page-scroll animated bounce">Find Out More</a>
</div>
</div>
</header>
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading" id="about">What to do!</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-code wow bounceIn text-primary" aria-hidden="true"></i>
<h3>Learn</h3>
<p class="text-muted">Stay up to date with interactive weekly presentations and workshops of cutting edge technologies.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box" id="make">
<i class="fa fa-4x fa-gears wow bounceIn text-primary" data-wow-delay=".1s" aria-hidden="true"></i>
<h3>Create</h3>
<p class="text-muted">A 3D printer, electronics and a fully equipped lab will help you prototype your idea.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-connectdevelop wow bounceIn text-primary" data-wow-delay=".2s" aria-hidden="true"></i>
<h3>Connect</h3>
<p class="text-muted">Makers, coders, ninjas, engineers and designers meet here. Get in touch with the city's brightest minds.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-heart wow bounceIn text-primary" data-wow-delay=".3s" aria-hidden="true"></i>
<h3>Support</h3>
<p class="text-muted">The space is maintained thanks to the contributions of our members and supporters.</p>
</div>
</div>
</div>
</div>
</section>
<aside class="bg-primary no-bottom-padding" id="join">
<div class="container text-center">
<div class="call-to-action">
<h2>Become a member</h2>
<div class="row">
<p class="text-center col-md-8 col-md-offset-2">Take full advantage of the space's features. Start your own projects, run a presentation, use the avaliable equipment
and be part of this amazing tech community.</p>
</div>
<div class="row">
<a href="join.html" class="btn btn-default btn-xl tada page-scroll">become a member</a>
</div>
<hr class="light">
<h2>Not there yet?</h2>
<p>Check some of the upcoming events, workshops and projects.</p>
<div class="row">
<div class="col-md-6 col-md-offset-3">
</div>
</div>
<a class="btn btn-primary btn-lg btn-default page-scroll" href="#portfolio">
<i class="fa fa-arrow-circle-down fa-3x animated bounce wow" style="visibility: visible; animation-name: bounce;" aria-hidden="true"></i>
</a>
</div>
</div>
</aside>
<section class="bg-dark no-padding" id="portfolio">
<div class="container-fluid">
<div class="row no-gutter">
<div class="col-lg-4 col-sm-6">
<div class="portfolio-box">
<img src="dist/img/portfolio/1.jpg" class="img-responsive" alt="">
<div id="upcoming_events" class="portfolio-box-caption">
<h2>Upcoming Events</h2>
<div id="events_table" class="portfolio-box-caption-content project-category text-faded">
<table class="table table-condensed">
<thead>
<tr>
<th>Date</th>
<th>Time</th>
<th>Description</th>
</tr>
</thead>
<tbody id="eventsTableThread">
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<a href="https://community.lambdaspace.gr/c/events" target="_blank" class="portfolio-box">
<img src="dist/img/portfolio/2.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Workshops
</div>
<div class="project-name">
Build your first web application
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="https://community.lambdaspace.gr/c/projects" target="_blank" class="portfolio-box">
<img src="dist/img/portfolio/3.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Projects
</div>
<div class="project-name">
Home Automation
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="https://community.lambdaspace.gr/c/projects" target="_blank" class="portfolio-box">
<img src="dist/img/portfolio/4.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Projects
</div>
<div class="project-name">
Quadcopter
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="https://community.lambdaspace.gr/c/events" target="_blank" class="portfolio-box">
<img src="dist/img/portfolio/5.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Workshops
</div>
<div class="project-name">
Web Development part 2
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="https://community.lambdaspace.gr/c/projects" target="_blank" class="portfolio-box">
<img src="dist/img/portfolio/6.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Projects
</div>
<div class="project-name">
WebVR
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<aside class="bg-dark" id="how">
<div class="container text-center">
<div class="call-to-action">
<h2>How?</h2>
<hr class="light">
<p>The space is maintained thanks to the member subscriptions and the financial contributions of our supporters.</p>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<p>
<b>Members</b>
</p>
<table class="table table-condensed">
<thead>
</thead>
<tbody>
<tr>
<td>
<a href="http://achilleskal.com" target="_blank" rel="noopener noreferrer">AchillesKal</a>
</td>
<td>
<a href="https://github.com/alexdor" target="_blank" rel="noopener noreferrer">Alexandros Dorodoulis</a>
</td>
<td>Andreas Bourakis</td>
</tr>
<tr>
<td>Adrian</td>
<td>
<a href="https://blog.aetherc0r3.eu/" target="_blank" rel="noopener noreferrer">AEtherC0r3</a>
</td>
<td>Billakos</td>
</tr>
<tr>
<td>
<a href="https://github.com/bacharakis/" target="_blank" rel="noopener noreferrer">Christos Bacharakis</a>
</td>
<td>George Gkounis</td>
<td>John Beredimas</td>
</tr>
<tr>
<td>Warlordfff</td>
<td>
<a href="https://twitter.com/kostask_" target="_blank" rel="noopener noreferrer">kostask</a>
</td>
<td>Nikolaos Loukidis</td>
</tr>
<tr>
<td>
<a href="https://github.com/panagiks/" target="_blank" rel="noopener noreferrer">Panagiotis Kolokotronis</a>
</td>
<td>Petros Freris</td>
<td>Stamatis Dampoudis</td>
</tr>
<tr>
<td>
<a href="https://github.com/smavros" target="_blank" rel="noopener noreferrer">Stefanos Mavros</a>
</td>
<td>
<a href="http://asteriosmr.com" target="_blank" rel="noopener noreferrer">Stergios Marias</a>
</td>
<td>Former awesome members</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row">
<a href="#" class="btn btn-primary btn-xl tada" data-toggle="modal" data-target="#donate">Make a donation</a>
</div>
</div>
</aside>
<div class="modal fade" id="donate" tabindex="-1" role="dialog" aria-labelledby="donate">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4 class="modal-title" id="myModalLabel">Make a donation</h4>
</div>
<div class="modal-body text-left">
<ul>
<li>
<p>You can make a financial donation directly through paypal:</p>
<div class="text-center">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
</li>
<br>
<li>
<p>Bitcoin:3Paj39gtwNvHWhApzwcQ7j6TKkd3sLJTmA</p>
</li>
<li>
<p>Litecoin:LS3k7WEMgNrdGdK5cU55KKFmx3cjM2dEkm</p>
</li>
<li>
<p>Ether:0xb1819dE427826ce4132650B2849D8F644B891691</p>
</li>
<li>
<p>Dash:XtPdcXuer3DGpMdTmt4oDHiJ5XBBB7qE37</p>
</li>
<li>
<p>Zcash:t1XRgkjBnFRvcZTnPL4EjEDNtSWXcH6DFSK</p>
</li>
<li>
<p>For tools or equipment, please fill your contact details in the relevant form and we will get back to you with
further details.</p>
</li>
</ul>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal" href="#contact">Close</button>
</div>
</div>
</div>
</div>
<section id="contact" class="contact">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2 class="section-heading">Be part of it!</h2>
<hr class="primary">
<div id="mauticform_wrapper_bepartofit" class="mauticform_wrapper">
<form autocomplete="false" role="form" method="post" action="https://techministry.mautic.net/form/submit?formId=1" id="mauticform_bepartofit"
data-mautic-form="bepartofit">
<div class="mauticform-error" id="mauticform_bepartofit_error"></div>
<div class="mauticform-message text-muted" id="mauticform_bepartofit_message">Sign up to our weekly newsletter!</div>
<div class="mauticform-innerform">
<div id="mauticform_bepartofit_name" class="mauticform-row mauticform-text">
<input id="mauticform_input_bepartofit_name" placeholder="Enter your full name..." name="mauticform[name]" value="" class="col-md-4 col-xs-12 col-md-push-1 required form-control type1"
type="text" />
<span class="mauticform-errormsg" style="display: none;"></span>
</div>
<div id="mauticform_bepartofit_email" data-validate="email" data-validation-type="email" class="mauticform-row mauticform-email mauticform-required">
<input id="mauticform_input_bepartofit_email" placeholder="Enter your email address..." name="mauticform[email]" value=""
class="col-md-4 col-md-push-1 col-xs-12 required form-control type2" type="email" />
</div>
<div id="mauticform_bepartofit_submit" class="mauticform-row mauticform-button-wrapper">
<button type="submit" id="mauticform_input_bepartofit_submit" name="mauticform[submit]" class="btn btn-success col-md-2 col-md-push-1 col-xs-4 col-xs-push-4"
value="1">Submit</button>
</div>
<input type="hidden" name="mauticform[formId]" id="mauticform_bepartofit_id" value="1" />
<input type="hidden" name="mauticform[return]" id="mauticform_bepartofit_return" value="" />
<input type="hidden" name="mauticform[formName]" id="mauticform_bepartofit_name" value="bepartofit" />
</div>
</form>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h2 class="section">Talk to us</h2>
<hr class="primary">
<div class="col-md-4 text-center">
<i class="fa fa-comment-o fa-3x wow bounceIn" aria-hidden="true"></i>
<p>
<a href="https://chat.lambdaspace.gr/signup_user_complete/?id=acw5f9gqpira3kqner6hxf5wtc" target="_blank">Join our online community</a>
</p>
</div>
<div class="col-md-4 text-center">
<i class="fa fa-phone fa-3x wow bounceIn"></i>
<p>
<a href="tel:+302315551918" target="_blank">0030 231 555 1918</a>
</p>
</div>
<div class="col-md-4 text-center">
<i class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s" aria-hidden="true"></i>
<p id="email">Please enable javasctipt to see the email</p>
</div>
</div>
</div>
<div class="row text-center">
<div class="col-md-6 col-md-offset-3 text-center">
<div class="col-md-6 text-center">
<i class="fa fa-twitter fa-3x wow bounceIn" data-wow-delay=".1s" aria-hidden="true"></i>
<p>
<a href="https://twitter.com/lambdaspace" target="_blank" rel="noopener noreferrer">@LambdaSpace</a>
</p>
</div>
<div class="col-md-6 text-center">
<i class="fa fa-facebook-official fa-3x wow bounceIn" data-wow-delay=".1s" aria-hidden="true"></i>
<p>
<a href="https://www.facebook.com/lambdaspace" target="_blank" rel="noopener noreferrer">/LambdaSpace</a>
</p>
</div>
</div>
</div>
</div>
</section>
<aside id="where">
<div class="container text-center call-to-action">
<h2>Where</h2>
</div>
<div id="map"></div>
<div class="container text-center call-to-action">
<p class="directions">
<br>Ionos Dragoumi 39 - 6th floor
<br>Thessaloniki, 546 30, Greece.</p>
</div>
</aside>
<footer class="footer">
<div class="container" id="footer">
<a id="creative-commons" href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener noreferrer" class="col-md-4 col-xs-12 footer-text">
<i class="fa fa-creative-commons fa-1x"> Creative Commons</i>
</a>
<div class="col-md-4 col-md-push-4">
<p class="col-md-4 col-xs-12">
<a class="footer-text" data-toggle="modal" data-target="#values" href="#values">Our values </a>
</p>
<p class="col-md-2 col-xs-12">
<a class="footer-text" data-toggle="modal" data-target="#faq" href="#faq">FAQ </a>
</p>
<p class="col-md-6 col-xs-12">
<a class="footer-text" href="https://github.com/techministry/new_website" target="_blank" rel="noopener noreferrer">Source Code </a>
</p>
</div>
</div>
</footer>
<!-- Our values Modal dialogs -->
<div class="modal fade" id="values" tabindex="-1" role="dialog" aria-labelledby="values">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4 class="modal-title">Our Values</h4>
</div>
<div class="modal-body text-left">
<h4 class="text-center">What is a hackerspace?</h4>
<hr>
<p>A hackerspace is a place for creativity, collaboration, research, development and, of course, education. It is
more than just a physical space: It is a dynamic community with ideas inspired by the open source philosophy.</p>
<h4 class="text-center">The Idea</h4>
<hr>
<p>While our idea stems from free and open source ideas, our primary motivation is our desire to share our experiences
with the rest of the world.</p>
<p>We want to share our ideas just as we share our code. We are used in sharing our data, problems and solutions remotely
from our home or while working. So, why not do it face to face as well?</p>
<h4 class="text-center">Values</h4>
<hr>
<h5>
<strong>Excellence</strong>
</h5>
<p>Be polite to everyone. Respect all people that you meet at the space, as well as the space itself.</p>
<h5>
<strong>Sharing</strong>
</h5>
<p>The main operation of hackerspace is to promote collaboration by sharing projects, code, and ideas. Our motto,
inspired by Creative Commons, is
<em>"I love to share"</em>.</p>
<h5>
<strong>Consensus</strong>
</h5>
<p>All decisions are the result of consensus among members. Decisions concerning the management of the space are taken
during monthly meetings, which are open to all.</p>
<h5>
<strong>Do-ocracy</strong>
</h5>
<p>You do not need a permission to work on a project. If you wish to organize an event or a workshop on an open source
or open hardware project, do not expect it to be organized by someone else. Step up and do it!</p>
<h4 class="text-center">Financing</h4>
<hr>
<p>The hackerspace is self-funded, with funds provided mostly from its members. If you want to contribute, you can
make a Contribution. All financial information is posted on the notice board inside the space.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal" href="#contact">Close</button>
</div>
</div>
</div>
</div>
<!-- FAQ Modal dialogs -->
<div class="modal fade" id="faq" tabindex="-1" role="dialog" aria-labelledby="faq">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4 class="modal-title">FAQ</h4>
</div>
<div class="modal-body text-left">
<h4 class="text-center">Visiting the hackerspace?</h4>
<hr>
<p>All presentations and activities that take place in the hackerspace are open to the public. Apart from these occasions,
the hackerspace is also open when there is at least one member in the space. You can also be advised if the space
is open from the live-status indicator on the top of our page</p>
<p>Visitors are welcome to make use of the kitchen, the living room area and the working area, as long as the space
is open. The presentation area, the laboratory, as well as any equipment belonging to the hackerspace, can only
be accessed and used by the members of the hackerspace.</p>
<h4 class="text-center">Who is funding the hackerspace?</h4>
<hr>
<p>The hackerspace relies exclusively on memberships and financial contributions of friends (non-members). All financial
information is published in detail on our website. </p>
<h4 class="text-center">Why become a member?</h4>
<hr>
<p>As a member you have free access to the space 24 hours a day and 7 days a week. You are free to use whatever the
space provides (equipment, tools, consumables).</p>
<p>You have the right to organize a presentation or start a project anytime, as long as it does not contradict the
principles, objectives, and safety requirements of the hackerspace.</p>
<p>Anyone can become a member of the hackerspace and be part of this amazing space/community, simply by following
the
<em>"become a member button"</em> on our website.</p>
<h4 class="text-center">Wish to run a presentation/workshop but not a member?</h4>
<hr>
<p>If you would like to organize a presentation or activity you should first contact a member of the hackerspace.
As mentioned earlier, the hackerspace depends solely on memberships and donations. Therefore, each activity organized
by a friend should help us cover a percentage of the monthly expenses of the hackerspace, either through financial
donations or simply by consuming snacks, soft drinks, coffee, etc. that are provided by the hackerspace.</p>
<h4 class="text-center">What does the space feature?</h4>
<hr>
<ul>
<li>Fully equipped presentation space with a capacity of 60 seated people.</li>
<li>Workspaces: 35 individual workspaces, 2 workbenches for heavier work.</li>
<li>Fully equipped workshop/lab with three workbenches, a 3D printer, a drill, 6x Arduino boards, electronic parts
(sensors, motors etc), 2x Raspberry Pi, 2x Banani Pi, 8x LCD TFT monitors, networking equipment and more.</li>
<li>Fully equipped kitchen.</li>
<li>Coffee, snacks, and refreshments.</li>
<li>Exchange library with over 50 books and magazines.</li>
</ul>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal" href="#contact">Close</button>
</div>
</div>
</div>
</div>
<!-- manifesto Modal dialogs -->
<div class="modal fade" id="manifesto" tabindex="-1" role="dialog" aria-labelledby="manifesto">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4>Ξέρω τι έκανες φέτος το καλοκαίρι</h4>
</div>
<div class="modal-body text-left">
<h4 class="text-center">Το Tech Ministry, το hackerspace της Θεσσαλονίκης, αλλάζει όνομα και πλέον λέγεται Lambda Space.</h4>
<hr>
<p>Λόγο αφέλειας και εμπιστοσύνης που δείξαμε σε μέλος που αποχώρησε από το χώρο, καταλήξαμε να χάσουμε την κυριότητα
του domain Techministry.gr αλλά και όλων των προφίλ μας στα κοινωνικά δίκτυα.</p>
<p>Σας παρακαλούμε να αγνοήσετε οποιαδήποτε ανάρτηση από τους συγκεκριμένους λογαριασμούς καθώς γίνεται προσπάθεια
οικειοποίησης των κόπων και προσπαθειών των πραγματικών μελών του χώρου.</p>
<p>Οι άνθρωποι που ξεκίνησαν την προσπάθεια του TechMinistry πριν 1μιση χρόνο καθώς και όλα τα ενεργά μέλη βρισκόμαστε
ακόμη στην Ίωνος Δραγούμη 39. Και αυτό γιατί κανείς δε μπορεί να διαγράψει ένα χώρο, μια προσπάθεια και τη δυναμική
του.
</p>
<p>Μαθαίνουμε από τα λάθη μας και γυρίζουμε σελίδα αλλάζοντας το όνομα μας σε Lambda Space ή απλά λ-space. Αγκαλιάζουμε
το λ ως σταθερά που χρησιμοποιείται σε διάφορους τομείς της επιστήμης, αλλά και το λ ως Θεσσαλλλονικιό ιδίωμα.
Ορίζουμε το λ ως την σταθερά στον χώρο της τεχνολογίας και του δημιουργικού hacking στην πόλη.</p>
<p>Καλωσήλθατε στο λ-space.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal" href="#contact">Close</button>
</div>
</div>
</div>
</div>
<!-- movingout Modal dialogs -->
<div class="modal fade" id="movingout" tabindex="-1" role="dialog" aria-labelledby="movingout">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4>ΣΗΜΑΝΤΙΚΗ ΑΝΑΚΟΙΝΩΣΗ</h4>
</div>
<div class="modal-body text-left">
<h4 class="text-center">Το Lambdaspace μετακομίζει</h4>
<hr>
<p>Μετά από τρία χρόνια στο κέντρο της πόλης, τα μέλη του lambdaspace αποφασίσαμε να μετακομίσουμε.</p>
<p>Μέσα σε αυτά τα χρόνια, διοργανώθηκαν στο χώρο πάνω από 250 δραστηριότητες, μεταξύ αυτών παρουσιάσεις, εργαστήρια, meetups, hackathons και φυσικά πάρτυ! Σας ευχαριστούμε όλες και όλους!</p>
<p>Οι λόγοι της μετακόμισης είναι καθαρά οικονομικοί, καθώς τα ενεργά πλέον μέλη του χώρου αδυνατούν να ανταπεξέλθουν οικονομικά στις ανάγκες του χώρου οι οποίες ανέρχονται σε 450 ευρώ μηνιαίως (300 ευρώ ενοίκιο, ~40 κοινόχρηστα, ~110 ρεύμα).</p>
<p>Όλοι εσείς, με τις δράσεις ή και τις δωρεές σας, μας έχετε βοηθήσει να διατηρήσουμε ένα χώρο ανοιχτό και προσβάσιμο σε όλη την τεχνολογική κοινότητα της Θεσσαλονίκης.</p>
<p>Εάν θέλεις να συνεχίσουμε παρέα, δεν έχεις παρά να επισκεφτείς το <a href="https://chat.lambdaspace.gr"> https://chat.lambdaspace.gr</a> όπου συντονίζουμε όλες τις δράσεις μας και να βοηθήσεις με τους εξής τρόπους:</p>
<ul>
<li>Να γίνεις μέλος</li>
<li>Να κάνεις μια οικονομική δωρεά</li>
<li>Να μας βοηθήσεις να βρούμε ένα νέο χώρο</li>
</ul>
<p>Αναζητούμε έναν χώρο 40 τ.μ. - 80 τ.μ. με ενοίκιο το πολύ 150 ευρώ το μήνα ο οποίος να είναι προσβάσιμος, σε περιοχή με βολική συγκοινωνία.</p>
<p>Μέχρι να τον βρούμε, συνεχίζουμε δυναμικά στο <a href="https://chat.lambdaspace.gr"> https://chat.lambdaspace.gr</a> και με συνεχείς συναντήσεις.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal" href="#contact">Close</button>
</div>
</div>
</div>
</div>
<script src="dist/js/scripts.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBSOMpQCarQpr9aSbpN3LNkhSnlNgbZRm4&callback=initMap">
</script>
</body>
</html>