fixed home page css

master
Elray02 2018-04-20 08:47:40 +02:00
parent d31f9ad2fe
commit bbfbab73a2
2 changed files with 100 additions and 96 deletions

View File

@ -1,6 +1,6 @@
@import url('../fonts/fantastique-sans/stylesheet.css'); @import url('../fonts/fantastique-sans/stylesheet.css');
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* GENERAL * * GENERAL *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@ -15,18 +15,21 @@ html {
} }
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* PAGE * * PAGE *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body { body {
width: 20rem;
margin: auto;
padding: 2rem 0.5rem; padding: 2rem 0.5rem;
} }
.mainContainer {
margin-left: 40vw;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* TEXT * * TEXT *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@ -51,7 +54,7 @@ a:hover {
} }
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* HEADER * * HEADER *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@ -70,7 +73,7 @@ header > img {
margin-right: 1rem; margin-right: 1rem;
} }
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* NAVBAR * * NAVBAR *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@ -98,7 +101,7 @@ nav > ul > li:before {
} }
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* SECTION * * SECTION *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,105 +1,106 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <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/normalize.css">
<link type="text/css" rel="stylesheet" href="assets/styles/site.css"> <link type="text/css" rel="stylesheet" href="assets/styles/site.css">
<link rel="icon" type="image/png" <link rel="icon" type="image/png"
href="assets/favicons/favicon-32x32.png" sizes="32x32"> href="assets/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" <link rel="icon" type="image/png"
href="assets/favicons/favicon-16x16.png" sizes="16x16"> href="assets/favicons/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon-precomposed" sizes="57x57" <link rel="apple-touch-icon-precomposed" sizes="57x57"
href="assets/favicons/apple-touch-icon-57x57.png"> href="assets/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" <link rel="apple-touch-icon-precomposed" sizes="72x72"
href="assets/favicons/apple-touch-icon-72x72.png"> href="assets/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" <link rel="apple-touch-icon-precomposed" sizes="114x114"
href="assets/favicons/apple-touch-icon-114x114.png"> href="assets/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" <link rel="apple-touch-icon-precomposed" sizes="120x120"
href="assets/favicons/apple-touch-icon-120x120.png"> href="assets/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" <link rel="apple-touch-icon-precomposed" sizes="144x144"
href="assets/favicons/apple-touch-icon-144x144.png"> href="assets/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152" <link rel="apple-touch-icon-precomposed" sizes="152x152"
href="assets/favicons/apple-touch-icon-152x152.png"> href="assets/favicons/apple-touch-icon-152x152.png">
<meta name="application-name" content="Unit"> <meta name="application-name" content="Unit">
<meta name="msapplication-TileColor" content="#FFFFFF"> <meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="assets/favicons/mstile-144x144.png"> <meta name="msapplication-TileImage" content="assets/favicons/mstile-144x144.png">
<title>Unit</title> <title>Unit</title>
</head> </head>
<body> <body>
<header> <div class="mainContainer">
<img alt="Unit logo" src="assets/images/logo.svg"> <header>
<h1>Unit</h1> <img alt="Unit logo" src="assets/images/logo.svg">
</header> <h1>Unit</h1>
</header>
<nav> <nav>
<ul> <ul>
<li><a href="https://wiki.unit.macaomilano.org">Wiki</a></li> <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://git.unit.macaomilano.org">Git</a></li>
<li><a href="https://wiki.unit.macaomilano.org/Calendar">Calendar</a></li> <li><a href="https://wiki.unit.macaomilano.org/Calendar">Calendar</a></li>
<li><a href="https://noise.autistici.org/mailman/listinfo/unit-news">Newsletter</a></li> <li><a href="https://noise.autistici.org/mailman/listinfo/unit-news">Newsletter</a></li>
</ul> </ul>
</nav> </nav>
<section> <section>
<p><span> <p><span>
<a href="https://www.openstreetmap.org/node/2709091290" target="_blank"> <a href="https://www.openstreetmap.org/node/2709091290" target="_blank">
Viale Molise 68, Milano</a> Viale Molise 68, Milano</a>
</span></p> </span></p>
<p><span> <p><span>
<a href="mailto:unit at paranoici dot org"> <a href="mailto:unit at paranoici dot org">
unit at paranoici dot org</a> unit at paranoici dot org</a>
</span></p> </span></p>
<p><span> <p><span>
<a href="irc://irc.autistici.org:6697/unit"> <a href="irc://irc.autistici.org:6697/unit">
#unit on irc.autistici.org</a> #unit on irc.autistici.org</a>
</span></p> </span></p>
</section> </section>
<section> <section>
<p><span> <p><span>
<a href="https://wiki.unit.macaomilano.org/LaboratorioElettronica"> <a href="https://wiki.unit.macaomilano.org/LaboratorioElettronica">
Laboratorio di elettronica</a> Laboratorio di elettronica</a>
</span></p> </span></p>
<p><span> <p><span>
ogni mercoledì pomeriggio ogni mercoledì pomeriggio
</span></p> </span></p>
</section> </section>
<section> <section>
<p><span> <p><span>
<a href="https://wiki.unit.macaomilano.org/Calendar/2018-04-15"> <a href="https://wiki.unit.macaomilano.org/Calendar/2018-04-15">
Criptoparty</a> Criptoparty</a>
</span></p> </span></p>
<p><span> <p><span>
domenica 15 aprile ore 15<br> domenica 15 aprile ore 15<br>
<A HREF="https://wiki.unit.macaomilano.org/Calendar/2018-04-15"><img src="criptoparty/il_criptoparty.jpg" width="600" alt="LOST"></img></A> <A HREF="https://wiki.unit.macaomilano.org/Calendar/2018-04-15"><img src="criptoparty/il_criptoparty.jpg" width="600" alt="LOST"></img></A>
</span></p> </span></p>
</section> </section>
<section> <section>
<p><span> <p><span>
<a href="https://lost.noblogs.org/"> <a href="https://lost.noblogs.org/">
LOST, le Lunghe Ombre della Scienza e della Tecnica</a> LOST, le Lunghe Ombre della Scienza e della Tecnica</a>
</span></p> </span></p>
<p><span> <p><span>
18 aprile 2018<br> 18 aprile 2018<br>
Gamificazione e neuroscienze cognitive<br> Gamificazione e neuroscienze cognitive<br>
con gruppo Ippolita<br> con gruppo Ippolita<br>
<A HREF="https://lost.noblogs.org/"><img src="lost/lost.jpg" width="250" alt="LOST"></img></A> <A HREF="https://lost.noblogs.org/"><img src="lost/lost.jpg" width="250" alt="LOST"></img></A>
</span></p> </span></p>
</section> </section>
</div>
</body>
</body> </html>
<!--
</html> vim: tabstop=4 shiftwidth=4 expandtab:
<!-- -->
vim: tabstop=4 shiftwidth=4 expandtab:
-->