diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..c83e35d96a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "material-design-icons"] + path = material-design-icons + url = https://github.com/google/material-design-icons diff --git a/img/archive.svg b/img/archive.svg deleted file mode 100644 index b79eeeae22..0000000000 --- a/img/archive.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/img/bird.svg b/img/bird.svg deleted file mode 100644 index b9c1e0e229..0000000000 --- a/img/bird.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/img/email.svg b/img/email.svg deleted file mode 100644 index b0845b4fd2..0000000000 --- a/img/email.svg +++ /dev/null @@ -1,98 +0,0 @@ - -image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/img/file-sharing.svg b/img/file-sharing.svg deleted file mode 100644 index 107fdb03c9..0000000000 --- a/img/file-sharing.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/img/ils.png b/img/ils.png index da529a340a..b71caa1191 100644 Binary files a/img/ils.png and b/img/ils.png differ diff --git a/img/post.png b/img/post.png deleted file mode 100644 index 6123a10711..0000000000 Binary files a/img/post.png and /dev/null differ diff --git a/img/rss.svg b/img/rss.svg deleted file mode 100644 index c11ee87265..0000000000 --- a/img/rss.svg +++ /dev/null @@ -1,125 +0,0 @@ - -image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/img/twitter.svg b/img/twitter.svg new file mode 100644 index 0000000000..f2b8447aae --- /dev/null +++ b/img/twitter.svg @@ -0,0 +1,57 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/img/wiki.svg b/img/wiki.svg deleted file mode 100644 index 3ea6711845..0000000000 --- a/img/wiki.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/index.html b/index.html index a05237840c..e4d3e070ff 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,7 @@ + @@ -103,21 +104,21 @@

Blog

- Articolo + article

Wiki

- Wiki + menu_book

Cloud

- File sharing + cloud_download

5 GiB

@@ -131,7 +132,7 @@

Archivio

- Archivio + archive

22 GiB

@@ -142,13 +143,13 @@

Mailing List

- Email + email

Feed RSS

- Feed RSS + rss_feed
@@ -160,13 +161,13 @@

Twitter

- Twitter + Twitter

Facebook

- Facebook + facebook
@@ -184,6 +185,7 @@ ILS - Italian Linux Society
+ @@ -204,7 +207,6 @@ 50053 Empoli (FI)
CF 91024650482
info@golem.linux.it
- (icone tratte da flaticon.com) diff --git a/material-design-icons b/material-design-icons new file mode 160000 index 0000000000..96206ade0e --- /dev/null +++ b/material-design-icons @@ -0,0 +1 @@ +Subproject commit 96206ade0e8325ac4c4ce9d49dc4ef85241689e1 diff --git a/material.css b/material.css new file mode 100644 index 0000000000..ac1e7c445b --- /dev/null +++ b/material.css @@ -0,0 +1,38 @@ +@font-face { + font-family: 'material'; + font-style: normal; + font-weight: 400; + src: url(material-design-icons/font/MaterialIconsRound-Regular.otf); /* For IE6-8 */ +/* src: local('Material Icons'), + local('MaterialIcons-Regular'), + url(iconfont/MaterialIcons-Regular.woff2) format('woff2'), + url(iconfont/MaterialIcons-Regular.woff) format('woff'), + url(iconfont/MaterialIcons-Regular.ttf) format('truetype'); + */ + } + + .material-icons { + font-family: 'material'; + font-weight: normal; + font-style: normal; + font-size: 100px; /* Preferred icon size */ + display: inline-block; + line-height: 1; + text-transform: none; + letter-spacing: normal; + word-wrap: normal; + white-space: nowrap; + direction: ltr; + + /* Support for all WebKit browsers. */ + /*-webkit-font-smoothing: antialiased;*/ + /* Support for Safari and Chrome. */ + /*text-rendering: optimizeLegibility;*/ + + /* Support for Firefox. */ +/* -moz-osx-font-smoothing: grayscale;*/ + + /* Support for IE. */ +/* font-feature-settings: 'liga';*/ + + } \ No newline at end of file diff --git a/style.css b/style.css index 6474091cad..fe5af2f2c9 100644 --- a/style.css +++ b/style.css @@ -64,6 +64,7 @@ section.bg > div:hover { section > div img { max-width: 50%; + width: 100px; } section#chisiamo { @@ -125,7 +126,7 @@ section#contatti { @media (min-width: 800px) { section#lug > div { - width: 33%; + width: 49%; } } @@ -168,13 +169,13 @@ a:link.anchor, a:visited.anchor { text-decoration: inherit; } -/* Calendar styles */ -/* -.zerocalcare-title { - -} -*/ - .zerocalcare-details { font-size: smaller; } + +section.nobg i.material-icons { + color: black; +} +section.bg i.material-icons { + color: snow; +} \ No newline at end of file