From b936f012f1940c53a62e870b1a8f7acfbb57ded1 Mon Sep 17 00:00:00 2001 From: subnixr Date: Sat, 20 May 2017 01:48:17 +0200 Subject: [PATCH] Initial commit --- index.html | 38 ++++++++++ logo.svg | 215 +++++++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 66 ++++++++++++++++ 3 files changed, 319 insertions(+) create mode 100644 index.html create mode 100644 logo.svg create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..62d47b4 --- /dev/null +++ b/index.html @@ -0,0 +1,38 @@ + + + + Unit + + + + + +
+
+ +

Unit

+ +
info.unit@autistici.org Viale Molise 68, Milano
+
+
+ +
+ +
+ + +
+
+ + + + + \ No newline at end of file diff --git a/logo.svg b/logo.svg new file mode 100644 index 0000000..17f460f --- /dev/null +++ b/logo.svg @@ -0,0 +1,215 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..1767a71 --- /dev/null +++ b/style.css @@ -0,0 +1,66 @@ +html, body { + margin: 0; + padding: 0; + border: none; +} + +.header { + width: 100%; + margin: 0 auto; + position: fixed; +} + +.header .wrapper { + max-width: 800px; + margin: 0 auto; +} + +.wrapper:after { + content: " "; /* Older browser do not support empty content */ + visibility: hidden; + display: block; + height: 0; + clear: both; +} + +.header .title { + margin: 0; + float: left; + display: block; +} + +.header .logo { + width: 4rem; + height: 4rem; + float: left; +} + +.header .info { + margin: 0; + padding: 0; + border: none; + float: right; +} + +.content { + max-width: 800px; + margin: 0 auto; + padding-top: 4rem; + overflow: scroll; +} + +.links a { + display: block; + box-sizing: border-box; +} + +.news { + overflow: hidden; +} + +iframe { + width: 100%; + height: 100%; + overflow: hidden; + border: none; +}