-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
59 lines (53 loc) · 2.85 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
---
title: benvenuti
layout: default
tags: [agesci,bitprepared,scout,informatica,specializzazioni,competenza,maestro delle tecnologie, esperto del compiuter, digital life]
---
<!-- Featured -->
<div id="featured">
<div class="container">
<!-- <header>
<h2>Welcome to Linear</h2>
</header>
<p>This is <strong>Linear</strong>, a responsive HTML5 site template freebie by <a href="http://templated.co">TEMPLATED</a>. Released for free under the <a href="http://templated.co/license">Creative Commons Attribution</a> license, so use it for whatever (personal or commercial) – just give us credit! Check out more of our stuff at <a href="http://templated.co">our site</a> or follow us on <a href="http://twitter.com/templatedco">Twitter</a>.</p>
<hr />
--> <div class="row">
<section class="4u">
<span class="pennant"><span class="fa fa-eg"></span></span>
<h3>Campo di competenza EG</h3>
<p>Google, social network, blog, connessioni wireless al campo, come anche fotoritocco, video editing e tanto altro!<br/>mantenendo comunque lo stile scout che ci contraddistingue!</p>
<a href="/eventi/campo-eg" class="button button-style1">Read More</a>
</section>
<section class="4u">
<span class="pennant"><span class="fa fa-rs"></span></span>
<h3>EPPPI per RS</h3>
<p>La scelta politica nelle nostre società iperconnesse cosa vuol dire? Come possiamo sfruttare i social network per agire?<br/>
Queste le principali domande del primo Workshop per RS di Bit Prepared</p>
<a href="/eventi/epppi" class="button button-style1">Read More</a>
</section>
<section class="4u">
<span class="pennant"><span class="fa fa-coca"></span></span>
<h3>Stage per capi</h3>
<p>Lo stage è pensato come strumento per portare avanti una ricerca condivisa di cosa voglia significa essere scout nell'era del Web 2.0. La legge scout riletta in ottica del sempre connesso e del tutto adesso, qui e subito.</p>
<a href="/eventi/stage" class="button button-style1">Read More</a>
</section>
</div>
</div>
</div>
<!-- Main -->
<div id="main">
<div id="content" class="container">
{% for post in site.posts offset: 0 limit: 4 %}
<div class="row">
<section class="8u -2u">
<a href="{{ site.prefix }}{{ post.url }}" class="image full"><img src="/assets/{{ post.featured }}" alt=""></a>
<header>
<h2>{{ post.title }}</h2>
</header>
{{ post.excerpt }}
<a href="{{ site.prefix }}{{ post.url }}" class="button button-style1">Read More</a>
</section>
</div>
{% endfor %}
</div>
</div>