-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathjoin.html
344 lines (307 loc) · 20.6 KB
/
join.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
<!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="">
<title>Lambda Space</title>
<link rel="apple-touch-icon" sizes="57x57" href="src/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="src/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="src/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="src/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="src/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="src/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="src/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="src/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="src/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="src/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="src/favicons/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="src/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="src/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="src/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="src/favicons/manifest.json">
<link rel="mask-icon" href="src/favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-TileImage" content="src/favicons/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="dist/css/style.min.css" type="text/css">
<!-- Custom Fonts -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800"
rel="stylesheet" type="text/css">
<link href="http://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 affix">
<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="index.html">Lambda Space</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="index.html#about">About</a>
</li>
<li>
<a class="page-scroll" href="index.html#join">Join</a>
</li>
<li>
<a class="page-scroll" href="index.html#portfolio">Activities</a>
</li>
<li>
<a class="page-scroll" href="index.html#how">How</a>
</li>
<li>
<a class="page-scroll" href="index.html#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<aside class="bg-dark no-bottom-padding">
<div class="row">
<div id="mauticform_wrapper_memberssignupform" class="mauticform_wrapper">
<form autocomplete="false" role="form" method="post" action="https://techministry.mautic.net/form/submit?formId=2" id="mauticform_memberssignupform"
data-mautic-form="memberssignupform">
<div class="mauticform-innerform">
<div class="mauticform-page-wrapper mauticform-page-1" data-mautic-form-page="1">
<div id="mauticform_memberssignupform_genikes_plhrofories__diad" class="mauticform-row mauticform-freetext mauticform-field-1">
<h3 id="mauticform_label_memberssignupform_genikes_plhrofories__diad" for="mauticform_input_memberssignupform_genikes_plhrofories__diad"
class="mauticform-label">
Γενικές πληροφορίες / διαδικασία
</h3>
<div id="mauticform_input_memberssignupform_genikes_plhrofories__diad" name="mauticform[genikes_plhrofories__diad]" value=""
class="mauticform-freetext">
<p>
<span style="color: rgb(255, 255, 255);">Πριν συμπληρώσεις τα στοιχεία σου είναι απαραίτητο να ενημερωθείς για
<a href="https://community.lambdaspace.gr/t/topic/32"
target="_blank" rel="noopener noreferrer">τις αξίες του χώρου, τις δράσεις και τον τρόπο λειτουργίας του, εδώ.</a>
</span>
</p>
<p>
<span style="color: rgb(255, 255, 255);">Η διαδικασία εγγραφής νέων μελών προϋποθέτει την υπάρξη τριών ενεργών μελών του χώρου τα οποία θα αναλάβουν
το ρόλο του μέντορά σου.
<br />
<br />Σε περίπτωση που έχεις βρει/επιλέξει τους μέντορές σου, μπορείς να συμπληρώσεις τα ονόματά τους στα
αντίστοιχα πεδία. Σε αντίθετη περίπτωση η αίτηση σου θα κοινοποιηθεί στα μέλη του χώρου προκειμένου
να βρεθούν οι τρεις μέντορες.
<br />
<br />Μετά τη συμπλήρωση των στοιχείων σου και αφού βρεθούν οι μέντορες σου κάποιο από τα μέλη θα επικοινωνήσει
μαζί σου προκειμένου να σου δώσει το κλειδί σου και να καταβάλλεις την πρώτη συνδρομή σου.</span>
</p>
<p>
<span style="color: rgb(255, 255, 255);">Το κόστος εγγραφής ορίζεται στα 30 ευρώ και μετά τον πρώτο μήνα η συνδρομή είναι στα 25 ευρώ μηνιαίως.</span>
</p>
</div>
</div>
<div id="mauticform_memberssignupform_symfwnw_me_tis_a3ies_toy" data-validate="symfwnw_me_tis_a3ies_toy" data-validation-type="checkboxgrp"
class="mauticform-row mauticform-checkboxgrp mauticform-field-2 mauticform-required">
<div class="mauticform-checkboxgrp-row">
<label id="mauticform_checkboxgrp_label_symfwnw_me_tis_a3ies_toy_Symphonometisaxiestouchoroutisdraseiskaitontropoleitourgiastou0"
for="mauticform_checkboxgrp_checkbox_symfwnw_me_tis_a3ies_toy_Symphonometisaxiestouchoroutisdraseiskaitontropoleitourgiastou0"
class="mauticform-checkboxgrp-label">
<input class="mauticform-checkboxgrp-checkbox" checked="checked" name="mauticform[symfwnw_me_tis_a3ies_toy][]" id="mauticform_checkboxgrp_checkbox_symfwnw_me_tis_a3ies_toy_Symphonometisaxiestouchoroutisdraseiskaitontropoleitourgiastou0"
type="checkbox" value="Συμφωνώ με τις αξίες του χώρου, τις δράσεις και τον τρόπο λειτουργίας του" /> Συμφωνώ με τις αξίες του χώρου, τις δράσεις και τον τρόπο λειτουργίας του
</label>
</div>
<span class="mauticform-errormsg" style="display: none;">This is required.</span>
</div>
<div id="mauticform_memberssignupform_plhres_onoma" data-validate="plhres_onoma" data-validation-type="text" class="mauticform-row mauticform-text mauticform-field-3 mauticform-required">
<label id="mauticform_label_memberssignupform_plhres_onoma" for="mauticform_input_memberssignupform_plhres_onoma" class="mauticform-label">Πλήρες όνομα</label>
<input id="mauticform_input_memberssignupform_plhres_onoma" name="mauticform[plhres_onoma]" value="" class="mauticform-input"
type="text" />
<span class="mauticform-errormsg" style="display: none;">This is required.</span>
</div>
<div id="mauticform_memberssignupform_email" data-validate="email" data-validation-type="email" class="mauticform-row mauticform-email mauticform-field-4 mauticform-required">
<label id="mauticform_label_memberssignupform_email" for="mauticform_input_memberssignupform_email" class="mauticform-label">Email</label>
<input id="mauticform_input_memberssignupform_email" name="mauticform[email]" value="" class="mauticform-input" type="email"
/>
<span class="mauticform-errormsg" style="display: none;">This is required.</span>
</div>
<div id="mauticform_memberssignupform_website" data-validate="website" data-validation-type="text" class="mauticform-row mauticform-text mauticform-field-5 mauticform-required">
<label id="mauticform_label_memberssignupform_website" for="mauticform_input_memberssignupform_website" class="mauticform-label">Website</label>
<span class="mauticform-helpmessage">personal website/github/twitter/facebook url</span>
<input id="mauticform_input_memberssignupform_website" name="mauticform[website]" value="" class="mauticform-input" type="text"
/>
<span class="mauticform-errormsg" style="display: none;">This is required.</span>
</div>
<div id="mauticform_memberssignupform_8elw_na_ginw_melos_giagia" data-validate="8elw_na_ginw_melos_giagia" data-validation-type="textarea"
class="mauticform-row mauticform-text mauticform-field-6 mauticform-required">
<label id="mauticform_label_memberssignupform_8elw_na_ginw_melos_giagia" for="mauticform_input_memberssignupform_8elw_na_ginw_melos_giagia"
class="mauticform-label">Θέλω να γίνω μέλος για/γιατί:</label>
<textarea id="mauticform_input_memberssignupform_8elw_na_ginw_melos_giagia" name="mauticform[8elw_na_ginw_melos_giagia]"
class="mauticform-textarea"></textarea>
<span class="mauticform-errormsg" style="display: none;">This is required.</span>
</div>
<div id="mauticform_memberssignupform_mentores" class="mauticform-row mauticform-text mauticform-field-7">
<label id="mauticform_label_memberssignupform_mentores" for="mauticform_input_memberssignupform_mentores" class="mauticform-label">Μέντορες</label>
<textarea id="mauticform_input_memberssignupform_mentores" name="mauticform[mentores]" class="mauticform-textarea"></textarea>
<span class="mauticform-errormsg" style="display: none;"></span>
</div>
<div class="mauticform-error" id="mauticform_memberssignupform_error"></div>
<div class="mauticform-message" id="mauticform_memberssignupform_message"></div>
<div id="mauticform_memberssignupform_submit" class="mauticform-row mauticform-button-wrapper mauticform-field-9">
<button type="submit" name="mauticform[submit]" id="mauticform_input_memberssignupform_submit" name="mauticform[submit]"
value="" class="mauticform-button" value="1">Submit</button>
</div>
</div>
</div>
<input type="hidden" name="mauticform[formId]" id="mauticform_memberssignupform_id" value="2" />
<input type="hidden" name="mauticform[return]" id="mauticform_memberssignupform_return" value="" />
<input type="hidden" name="mauticform[formName]" id="mauticform_memberssignupform_name" value="memberssignupform" />
</form>
</div>
</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/lambdaspace/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>
<script src="dist/js/scripts.min.js"></script>
<!-- Plugin JavaScript -->
<script src="src/js/jquery.easing.min.js "></script>
</body>
</html>