Remove old cruft
This commit is contained in:
parent
169926ac2c
commit
3e3d76b26f
32
index.html
32
index.html
|
@ -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
215
logo.svg
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
31
style.css
31
style.css
|
@ -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;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user