website/index.html

98 lines
3.0 KiB
HTML
Raw Permalink Normal View History

<!doctype html>
2017-05-20 01:48:17 +02:00
<html>
2018-06-11 15:27:51 +02:00
<head>
2018-04-30 19:06:57 +02:00
<meta charset="utf-8">
2018-06-08 14:06:20 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2018-04-30 19:06:57 +02:00
<link type="text/css" rel="stylesheet" href="assets/styles/normalize.css">
<link type="text/css" rel="stylesheet" href="assets/styles/site.css">
2018-04-30 19:06:57 +02:00
<link rel="icon" type="image/png"
href="assets/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png"
href="assets/favicons/favicon-16x16.png" sizes="16x16">
2017-11-30 12:32:01 +01:00
2018-04-30 19:06:57 +02:00
<link rel="apple-touch-icon-precomposed" sizes="57x57"
href="assets/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72"
href="assets/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114"
href="assets/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120"
href="assets/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144"
href="assets/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152"
href="assets/favicons/apple-touch-icon-152x152.png">
2017-11-30 12:32:01 +01:00
2018-04-30 19:06:57 +02:00
<meta name="application-name" content="Unit">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="assets/favicons/mstile-144x144.png">
2018-04-30 19:06:57 +02:00
<title>Unit</title>
</head>
2018-06-11 15:27:51 +02:00
<body>
<main>
2018-06-07 15:16:05 +02:00
2018-06-11 15:27:51 +02:00
<header>
<img alt="Unit logo" src="assets/images/logo.svg">
<h1>Unit</h1>
</header>
2018-06-11 15:27:51 +02:00
<nav>
<ul>
2018-10-11 17:05:41 +02:00
<li><a href="https://wiki.unit.abbiamoundominio.org">Wiki</a></li>
<li><a href="https://git.unit.macaomilano.org">Git</a></li>
2018-10-11 17:05:41 +02:00
<li><a href="https://wiki.unit.abbiamoundominio.org/Calendar">Calendar</a></li>
<li><a href="https://noise.autistici.org/mailman/listinfo/unit-news">Newsletter</a></li>
2018-06-11 15:27:51 +02:00
</ul>
</nav>
2018-06-11 15:27:51 +02:00
<section>
<p><span>
<a href="https://www.openstreetmap.org/node/2709091290"
target="_blank">
Viale Molise 68, Milano</a>
2018-06-11 15:27:51 +02:00
</span></p>
<p><span>
<a href="mailto:unit at paranoici dot org">
unit at paranoici dot org</a>
2018-06-11 15:27:51 +02:00
</span></p>
<p><span>
<a href="irc://irc.autistici.org:6697/unit">
#unit on irc.autistici.org</a>
2018-06-11 15:27:51 +02:00
</span></p>
</section>
2018-06-11 15:27:51 +02:00
<section>
<p><span>
<a href="https://wiki.unit.macaomilano.org/LaboratorioElettronica">
Laboratorio di elettronica</a>
2018-06-11 15:27:51 +02:00
</span></p>
2018-06-26 10:17:35 +02:00
<p><span>il mercoledì pomeriggio</span></p>
2018-06-11 15:27:51 +02:00
</section>
2018-06-11 15:27:51 +02:00
<section>
<p><span>
<a href="https://wiki.unit.macaomilano.org/FHF">
Free Hacking Friday</a>
2018-06-11 15:27:51 +02:00
</span></p>
2018-06-26 10:17:35 +02:00
<p><span>il venerdì sera</span></p>
2018-06-11 15:27:51 +02:00
</section>
2018-10-04 16:19:25 +02:00
<section>
<p><span>
<a href="http://abbiamoundominio.org">
Abbiamo un dominio!</a>
</span></p>
</section>
2018-06-11 15:27:51 +02:00
</main>
2018-04-30 19:06:57 +02:00
</html>
2018-02-09 18:13:03 +01:00
2018-04-30 19:06:57 +02:00
<!--
vim: tabstop=4 shiftwidth=4 expandtab:
-->