website/index.html

87 lines
2.3 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="text/css" rel="stylesheet" href="assets/styles/normalize.css">
<link type="text/css" rel="stylesheet" href="assets/styles/site.css">
<link rel="manifest" href="assets/favicons/manifest.json">
<meta name="msapplication-config"
content="assets/favicons/browserconfig.xml">
<meta name="theme-color" content="#006666">
<link rel="shortcut icon" href="assets/favicons/favicon.ico">
<link type="image/png" rel="icon" sizes="32x32"
href="assets/favicons/favicon-32x32.png">
<link type="image/png" rel="icon" sizes="16x16"
href="assets/favicons/favicon-16x16.png">
<link type="image/png" rel="apple-touch-icon" sizes="180x180"
href="assets/favicons/apple-touch-icon.png">
<link rel="mask-icon" color="#006666"
href="assets/favicons/safari-pinned-tab.svg">
<title>Unit</title>
</head>
<body>
<header>
<img alt="Unit logo" src="assets/images/logo.svg">
<h1>Unit</h1>
</header>
<nav>
<ul>
<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://wiki.unit.macaomilano.org/Calendar">Calendar</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>
ogni mercoledì pomeriggio
</span></p>
</section>
<section>
<p><span>
<a href="https://wiki.unit.macaomilano.org/Calendar/2017-12-01">
Black Grog Code</a>
</span></p>
<p><span>
venerdì 1 dicembre
</span></p>
<p><span>
Aperitivo e proiezione documentario
</span></p>
</section>
</body>
</html>
<!--
vim: tabstop=4 shiftwidth=4 expandtab:
-->