Remove old cruft

master
subnixr 2017-05-28 19:00:41 +02:00
parent 169926ac2c
commit 3e3d76b26f
4 changed files with 0 additions and 278 deletions

View File

@ -1,32 +0,0 @@
<!doctype html>
<html>
<head>
<title>Unit</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section>
<img class="logo" alt="Unit logo" src="logo.svg">
<h1>Unit</h1>
<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/Calendario">
Prossimi eventi
</a></li>
</ul>
<section class="info">
<p>Viale Molise 68, Milano</p>
<p>unit at paranoici.org</p>
<p>#unit at irc.autistici.org</p>
</section>
</section>
</body>
</html>
<!--
vim: tabstop=2 shiftwidth=2 expandtab:
-->

215
logo.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.7 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,31 +0,0 @@
html {
font-family: monospace;
font-size: 12pt;
}
h1 {
font-size: 2rem;
}
a:link, a:visited {
text-decoration: none;
color: #04a;
}
a:link:active, a:visited:active,
a:link:hover, a:visited:hover {
text-decoration: underline;
}
body > section {
margin: 2rem auto 2rem auto;
width: 20rem;
}
img.logo {
width: 100%;
}
section.info > p {
margin: 0 0 0.5rem 0;
}