website/index.html

98 satır
3.0 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" rel="stylesheet" href="assets/styles/normalize.css">
<link type="text/css" rel="stylesheet" href="assets/styles/site.css">
<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">
<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">
<meta name="application-name" content="Unit">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="assets/favicons/mstile-144x144.png">
<title>Unit</title>
</head>
<body>
<main>
<header>
<img alt="Unit logo" src="assets/images/logo.svg">
<h1>Unit</h1>
</header>
<nav>
<ul>
<li><a href="https://wiki.unit.abbiamoundominio.org">Wiki</a></li>
<li><a href="https://git.unit.macaomilano.org">Git</a></li>
<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>
</ul>
</nav>
<section>
<p><span>
<a href="https://www.openstreetmap.org/node/2709091290"
target="_blank">
Viale Molise 68, Milano</a>
</span></p>
<p><span>
<a href="mailto:unit at paranoici dot org">
unit at paranoici dot org</a>
</span></p>
<p><span>
<a href="irc://irc.autistici.org:6697/unit">
#unit on irc.autistici.org</a>
</span></p>
</section>
<section>
<p><span>
<a href="https://wiki.unit.macaomilano.org/LaboratorioElettronica">
Laboratorio di elettronica</a>
</span></p>
<p><span>il mercoledì pomeriggio</span></p>
</section>
<section>
<p><span>
<a href="https://wiki.unit.macaomilano.org/FHF">
Free Hacking Friday</a>
</span></p>
<p><span>il venerdì sera</span></p>
</section>
<section>
<p><span>
<a href="http://abbiamoundominio.org">
Abbiamo un dominio!</a>
</span></p>
</section>
</main>
</html>
<!--
vim: tabstop=4 shiftwidth=4 expandtab:
-->