-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·83 lines (69 loc) · 3.36 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
---
layout: index
title: Home
permalink: /
---
<div class="container mtb">
<div class="row">
<div class="col-lg-8">
<br><br><br>
{% include slider.html %}
<br>
<!-- Begin MailChimp Signup Form -->
<div align="center">
<link href="//cdn-images.mailchimp.com/embedcode/slim-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="https://techlab.us6.list-manage.com/subscribe/post?u=7200378b33e9cbe6682056fa7&id=0856be81d4" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<label for="mce-EMAIL">Lascia la tua mail per tutti i nostri aggiornamenti!</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_7200378b33e9cbe6682056fa7_0856be81d4" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
</div>
<!--End mc_embed_signup-->
</div><! --/col-lg-8 -->
<div class="col-md-4">
<br><br>
<h4>INTRAPRENDENZA</h4>
<div class="hline"></div>
<div class="col-md-3">
<i class="fa fa-lightbulb-o fa-5x" aria-hidden="true"></i>
</div>
<div class="col-md-9">
<p>Sostenere e promuovere l’intraprendenza e la creatività locale mettendo a disposizione competenze, strumenti e spazi per favorire la nascita e la crescita di nuove forme di lavoro.</p>
</div>
<!--<p><br/><a href="#" class="btn btn-theme">More Info</a></p>!-->
</div>
<div class="col-md-4">
<h4>FORMAZIONE</h4>
<div class="hline"></div>
<div class="col-md-3">
<i class="fa fa-book fa-5x" aria-hidden="true"></i>
</div>
<div class="col-md-9">
<p>Sostenere e promuovere attività di:<br> formazione per l’impiego delle tecnologie, educazione ad una loro conoscenza consapevole, consulenza per la loro diffusione.</p>
</div>
<!--<p><br/><a href="#" class="btn btn-theme">More Info</a></p>!-->
</div>
<div class="col-md-4">
<h4>CITTADINANZA</h4>
<div class="hline"></div>
<div class="col-md-3">
<i class="fa fa-users fa-5x" aria-hidden="true"></i>
</div>
<div class="col-md-9">
<p>Progettare prodotti e servizi innovativi<br> a partire dai bisogni e dalle necessità della comunità locale, attraverso processi di progettazione partecipata.</p>
</div>
<!--<p><br/><a href="#" class="btn btn-theme">More Info</a></p>!-->
</div>
</div><! --/row -->
</div><! --/container -->