This repository was archived by the owner on May 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcorsi.html
More file actions
106 lines (94 loc) · 3.46 KB
/
corsi.html
File metadata and controls
106 lines (94 loc) · 3.46 KB
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
---
layout: default
title: Fablab Torino, corsi
---
<div class="container">
<div class="col-md-6">
<h4><b>Workshop “Hello World!”</b>: Ogni mese Fablab Torino <a href="https://www.eventbrite.it/o/fablab-torino-3147853804"><b>organizza i corsi Hello World per i nuovi iscritti</b></a> che vogliono imparare a utilizzare le <a href:"{{site.baseurl}}/machines/"><b>macchine del Fablab</a></b>.
<p><p><p> Lasercut, Vinyl Cut, Fresa a controllo numerico, Stampa 3D, Elettronica base con Arduino… tutto quello che c’è da sapere per diventare un vero maker puoi impararlo qui!
<p><p><p><b>I corsi sono gratuiti per i tesserati del Fablab e riprenderanno da Settembre</b>.
</h4>
</div>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="col-md-6">
<div class="fb-page" data-href="https://www.facebook.com/fablabtorino/" data-tabs="events" data-width="1200" data-height="1000" data-small-header="true" data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="false">
<blockquote cite="https://www.facebook.com/fablabtorino/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/fablabtorino/">Fablab Torino</a></blockquote>
</div>
<!-- <iframe src="https://www.eventbrite.it/calendar-widget?eid=35878459438" frameborder="0" height="700" width="1000" marginheight="0" marginwidth="0" scrolling="no" allowtransparency="true"></iframe>
-->
</div>
</div>
<!--
<div class="row corsi">
<div class="col-md-4">
<h1>Workshops</h1>
{% for post in site.categories.corsi%}
<div class="media">
<div class="media-left">
<a href="#">
<img src="{{ post.immagine }}" width="150px">
</a>
</div>
<div class="media-body">
<h4>{{ post.title }}</h4>
<p>
{{ post.excerpt }}
</p>
<p><a class="btn btn-info btn-xs" href="{{ post.url }}" role="button">Info e iscrizioni</a></p>
</div>
<hr>
</div>
{% endfor %}
</div>
<div class="col-md-4">
<h1>Corsi base</h1>
<p>Tutti i corsi base sono gratuiti per gli iscritti e hanno come obiettivo quello di renderti indipendente
nell'utilizzo di qualsiasi macchina.</p>
{% for post in site.categories.corsibase%}
<div class="media">
<div class="media-left">
<a href="#">
<img src="{{ post.immagine }}" width="150px">
</a>
</div>
<div class="media-body">
<h4>{{ post.title }}</h4>
<p>
{{ post.excerpt }}
</p>
<p><a class="btn btn-info btn-xs" href="{{ post.url }}" role="button">Info e iscrizioni</a></p>
</div>
<hr>
</div>
{% endfor %}
</div>
<div class="col-md-4">
<h1>Fablab for Kids</h1>
<button type="button" class="btn btn-info btn-xs btn-block">www.fablabforkids.it</button>
{% for post in site.categories.fablabforkids%}
<div class="media">
<div class="media-left">
<a href="#">
<img src="{{ post.immagine }}" width="150px">
</a>
</div>
<div class="media-body">
<h4>{{ post.title }}</h4>
<p>
{{ post.excerpt }}
</p>
</div>
<hr>
</div>
{% endfor %}
</div>
</div>
</div>
-->