forked from unit/website
add event
This commit is contained in:
parent
cb6ba19a07
commit
d31f9ad2fe
105
index.html
105
index.html
|
@ -1,7 +1,7 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
|
@ -31,72 +31,73 @@
|
||||||
<meta name="msapplication-TileImage" content="assets/favicons/mstile-144x144.png">
|
<meta name="msapplication-TileImage" content="assets/favicons/mstile-144x144.png">
|
||||||
|
|
||||||
<title>Unit</title>
|
<title>Unit</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<img alt="Unit logo" src="assets/images/logo.svg">
|
<img alt="Unit logo" src="assets/images/logo.svg">
|
||||||
<h1>Unit</h1>
|
<h1>Unit</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://wiki.unit.macaomilano.org">Wiki</a></li>
|
<li><a href="https://wiki.unit.macaomilano.org">Wiki</a></li>
|
||||||
<li><a href="https://git.unit.macaomilano.org">Git</a></li>
|
<li><a href="https://git.unit.macaomilano.org">Git</a></li>
|
||||||
<li><a href="https://wiki.unit.macaomilano.org/Calendar">Calendar</a></li>
|
<li><a href="https://wiki.unit.macaomilano.org/Calendar">Calendar</a></li>
|
||||||
<li><a href="https://noise.autistici.org/mailman/listinfo/unit-news">Newsletter</a></li>
|
<li><a href="https://noise.autistici.org/mailman/listinfo/unit-news">Newsletter</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<p><span>
|
<p><span>
|
||||||
<a href="https://www.openstreetmap.org/node/2709091290" target="_blank">
|
<a href="https://www.openstreetmap.org/node/2709091290" target="_blank">
|
||||||
Viale Molise 68, Milano</a>
|
Viale Molise 68, Milano</a>
|
||||||
</span></p>
|
</span></p>
|
||||||
<p><span>
|
<p><span>
|
||||||
<a href="mailto:unit at paranoici dot org">
|
<a href="mailto:unit at paranoici dot org">
|
||||||
unit at paranoici dot org</a>
|
unit at paranoici dot org</a>
|
||||||
</span></p>
|
</span></p>
|
||||||
<p><span>
|
<p><span>
|
||||||
<a href="irc://irc.autistici.org:6697/unit">
|
<a href="irc://irc.autistici.org:6697/unit">
|
||||||
#unit on irc.autistici.org</a>
|
#unit on irc.autistici.org</a>
|
||||||
</span></p>
|
</span></p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<p><span>
|
<p><span>
|
||||||
<a href="https://wiki.unit.macaomilano.org/LaboratorioElettronica">
|
<a href="https://wiki.unit.macaomilano.org/LaboratorioElettronica">
|
||||||
Laboratorio di elettronica</a>
|
Laboratorio di elettronica</a>
|
||||||
</span></p>
|
</span></p>
|
||||||
<p><span>
|
<p><span>
|
||||||
ogni mercoledì pomeriggio
|
ogni mercoledì pomeriggio
|
||||||
</span></p>
|
</span></p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<p><span>
|
<p><span>
|
||||||
<a href="https://lost.noblogs.org/">
|
<a href="https://wiki.unit.macaomilano.org/Calendar/2018-04-15">
|
||||||
LOST, le Lunghe Ombre della Scienza e della Tecnica</a>
|
|
||||||
</span></p>
|
|
||||||
<p><span>
|
|
||||||
Prossima: 8 aprile 2018<br>
|
|
||||||
Autogestione digitale: la storia di Autistici<br>
|
|
||||||
<A HREF="https://lost.noblogs.org/"><img src="lost/lost.jpg" width="250" alt="LOST"></img></A>
|
|
||||||
</span></p>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section>
|
|
||||||
<p><span>
|
|
||||||
<a href="https://wiki.unit.macaomilano.org/Calendar/2018-04-15">
|
|
||||||
Criptoparty</a>
|
Criptoparty</a>
|
||||||
</span></p>
|
</span></p>
|
||||||
<p><span>
|
<p><span>
|
||||||
domenica 15 aprile ore 15<br>
|
domenica 15 aprile ore 15<br>
|
||||||
<A HREF="https://wiki.unit.macaomilano.org/Calendar/2018-04-15"><img src="criptoparty/il_criptoparty.jpg" width="600" alt="LOST"></img></A>
|
<A HREF="https://wiki.unit.macaomilano.org/Calendar/2018-04-15"><img src="criptoparty/il_criptoparty.jpg" width="600" alt="LOST"></img></A>
|
||||||
</span></p>
|
</span></p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</body>
|
<section>
|
||||||
|
<p><span>
|
||||||
|
<a href="https://lost.noblogs.org/">
|
||||||
|
LOST, le Lunghe Ombre della Scienza e della Tecnica</a>
|
||||||
|
</span></p>
|
||||||
|
<p><span>
|
||||||
|
18 aprile 2018<br>
|
||||||
|
Gamificazione e neuroscienze cognitive<br>
|
||||||
|
con gruppo Ippolita<br>
|
||||||
|
<A HREF="https://lost.noblogs.org/"><img src="lost/lost.jpg" width="250" alt="LOST"></img></A>
|
||||||
|
</span></p>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Reference in New Issue
Block a user