forked from hackit/sito-hackit-25
Merge branch 'scossa-main'
This commit is contained in:
commit
31ac88ad9b
11 changed files with 22 additions and 22 deletions
|
@ -16,7 +16,7 @@ organization effort based on solidarity, complicity and sharing of knowledge,
|
|||
methods and tools to take back everything and take it back together, one piece
|
||||
at a time.
|
||||
|
||||
Hackmeeting will be held in {{hm.location.city}} from Friday 30 May to Sunday 1 June at {{hm.location.name}}
|
||||
Hackmeeting will be held in {{hm.location.city}} {% set whenensplit = hm.whenen.split(' - ') %} from Friday {{ whenensplit[0] }} to Sunday {{ whenensplit[1] }} at {{hm.location.name}}.
|
||||
|
||||
If you think you can enrich the event with a contribution, send your proposal
|
||||
joining the [hackmeeting mailing list](https://www.autistici.org/mailman/listinfo/hackmeeting) with subject `[talk] title` or `[lab]
|
||||
|
|
|
@ -7,7 +7,7 @@ Hackit {{hm.year}} will be held at [{{hm.location.name}}]({{hm.location.website}
|
|||
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox={{hm.osm.bbox}}&layer=mapnik&marker={{hm.location.geo.lat}}%2C{{hm.location.geo.lon}}" style="border: 1px solid black"></iframe><br/><small><a href="https://www.openstreetmap.org/?mlat={{hm.location.geo.lat}}&mlon={{hm.location.geo.lon}}#map=18/{{hm.location.geo.lat}}/{{hm.location.geo.lon}}" target="_blank">View Map</a></small>
|
||||
|
||||
|
||||
Sa Domu it's in Cagliari in the historic area of Castello, in via Lamarmora 126.
|
||||
{{hm.location.name}} it's in {{hm.location.city}} in the historic area of Castello, in {{hm.location.address}}.
|
||||
|
||||
## By train or autobus
|
||||
|
||||
|
|
|
@ -8,8 +8,7 @@ Hackit {{hm.year}} si svolgerà al [{{hm.location.name}}]({{hm.location.website}
|
|||
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox={{hm.osm.bbox}}&layer=mapnik&marker={{hm.location.geo.lat}}%2C{{hm.location.geo.lon}}" style="border: 1px solid black"></iframe><br/><small><a href="https://www.openstreetmap.org/?mlat={{hm.location.geo.lat}}&mlon={{hm.location.geo.lon}}#map=18/{{hm.location.geo.lat}}/{{hm.location.geo.lon}}" target="_blank">Visualizza Mappa</a></small>
|
||||
|
||||
|
||||
Sa Domu si trova a Cagliari nel quartiere storico di Castello, in via
|
||||
Lamarmora 126.
|
||||
{{hm.location.name}} si trova a {{hm.location.city}} nel quartiere storico di Castello, in {{hm.location.adress}}.
|
||||
|
||||
|
||||
## Con i piedi
|
||||
|
|
|
@ -12,9 +12,9 @@ About
|
|||
<img src='{static}/images/locandina_web.jpg'>
|
||||
</div>
|
||||
<div class='five columns offset-by-one'>
|
||||
<h3><br/><br/><br/>
|
||||
{{ hm.when }}<br/>
|
||||
{{ hm.location.name }}<br> {{ hm.location.city }}
|
||||
<h4><br/><br/><br/>
|
||||
{{ hm.when }}<br/></h4><h3>
|
||||
{{ hm.location.name }}, {{ hm.location.city }}
|
||||
</h3><br/><br/><br/>
|
||||
<!-- <h5><a href="{filename}/pages/info.md">Informazioni ospitalità</h5></p> -->
|
||||
</div>
|
||||
|
|
|
@ -12,10 +12,10 @@ About
|
|||
<img src='{static}/images/locandina_web.jpg'>
|
||||
</div>
|
||||
<div class='five columns offset-by-one'>
|
||||
<h3><br/><br/><br/>
|
||||
{{ hm.when }}<br/>
|
||||
{{ hm.location.name }}<br>{{ hm.location.city }}
|
||||
</h3><br/><br/><br/>
|
||||
<h4><br/><br/><br/>
|
||||
{{ hm.when }}<br/></h4><h3>
|
||||
{{ hm.location.name }}, {{ hm.location.city }}
|
||||
</h3><br/><br/><br/>
|
||||
<!-- <h5><a href="{filename}/pages/info.md">Informazioni ospitalità</h5></p> -->
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -9,9 +9,9 @@ lang: fr
|
|||
<img src='{static}/images/locandina_web.jpg'>
|
||||
</div>
|
||||
<div class='five columns offset-by-one'>
|
||||
<h3><br/><br/><br/>
|
||||
{{ hm.when }}<br/>
|
||||
{{ hm.location.name }}<br> {{ hm.location.city }}
|
||||
<h4><br/><br/><br/>
|
||||
{{ hm.when }}<br/></h4><h3>
|
||||
{{ hm.location.name }}, {{ hm.location.city }}
|
||||
</h3><br/><br/><br/>
|
||||
<!-- <h5><a href="{filename}/pages/info.md">Informazioni ospitalità</h5></p> -->
|
||||
</div>
|
||||
|
|
|
@ -8,9 +8,9 @@ lang: it
|
|||
<img src='{static}/images/locandina_web.jpg'/>
|
||||
</div>
|
||||
<div class='five columns offset-by-one'>
|
||||
<h3><br/><br/><br/>
|
||||
{{ hm.when }}<br/>
|
||||
{{ hm.location.name }} <br>{{ hm.location.city }}
|
||||
<h4><br/><br/><br/>
|
||||
{{ hm.when }}<br/></h4><h3>
|
||||
{{ hm.location.name }}, {{ hm.location.city }}
|
||||
</h3><br/><br/><br/>
|
||||
<h5><a href="{filename}/pages/info.md">Informazioni ospitalità</h5></p>
|
||||
</div>
|
||||
|
|
|
@ -12,8 +12,8 @@ About
|
|||
<img src='{static}/images/locandina_web.jpg'>
|
||||
</div>
|
||||
<div class='five columns offset-by-one'>
|
||||
<h3><br/><br/><br/>
|
||||
{{ hm.when }}<br/>
|
||||
<h4><br/><br/><br/>
|
||||
{{ hm.when }}<br/></h4><h3>
|
||||
{{ hm.location.name }}, {{ hm.location.city }}
|
||||
</h3><br/><br/><br/>
|
||||
<!-- <h5><a href="{filename}/pages/info.md">Informazioni ospitalità</h5></p> -->
|
||||
|
|
|
@ -12,7 +12,7 @@ lang: en
|
|||
|
||||
#### When
|
||||
|
||||
From Friday 14 June to Sunday 16 June 2024
|
||||
{% set whenensplit = hm.whenen.split(' - ') %} from Friday {{ whenensplit[0] }} to Sunday {{ whenensplit[1] }}
|
||||
|
||||
#### Sleeping
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ navbar_sort: 1
|
|||
|
||||
#### Quando
|
||||
|
||||
Da Venerdì 30 Maggio a Domenica 1 Giugno 2025
|
||||
{% set whensplit = hm.when.split(' - ') %} dal {{ whensplit[0] }} al {{ whensplit[1] }}
|
||||
|
||||
#### Dormire
|
||||
|
||||
|
|
|
@ -11,5 +11,6 @@
|
|||
}
|
||||
},
|
||||
"contact": "hackonci3s@riseup.net",
|
||||
"when": "30 Maggio - 1 Giugno 2025"
|
||||
"when": "30 Maggio - 1 Giugno 2025",
|
||||
"whenen": "30 May - 1 June 2025"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue