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');
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* GENERAL *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@ -15,18 +15,21 @@ html {
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* PAGE *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body {
width: 20rem;
margin: auto;
padding: 2rem 0.5rem;
}
.mainContainer {
margin-left: 40vw;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* TEXT *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@ -51,7 +54,7 @@ a:hover {
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* HEADER *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@ -70,7 +73,7 @@ header > img {
margin-right: 1rem;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* NAVBAR *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@ -98,7 +101,7 @@ nav > ul > li:before {
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* SECTION *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@ -1,105 +1,106 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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 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="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">
<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">
<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>
<title>Unit</title>
</head>
<body>
<header>
<img alt="Unit logo" src="assets/images/logo.svg">
<h1>Unit</h1>
</header>
<body>
<div class="mainContainer">
<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>
<li><a href="https://noise.autistici.org/mailman/listinfo/unit-news">Newsletter</a></li>
</ul>
</nav>
<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>
<li><a href="https://noise.autistici.org/mailman/listinfo/unit-news">Newsletter</a></li>
</ul>
</nav>
<section>
<p><span>
<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>
</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/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/2018-04-15">
Criptoparty</a>
</span></p>
<p><span>
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>
</span></p>
</section>
<section>
<p><span>
<a href="https://wiki.unit.macaomilano.org/Calendar/2018-04-15">
Criptoparty</a>
</span></p>
<p><span>
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>
</span></p>
</section>
<section>
<p><span>
<a href="https://lost.noblogs.org/">
LOST, le Lunghe Ombre della Scienza e della Tecnica</a>
</span></p>
<p><span>
18 aprile 2018<br>
Gamificazione e neuroscienze cognitive<br>
con gruppo Ippolita<br>
<A HREF="https://lost.noblogs.org/"><img src="lost/lost.jpg" width="250" alt="LOST"></img></A>
</span></p>
</section>
<section>
<p><span>
<a href="https://lost.noblogs.org/">
LOST, le Lunghe Ombre della Scienza e della Tecnica</a>
</span></p>
<p><span>
18 aprile 2018<br>
Gamificazione e neuroscienze cognitive<br>
con gruppo Ippolita<br>
<A HREF="https://lost.noblogs.org/"><img src="lost/lost.jpg" width="250" alt="LOST"></img></A>
</span></p>
</section>
</div>
</body>
</body>
</html>
<!--
vim: tabstop=4 shiftwidth=4 expandtab:
-->
</html>
<!--
vim: tabstop=4 shiftwidth=4 expandtab:
-->