first commit

This commit is contained in:
giomba 2020-12-08 14:03:10 +01:00
commit 6333d4a54b
24 changed files with 1201 additions and 0 deletions

82
counters.js Normal file
View File

@ -0,0 +1,82 @@
const MONTHNAME = [ "gennaio", "febbraio", "marzo", "aprile", "maggio", "giugno", "luglio", "agosto", "settembre", "ottobre", "novembre", "dicembre"];
function counters() {
fetch("https://golem.linux.it/wp/wp-json/wp/v2/posts")
.then(response => response.json())
.then(json => {
let ul = document.getElementById("wp-latest-posts");
for (let i = 0; i < 3; ++i) {
let post = json[i];
let li = document.createElement("li");
let a = document.createElement("a");
a.href = post.link;
a.appendChild(document.createTextNode(post.title.rendered));
li.appendChild(a);
li.appendChild(document.createElement("br"));
let datespan = document.createElement("span");
datespan.style.fontSize = "smaller";
let dateobj = new Date(post.date);
datespan.appendChild(document.createTextNode(dateobj.getDate() + " " + MONTHNAME[dateobj.getMonth()] + " " + dateobj.getFullYear()));
li.appendChild(datespan);
ul.appendChild(li);
}
})
.catch(err => console.error(err));
fetch("https://golem.linux.it/wiki/api.php?action=query&list=recentchanges&rcprop=title&rclimit=50&format=json&origin=*")
.then(response => response.json())
.then(json => {
let recentchanges = json.query.recentchanges;
let rcs = new Set();
for (let i = 0; i < recentchanges.length; ++i) {
rcs.add(recentchanges[i].title);
}
let rca = Array.from(rcs);
let ul = document.getElementById("mw-recent-changes");
for (let i = 0; i < rca.length; ++i) {
let title = rca[i];
let li = document.createElement("li");
let a = document.createElement("a");
a.href = "https://golem.linux.it/wiki/" + title;
a.appendChild(document.createTextNode(title));
li.appendChild(a);
ul.appendChild(li);
if (i >= 4) break;
}
})
.catch(function(error){console.log(error);});
fetch("https://golem.linux.it/wp/wp-json/wp/v2/posts")
.then(response => {
let articles = response.headers.get("X-WP-Total");
let p = document.getElementById("wordpress-articles");
p.appendChild(document.createTextNode(articles + " articoli"));
})
.catch(err => console.error(err));
fetch("https://golem.linux.it/wiki/api.php?action=query&meta=siteinfo&siprop=statistics&format=json&origin=*")
.then(response => response.json())
.then(json => {
let pages = json.query.statistics.articles;
let p = document.getElementById("mediawiki-pages");
p.appendChild(document.createTextNode(pages + " pagine"));
})
.catch(err => console.error(err));
fetch("https://git.golem.linux.it/api/v1/repos/search")
.then(response => response.json())
.then(response => {
let repos = response.data.length;
let p = document.getElementById("gitea-repos");
p.appendChild(document.createTextNode(repos + " repository"));
})
.catch(err => console.error(err));
}

BIN
favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

1
img/archive.svg Normal file
View File

@ -0,0 +1 @@
<svg height="512pt" viewBox="0 0 512 512" width="512pt" xmlns="http://www.w3.org/2000/svg"><path d="m452 120h-30v-60h-30v-60h-123.027344l-20 30h-128.972656v60h-30v60h-30v40.457031l-60 90v231.542969h512v-231.542969l-60-90zm-302-60h115.027344l20-30h76.972656v30h-63.027344l-20 30h-128.972656zm-30 60h175.027344l20-30h76.972656v30h-63.027344l-20 30h-188.972656zm-30 60h235.027344l20-30h76.972656v120h-105.8125l-10 30h-100.375l-10-30h-105.8125zm-30 64.542969v25.457031h-16.972656zm422 237.457031h-452v-182h144.1875l10 30h143.625l10-30h144.1875zm-13.027344-212h-16.972656v-25.457031zm0 0"/><path d="m180 360h152v30h-152zm0 0"/></svg>

After

Width:  |  Height:  |  Size: 628 B

64
img/bird.svg Normal file
View File

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="Capa_1"
enable-background="new 0 0 511.164 511.164"
height="512"
viewBox="0 0 511.164 511.164"
width="512"
version="1.1"
sodipodi:docname="bird.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
<metadata
id="metadata10">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs8" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1280"
inkscape:window-height="959"
id="namedview6"
showgrid="false"
inkscape:zoom="1.2070312"
inkscape:cx="256"
inkscape:cy="256"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" />
<g
id="XMLID_1171_"
style="fill:#fbffff;fill-opacity:1"
transform="matrix(-1,0,0,1,511.164,0)">
<path
id="XMLID_1177_"
d="m 354.118,420.893 15.743,86.192 H 511.164 L 213.071,44.779 C 196.07,18.158 167.062,2.265 135.476,2.265 84.709,2.265 43.407,43.567 43.407,94.335 V 105.6 H 0 v 30 h 43.407 v 107 c 0,92.73 71.162,169.14 161.741,177.519 V 458.8 c -21.55,6.465 -37.301,26.472 -37.301,50.098 h 30 c 0,-12.297 10.004,-22.301 22.301,-22.301 12.297,0 22.301,10.004 22.301,22.301 h 30 c 0,-23.626 -15.752,-43.634 -37.301,-50.098 v -37.907 z m 40.761,56.193 -10.264,-56.192 h 33.245 l 37.346,56.192 z M 237.384,138.582 332.529,287.558 h -41.624 c -29.512,0 -53.521,-24.009 -53.521,-53.521 z M 73.407,242.599 V 94.335 c 0,-34.226 27.844,-62.07 62.07,-62.07 21.294,0 40.85,10.714 52.312,28.661 l 19.596,30.683 v 142.43 c 0,46.053 37.467,83.521 83.521,83.521 h 60.784 l 46.835,73.334 H 221.701 C 139.931,390.893 73.407,324.369 73.407,242.599 Z"
style="fill:#fbffff;fill-opacity:1" />
<path
id="XMLID_1180_"
d="m 125.799,89.875 c -7.846,0 -15.363,6.899 -15,15 0.364,8.127 6.591,15 15,15 7.846,0 15.363,-6.899 15,-15 -0.364,-8.127 -6.591,-15 -15,-15 z"
style="fill:#fbffff;fill-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
img/cena.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

BIN
img/elettronica.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

98
img/email.svg Normal file
View File

@ -0,0 +1,98 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 512 512"
style="enable-background:new 0 0 512 512;"
xml:space="preserve"
sodipodi:docname="email.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"><metadata
id="metadata43"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs41" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1280"
inkscape:window-height="959"
id="namedview39"
showgrid="false"
inkscape:zoom="1.2070312"
inkscape:cx="256"
inkscape:cy="256"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="g6" />
<g
id="g6">
<g
id="g4"
style="stroke:none;stroke-opacity:1;fill:#ffffff;fill-opacity:1">
<path
d="M467,61H45C20.218,61,0,81.196,0,106v300c0,24.72,20.128,45,45,45h422c24.72,0,45-20.128,45-45V106 C512,81.28,491.872,61,467,61z M460.786,91L256.954,294.833L51.359,91H460.786z M30,399.788V112.069l144.479,143.24L30,399.788z M51.213,421l144.57-144.57l50.657,50.222c5.864,5.814,15.327,5.795,21.167-0.046L317,277.213L460.787,421H51.213z M482,399.787 L338.213,256L482,112.212V399.787z"
id="path2"
style="stroke:none;stroke-opacity:1;fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g8">
</g>
<g
id="g10">
</g>
<g
id="g12">
</g>
<g
id="g14">
</g>
<g
id="g16">
</g>
<g
id="g18">
</g>
<g
id="g20">
</g>
<g
id="g22">
</g>
<g
id="g24">
</g>
<g
id="g26">
</g>
<g
id="g28">
</g>
<g
id="g30">
</g>
<g
id="g32">
</g>
<g
id="g34">
</g>
<g
id="g36">
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

1
img/file-sharing.svg Normal file
View File

@ -0,0 +1 @@
<svg id="Files_Sharing-Network-Technology-Document-Folder" height="512" viewBox="0 0 64 64" width="512" xmlns="http://www.w3.org/2000/svg" data-name="Files Sharing-Network-Technology-Document-Folder"><path d="m25 6h2v2h-2z"/><path d="m29 6h10v2h-10z"/><path d="m29 10h10v2h-10z"/><path d="m10 42h8v2h-8z"/><path d="m14 46h4v2h-4z"/><path d="m60 45h-2v-5a2.006 2.006 0 0 0 -2-2h-5v-3a1 1 0 0 0 -1-1h-15.18a3.035 3.035 0 0 0 -1.82-1.82v-2.18h11a3.009 3.009 0 0 0 3-3v-13a3.009 3.009 0 0 0 -3-3h-1v-7a2.006 2.006 0 0 0 -2-2h-18a2.006 2.006 0 0 0 -2 2v2h-1a3.009 3.009 0 0 0 -3 3v18a3.009 3.009 0 0 0 3 3h11v2.18a3.035 3.035 0 0 0 -1.82 1.82h-15.18a1 1 0 0 0 -1 1v3h-5a2.006 2.006 0 0 0 -2 2h-1a3.009 3.009 0 0 0 -3 3v16a3.009 3.009 0 0 0 3 3h18a3.009 3.009 0 0 0 3-3v-12a2.006 2.006 0 0 0 -2-2h-2v-5a2.006 2.006 0 0 0 -2-2h-5v-2h14.18a2.988 2.988 0 0 0 5.64 0h14.18v2h-5a2.006 2.006 0 0 0 -2 2h-1a3.009 3.009 0 0 0 -3 3v16a3.009 3.009 0 0 0 3 3h18a3.009 3.009 0 0 0 3-3v-12a2.006 2.006 0 0 0 -2-2zm-56-2a1 1 0 0 1 1-1h1v3h-2zm18 4h2v3h-2zm2 5v7a1 1 0 0 1 -1 1h-18a1 1 0 0 1 -1-1v-12h4.59l4.7 4.71a1.033 1.033 0 0 0 .71.29zm-4-12v10h-5.59l-4.7-4.71a1.033 1.033 0 0 0 -.71-.29h-1v-5zm23-27h1a1 1 0 0 1 1 1v2h-2zm-20-9h18v12h-7.68l-6.74-4.81a1 1 0 0 0 -.58-.19h-3zm-4 5a1 1 0 0 1 1-1h1v3h-2zm1 19a1 1 0 0 1 -1-1v-14h6.68l6.74 4.81a1 1 0 0 0 .58.19h12v9a1 1 0 0 1 -1 1zm12 8a1 1 0 1 1 1-1 1 1 0 0 1 -1 1zm12 4h12v10h-5.59l-4.7-4.71a1.033 1.033 0 0 0 -.71-.29h-1zm-4 3a1 1 0 0 1 1-1h1v3h-2zm20 16a1 1 0 0 1 -1 1h-18a1 1 0 0 1 -1-1v-12h4.59l4.7 4.71a1.033 1.033 0 0 0 .71.29h10zm0-9h-2v-3h2z"/><path d="m46 42h8v2h-8z"/><path d="m50 46h4v2h-4z"/></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
img/gadgets.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

BIN
img/git.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
img/ils.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
img/murale.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 KiB

BIN
img/pinguino-ipnotico.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

BIN
img/post.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
img/quintetto.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

125
img/rss.svg Normal file
View File

@ -0,0 +1,125 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 448 448"
style="enable-background:new 0 0 448 448;"
xml:space="preserve"
sodipodi:docname="rss.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"><metadata
id="metadata55"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs53" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1280"
inkscape:window-height="959"
id="namedview51"
showgrid="false"
inkscape:zoom="1.3794643"
inkscape:cx="224"
inkscape:cy="224"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" />
<g
id="g6"
style="fill:#ffffff;fill-opacity:1">
<g
id="g4"
style="fill:#ffffff;fill-opacity:1">
<circle
cx="64"
cy="384"
r="64"
id="circle2"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g12"
style="fill:#ffffff;fill-opacity:1">
<g
id="g10"
style="fill:#ffffff;fill-opacity:1">
<path
d="M0,149.344v85.344c117.632,0,213.344,95.68,213.344,213.312h85.312C298.656,283.328,164.672,149.344,0,149.344z"
id="path8"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g18"
style="fill:#ffffff;fill-opacity:1">
<g
id="g16"
style="fill:#ffffff;fill-opacity:1">
<path
d="M0,0v85.344C200,85.344,362.688,248,362.688,448H448C448,200.96,247.04,0,0,0z"
id="path14"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g20">
</g>
<g
id="g22">
</g>
<g
id="g24">
</g>
<g
id="g26">
</g>
<g
id="g28">
</g>
<g
id="g30">
</g>
<g
id="g32">
</g>
<g
id="g34">
</g>
<g
id="g36">
</g>
<g
id="g38">
</g>
<g
id="g40">
</g>
<g
id="g42">
</g>
<g
id="g44">
</g>
<g
id="g46">
</g>
<g
id="g48">
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

387
img/social-network.svg Normal file
View File

@ -0,0 +1,387 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 512 512"
style="enable-background:new 0 0 512 512;"
xml:space="preserve"
sodipodi:docname="social-network.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"><metadata
id="metadata187"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs185" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1280"
inkscape:window-height="959"
id="namedview183"
showgrid="false"
inkscape:zoom="1.2070312"
inkscape:cx="256"
inkscape:cy="256"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" />
<g
id="g6"
style="fill:#ffffff;fill-opacity:1">
<g
id="g4"
style="fill:#ffffff;fill-opacity:1">
<path
d="M477.867,102.4c-18.825,0-34.133,15.309-34.133,34.133s15.309,34.133,34.133,34.133S512,155.358,512,136.533 C512,117.709,496.691,102.4,477.867,102.4z M477.867,153.6c-9.412,0-17.067-7.654-17.067-17.067 c0-9.412,7.654-17.067,17.067-17.067s17.067,7.654,17.067,17.067C494.933,145.946,487.279,153.6,477.867,153.6z"
id="path2"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g12"
style="fill:#ffffff;fill-opacity:1">
<g
id="g10"
style="fill:#ffffff;fill-opacity:1">
<path
d="M34.133,384C15.309,384,0,399.309,0,418.133s15.309,34.133,34.133,34.133c18.825,0,34.133-15.309,34.133-34.133 S52.958,384,34.133,384z M34.133,435.2c-9.412,0-17.067-7.654-17.067-17.067s7.654-17.067,17.067-17.067 c9.412,0,17.067,7.654,17.067,17.067S43.546,435.2,34.133,435.2z"
id="path8"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g18"
style="fill:#ffffff;fill-opacity:1">
<g
id="g16"
style="fill:#ffffff;fill-opacity:1">
<path
d="M461.321,113.186l-73.617-35.541c-4.25-2.057-9.344-0.265-11.392,3.977c-2.048,4.241-0.265,9.344,3.977,11.392 l73.617,35.541c1.195,0.58,2.458,0.853,3.703,0.853c3.174,0,6.221-1.775,7.688-4.83 C467.345,120.337,465.562,115.234,461.321,113.186z"
id="path14"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g24"
style="fill:#ffffff;fill-opacity:1">
<g
id="g22"
style="fill:#ffffff;fill-opacity:1">
<path
d="M384,443.733c-18.825,0-34.133,15.309-34.133,34.133S365.175,512,384,512c18.825,0,34.133-15.309,34.133-34.133 S402.825,443.733,384,443.733z M384,494.933c-9.412,0-17.067-7.654-17.067-17.067S374.588,460.8,384,460.8 c9.412,0,17.067,7.654,17.067,17.067S393.412,494.933,384,494.933z"
id="path20"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g30"
style="fill:#ffffff;fill-opacity:1">
<g
id="g28"
style="fill:#ffffff;fill-opacity:1">
<path
d="M367.454,454.52l-73.617-35.541c-4.25-2.057-9.344-0.273-11.392,3.977c-2.048,4.241-0.265,9.344,3.977,11.392 l73.617,35.541c1.195,0.58,2.458,0.853,3.703,0.853c3.174,0,6.221-1.775,7.689-4.83 C373.478,461.67,371.695,456.568,367.454,454.52z"
id="path26"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g36"
style="fill:#ffffff;fill-opacity:1">
<g
id="g34"
style="fill:#ffffff;fill-opacity:1">
<path
d="M256,230.4c-18.825,0-34.133,15.309-34.133,34.133c0,18.825,15.309,34.133,34.133,34.133 c18.825,0,34.133-15.309,34.133-34.133C290.133,245.709,274.825,230.4,256,230.4z M256,281.6c-9.412,0-17.067-7.654-17.067-17.067 c0-9.412,7.654-17.067,17.067-17.067c9.412,0,17.067,7.654,17.067,17.067C273.067,273.946,265.412,281.6,256,281.6z"
id="path32"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g42"
style="fill:#ffffff;fill-opacity:1">
<g
id="g40"
style="fill:#ffffff;fill-opacity:1">
<path
d="M240.998,242.142l-56.55-44.075c-3.721-2.876-9.079-2.236-11.981,1.485c-2.893,3.721-2.236,9.079,1.485,11.981 l56.55,44.075c1.562,1.212,3.405,1.801,5.24,1.801c2.543,0,5.052-1.126,6.741-3.285 C245.376,250.402,244.719,245.043,240.998,242.142z"
id="path38"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g48"
style="fill:#ffffff;fill-opacity:1">
<g
id="g46"
style="fill:#ffffff;fill-opacity:1">
<path
d="M409.6,221.867c-51.755,0-93.867,42.112-93.867,93.867c0,51.755,42.112,93.867,93.867,93.867 c51.755,0,93.867-42.112,93.867-93.867C503.467,263.979,461.355,221.867,409.6,221.867z M409.6,392.533 c-42.351,0-76.8-34.449-76.8-76.8s34.449-76.8,76.8-76.8s76.8,34.449,76.8,76.8S451.951,392.533,409.6,392.533z"
id="path44"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g54"
style="fill:#ffffff;fill-opacity:1">
<g
id="g52"
style="fill:#ffffff;fill-opacity:1">
<path
d="M409.6,256c-18.825,0-34.133,15.309-34.133,34.133c0,18.825,15.309,34.133,34.133,34.133 c18.825,0,34.133-15.309,34.133-34.133S428.425,256,409.6,256z M409.6,307.2c-9.412,0-17.067-7.654-17.067-17.067 c0-9.412,7.654-17.067,17.067-17.067c9.412,0,17.067,7.654,17.067,17.067C426.667,299.546,419.012,307.2,409.6,307.2z"
id="path50"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g60"
style="fill:#ffffff;fill-opacity:1">
<g
id="g58"
style="fill:#ffffff;fill-opacity:1">
<path
d="M434.355,341.333h-49.51c-14.583,0-26.445,11.546-26.445,25.728v22.494c0,3.046,1.621,5.862,4.258,7.39 C376.96,405.222,393.19,409.6,409.6,409.6s32.64-4.378,46.942-12.655c2.637-1.519,4.258-4.344,4.258-7.381V367.07 C460.8,352.879,448.939,341.333,434.355,341.333z M443.733,384.469c-21.239,10.581-47.027,10.581-68.267,0V367.07 c0-4.779,4.207-8.67,9.378-8.67h49.51c5.171,0,9.378,3.891,9.378,8.67V384.469z"
id="path56"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g66"
style="fill:#ffffff;fill-opacity:1">
<g
id="g64"
style="fill:#ffffff;fill-opacity:1">
<path
d="M204.8,324.267c-51.755,0-93.867,42.112-93.867,93.867S153.045,512,204.8,512c51.755,0,93.867-42.112,93.867-93.867 S256.555,324.267,204.8,324.267z M204.8,494.933c-42.351,0-76.8-34.449-76.8-76.8s34.449-76.8,76.8-76.8 c42.351,0,76.8,34.449,76.8,76.8S247.151,494.933,204.8,494.933z"
id="path62"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g72"
style="fill:#ffffff;fill-opacity:1">
<g
id="g70"
style="fill:#ffffff;fill-opacity:1">
<path
d="M204.8,358.4c-18.825,0-34.133,15.309-34.133,34.133c0,18.825,15.309,34.133,34.133,34.133s34.133-15.309,34.133-34.133 C238.933,373.709,223.625,358.4,204.8,358.4z M204.8,409.6c-9.412,0-17.067-7.654-17.067-17.067 c0-9.412,7.654-17.067,17.067-17.067c9.412,0,17.067,7.654,17.067,17.067C221.867,401.946,214.212,409.6,204.8,409.6z"
id="path68"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g78"
style="fill:#ffffff;fill-opacity:1">
<g
id="g76"
style="fill:#ffffff;fill-opacity:1">
<path
d="M229.555,443.733h-49.51c-14.583,0-26.445,11.546-26.445,25.728v22.494c0,3.046,1.621,5.862,4.258,7.39 C172.16,507.622,188.39,512,204.8,512s32.64-4.378,46.942-12.655c2.637-1.519,4.258-4.343,4.258-7.381V469.47 C256,455.279,244.139,443.733,229.555,443.733z M238.933,486.869c-21.24,10.581-47.027,10.581-68.267,0V469.47 c0-4.779,4.207-8.67,9.378-8.67h49.51c5.171,0,9.378,3.891,9.378,8.67V486.869z"
id="path74"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g84"
style="fill:#ffffff;fill-opacity:1">
<g
id="g82"
style="fill:#ffffff;fill-opacity:1">
<path
d="M93.867,110.933C42.112,110.933,0,153.045,0,204.8c0,51.755,42.112,93.867,93.867,93.867 c51.755,0,93.867-42.112,93.867-93.867C187.733,153.045,145.621,110.933,93.867,110.933z M93.867,281.6 c-42.351,0-76.8-34.449-76.8-76.8c0-42.351,34.449-76.8,76.8-76.8c42.351,0,76.8,34.449,76.8,76.8 C170.667,247.151,136.218,281.6,93.867,281.6z"
id="path80"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g90"
style="fill:#ffffff;fill-opacity:1">
<g
id="g88"
style="fill:#ffffff;fill-opacity:1">
<path
d="M93.867,145.067c-18.825,0-34.133,15.309-34.133,34.133s15.309,34.133,34.133,34.133 c18.825,0,34.133-15.309,34.133-34.133S112.691,145.067,93.867,145.067z M93.867,196.267c-9.412,0-17.067-7.654-17.067-17.067 s7.654-17.067,17.067-17.067c9.412,0,17.067,7.654,17.067,17.067S103.279,196.267,93.867,196.267z"
id="path86"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g96"
style="fill:#ffffff;fill-opacity:1">
<g
id="g94"
style="fill:#ffffff;fill-opacity:1">
<path
d="M118.622,230.4h-49.51c-14.583,0-26.445,11.546-26.445,25.728v22.494c0,3.046,1.621,5.862,4.258,7.39 c14.302,8.277,30.532,12.655,46.942,12.655c16.41,0,32.64-4.378,46.942-12.655c2.637-1.519,4.258-4.344,4.258-7.381v-22.494 C145.067,241.946,133.205,230.4,118.622,230.4z M128,273.536c-21.239,10.581-47.027,10.581-68.267,0v-17.399 c0-4.779,4.207-8.67,9.378-8.67h49.51c5.171,0,9.378,3.891,9.378,8.67V273.536z"
id="path92"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g102"
style="stroke:none;stroke-opacity:1;fill:#ffffff;fill-opacity:1">
<g
id="g100"
style="stroke:none;stroke-opacity:1;fill:#ffffff;fill-opacity:1">
<path
d="M298.667,0C246.912,0,204.8,42.112,204.8,93.867c0,51.755,42.112,93.867,93.867,93.867 c51.755,0,93.867-42.112,93.867-93.867C392.533,42.112,350.421,0,298.667,0z M298.667,170.667c-42.351,0-76.8-34.449-76.8-76.8 c0-42.351,34.449-76.8,76.8-76.8s76.8,34.449,76.8,76.8C375.467,136.218,341.018,170.667,298.667,170.667z"
id="path98"
style="stroke:none;stroke-opacity:1;fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g108"
style="fill:#ffffff;fill-opacity:1">
<g
id="g106"
style="fill:#ffffff;fill-opacity:1">
<path
d="M298.667,34.133c-18.825,0-34.133,15.309-34.133,34.133s15.309,34.133,34.133,34.133S332.8,87.091,332.8,68.267 S317.491,34.133,298.667,34.133z M298.667,85.333c-9.412,0-17.067-7.654-17.067-17.067c0-9.412,7.654-17.067,17.067-17.067 s17.067,7.654,17.067,17.067C315.733,77.679,308.079,85.333,298.667,85.333z"
id="path104"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g114"
style="fill:#ffffff;fill-opacity:1">
<g
id="g112"
style="fill:#ffffff;fill-opacity:1">
<path
d="M323.422,119.467h-49.51c-14.583,0-26.445,11.546-26.445,25.728v22.494c0,3.046,1.621,5.862,4.258,7.39 c14.302,8.277,30.532,12.655,46.942,12.655s32.64-4.378,46.942-12.655c2.637-1.519,4.258-4.344,4.258-7.381v-22.494 C349.867,131.012,338.005,119.467,323.422,119.467z M332.8,162.603c-21.239,10.581-47.027,10.581-68.267,0v-17.399 c0-4.779,4.207-8.67,9.378-8.67h49.51c5.171,0,9.378,3.891,9.378,8.67V162.603z"
id="path110"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g120"
style="fill:#ffffff;fill-opacity:1">
<g
id="g118"
style="fill:#ffffff;fill-opacity:1">
<path
d="M219.827,88.311c-3.063-3.567-8.448-3.994-12.032-0.93l-59.136,50.603c-3.584,3.063-4.002,8.448-0.939,12.032 c1.69,1.971,4.079,2.987,6.485,2.987c1.963,0,3.934-0.674,5.547-2.057l59.136-50.603C222.473,97.28,222.891,91.895,219.827,88.311 z"
id="path116"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g126"
style="fill:#ffffff;fill-opacity:1">
<g
id="g124"
style="fill:#ffffff;fill-opacity:1">
<path
d="M407.893,225.289l-51.2-68.267c-2.825-3.78-8.175-4.523-11.947-1.707c-3.772,2.825-4.531,8.175-1.707,11.938l51.2,68.267 c1.681,2.236,4.241,3.413,6.835,3.413c1.775,0,3.576-0.555,5.112-1.707C409.958,234.402,410.718,229.052,407.893,225.289z"
id="path122"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g132"
style="fill:#ffffff;fill-opacity:1">
<g
id="g130"
style="fill:#ffffff;fill-opacity:1">
<path
d="M337.86,343.953c-2.825-3.772-8.175-4.531-11.947-1.707l-47.667,35.746c-3.772,2.825-4.531,8.175-1.707,11.938 c1.681,2.236,4.241,3.413,6.835,3.413c1.783,0,3.575-0.563,5.112-1.707l47.667-35.746 C339.925,353.067,340.685,347.716,337.86,343.953z"
id="path128"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g138"
style="fill:#ffffff;fill-opacity:1">
<g
id="g136"
style="fill:#ffffff;fill-opacity:1">
<path
d="M119.467,409.6H59.733c-4.71,0-8.533,3.814-8.533,8.533s3.823,8.533,8.533,8.533h59.733c4.71,0,8.533-3.814,8.533-8.533 S124.177,409.6,119.467,409.6z"
id="path134"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g144"
style="fill:#ffffff;fill-opacity:1">
<g
id="g142"
style="fill:#ffffff;fill-opacity:1">
<path
d="M93.867,0C75.042,0,59.733,15.309,59.733,34.133c0,18.825,15.309,34.133,34.133,34.133 c18.825,0,34.133-15.309,34.133-34.133C128,15.309,112.691,0,93.867,0z M93.867,51.2c-9.412,0-17.067-7.654-17.067-17.067 c0-9.412,7.654-17.067,17.067-17.067c9.412,0,17.067,7.654,17.067,17.067C110.933,43.546,103.279,51.2,93.867,51.2z"
id="path140"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g150"
style="fill:#ffffff;fill-opacity:1">
<g
id="g148"
style="fill:#ffffff;fill-opacity:1">
<path
d="M93.867,51.2c-4.71,0-8.533,3.814-8.533,8.533v59.733c0,4.719,3.823,8.533,8.533,8.533c4.71,0,8.533-3.814,8.533-8.533 V59.733C102.4,55.014,98.577,51.2,93.867,51.2z"
id="path146"
style="fill:#ffffff;fill-opacity:1" />
</g>
</g>
<g
id="g152">
</g>
<g
id="g154">
</g>
<g
id="g156">
</g>
<g
id="g158">
</g>
<g
id="g160">
</g>
<g
id="g162">
</g>
<g
id="g164">
</g>
<g
id="g166">
</g>
<g
id="g168">
</g>
<g
id="g170">
</g>
<g
id="g172">
</g>
<g
id="g174">
</g>
<g
id="g176">
</g>
<g
id="g178">
</g>
<g
id="g180">
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

54
img/telegram.svg Normal file
View File

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
height="512pt"
viewBox="0 -39 512.00011 512"
width="512pt"
version="1.1"
id="svg4"
sodipodi:docname="telegram.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
<metadata
id="metadata10">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs8" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1280"
inkscape:window-height="959"
id="namedview6"
showgrid="false"
inkscape:zoom="0.90527344"
inkscape:cx="341.33333"
inkscape:cy="341.33333"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<path
d="m504.09375 11.859375c-6.253906-7.648437-15.621094-11.859375-26.378906-11.859375-5.847656 0-12.042969 1.230469-18.410156 3.664062l-433.398438 165.441407c-23 8.777343-26.097656 21.949219-25.8984375 29.019531s4.0390625 20.046875 27.4999995 27.511719c.140626.042969.28125.085937.421876.125l89.898437 25.726562 48.617187 139.023438c6.628907 18.953125 21.507813 30.726562 38.835938 30.726562 10.925781 0 21.671875-4.578125 31.078125-13.234375l55.605469-51.199218 80.652344 64.941406c.007812.007812.019531.011718.027343.019531l.765625.617187c.070313.054688.144532.113282.214844.167969 8.964844 6.953125 18.75 10.625 28.308594 10.628907h.003906c18.675781 0 33.546875-13.824219 37.878906-35.214844l71.011719-350.640625c2.851563-14.074219.460937-26.667969-6.734375-35.464844zm-356.191406 234.742187 173.441406-88.605468-107.996094 114.753906c-1.769531 1.878906-3.023437 4.179688-3.640625 6.683594l-20.824219 84.351562zm68.132812 139.332032c-.71875.660156-1.441406 1.25-2.164062 1.792968l19.320312-78.25 35.144532 28.300782zm265.390625-344.566406-71.011719 350.644531c-.683593 3.355469-2.867187 11.164062-8.480468 11.164062-2.773438 0-6.257813-1.511719-9.824219-4.257812l-91.390625-73.585938c-.011719-.011719-.027344-.023437-.042969-.03125l-54.378906-43.789062 156.175781-165.949219c5-5.3125 5.453125-13.449219 1.074219-19.285156-4.382813-5.835938-12.324219-7.671875-18.820313-4.351563l-256.867187 131.226563-91.121094-26.070313 433.265625-165.390625c3.660156-1.398437 6.214844-1.691406 7.710938-1.691406.917968 0 2.550781.109375 3.15625.855469.796875.972656 1.8125 4.289062.554687 10.511719zm0 0"
id="path2"
style="fill:#ffffff;fill-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
img/unitoo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

1
img/wiki.svg Normal file
View File

@ -0,0 +1 @@
<svg height="512.001pt" viewBox="0 0 512.001 512.001" width="512.001pt" xmlns="http://www.w3.org/2000/svg"><link xmlns="" type="text/css" rel="stylesheet" id="dark-mode-general-link"/><link xmlns="" type="text/css" rel="stylesheet" id="dark-mode-custom-link"/><style xmlns="" lang="en" type="text/css" id="dark-mode-custom-style"/><g fill-rule="evenodd"><path d="m498.4375 432.726562-104.539062-104.535156c53.601562-84.058594 41.867187-194.496094-29.265626-265.628906-40.34375-40.34375-93.980468-62.5625-151.035156-62.5625-57.054687 0-110.691406 22.21875-151.035156 62.5625s-62.5625 93.980469-62.5625 151.035156c0 57.050782 22.21875 110.691406 62.5625 151.035156 40.339844 40.339844 93.976562 62.558594 151.027344 62.558594 40.949218 0 80.390625-11.484375 114.601562-33.289062l104.535156 104.535156c8.746094 8.746094 20.414063 13.5625 32.855469 13.5625 12.4375 0 24.105469-4.816406 32.855469-13.566406 8.746094-8.746094 13.5625-20.414063 13.5625-32.851563 0-12.441406-4.816406-24.109375-13.5625-32.855469zm-14.109375 51.601563c-4.976563 4.980469-11.636719 7.722656-18.746094 7.722656-7.113281 0-13.769531-2.742187-18.75-7.722656l-110.308593-110.308594c-1.929688-1.929687-4.484376-2.921875-7.054688-2.921875-1.976562 0-3.960938.582032-5.683594 1.777344-32.414062 22.480469-70.519531 34.367188-110.195312 34.367188-51.722656 0-100.347656-20.144532-136.921875-56.71875-75.5-75.5-75.5-198.355469 0-273.855469 36.574219-36.574219 85.203125-56.71875 136.929687-56.71875 51.722656 0 100.351563 20.144531 136.929688 56.71875 66.285156 66.285156 75.6875 170.214843 22.347656 247.117187-2.75 3.960938-2.265625 9.324219 1.144531 12.738282l110.308594 110.308593c4.980469 4.980469 7.722656 11.636719 7.722656 18.746094 0 7.113281-2.742187 13.769531-7.722656 18.75zm0 0"/><path d="m255.820312 63.007812c-5.308593-1.484374-10.808593 1.613282-12.292968 6.917969-1.484375 5.304688 1.609375 10.808594 6.914062 12.292969 58.625 16.40625 99.570313 70.429688 99.570313 131.378906 0 75.21875-61.195313 136.414063-136.414063 136.414063s-136.414062-61.195313-136.414062-136.414063c0-60.949218 40.945312-114.972656 99.566406-131.378906 5.304688-1.484375 8.402344-6.988281 6.917969-12.292969-1.484375-5.304687-6.992188-8.398437-12.292969-6.917969-32.214844 9.015626-61.25 28.65625-81.757812 55.300782-21.1875 27.523437-32.382813 60.472656-32.382813 95.289062 0 86.21875 70.144531 156.363282 156.363281 156.363282s156.367188-70.144532 156.367188-156.363282c0-34.816406-11.199219-67.765625-32.386719-95.289062-20.507813-26.644532-49.546875-46.285156-81.757813-55.300782zm0 0"/><path d="m213.597656 213.597656c-3.101562 0-6.027344 1.441406-7.914062 3.902344l-32.046875 41.78125-36.515625-95.203125c-1.972656-5.140625-7.742188-7.710937-12.882813-5.738281-5.144531 1.972656-7.714843 7.738281-5.742187 12.882812l42.894531 111.84375c1.292969 3.371094 4.304687 5.78125 7.878906 6.300782 3.578125.511718 7.152344-.941407 9.347657-3.804688l34.980468-45.601562 34.976563 45.601562c1.902343 2.484375 4.839843 3.90625 7.914062 3.90625.476563 0 .953125-.035156 1.433594-.101562 3.574219-.519532 6.589844-2.929688 7.882813-6.300782l42.894531-111.84375c1.972656-5.144531-.601563-10.910156-5.742188-12.882812-5.144531-1.972656-10.914062.597656-12.886719 5.738281l-36.511718 95.203125-32.046875-41.78125c-1.886719-2.460938-4.8125-3.902344-7.914063-3.902344zm0 0"/><path d="m213.597656 77.183594c5.492188 0 9.976563-4.480469 9.976563-9.976563 0-5.492187-4.484375-9.976562-9.976563-9.976562-5.496094 0-9.976562 4.484375-9.976562 9.976562 0 5.496094 4.480468 9.976563 9.976562 9.976563zm0 0"/></g></svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

202
index.html Normal file
View File

@ -0,0 +1,202 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>GOLEM | I computer sceglierebbero Linux</title>
<link rel="icon" type="image/png" href="favicon.png">
<meta name="HandheldFriendly" content="true"/>
<meta name="viewport" content="width=device-width" />
<meta name="MobileOptimized" content="320" />
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="lug.js"></script>
<script type="text/javascript" src="counters.js"></script>
</head>
<body onload="lugtoscana(); counters();">
<header>
<h1>GOLEM</h1>
&#x1f427; I computer sceglierebbero Linux &#x1f427;
</header>
<main>
<section id="chisiamo" class="bg">
<h2>Chi siamo</h2>
<div>
<h3>Il GOLEM</h3>
<p>
«Gruppo Operativo Linux Empoli» è il Linux Users Group di Empoli, ed è un'associazione di promozione sociale.
</p>
</div>
<div>
<h3>Dove siamo</h3>
<p>
<address>La Vela Margherita Hack<br/>via Magolo, 32<br/>50053 Empoli (FI)</address>
</p>
<p><a href="https://www.openstreetmap.org/?mlat=43.72634&mlon=10.92510#map=18/43.72634/10.92510">Mappa</a></p>
</div>
<div>
<h3>Quando</h3>
<p>
Martedì sera<br/>dalle 21.30 alle 24.00
</p>
</div>
</section>
<section id="news" class="bg">
<h2>News</h2>
<div>
<h3>Calendario</h3>
</div>
<div>
<h3>Ultimi post</h3>
<ul id="wp-latest-posts"></ul>
</div>
<div>
<h3>Ultime modifiche</h3>
<ul id="mw-recent-changes"></ul>
</div>
<div>
<h3>Ultimi commit</h3>
</div>
</section>
<section id="attivita" class="bg">
<h2>Attività</h2>
<p style="text-align: center;"><a href="https://golem.linux.it/wiki/Progetti">Progetti in corso</a></p>
<div>
<h3>Software libero</h3>
<p>Crediamo nella condivisione della conoscenza come alternativa all'attuale modello di sviluppo socio-economico dell'informatica e della società in genere.</p>
<a href="https://golem.linux.it/wiki/Visioni">Scopri</a>
</div>
<div>
<h3>Ore del GOLEM</h3>
<p>Serate a tema in cui si discute su qualunque cosa riguardi l'open source, dagli argomenti strettamente tecnici e pratici, alla consapevolizzazione nell'uso dei vari strumenti.</p>
<a href="https://golem.linux.it/wiki/Ore_del_GOLEM">Scopri</a>
</div>
<div>
<h3>Elettronica e maker</h3>
<p>Usa la nostra stampante 3D, la nostra macchina CNC e i nostri strumenti di laboratorio per realizzare il tuo progetto, i tuoi circuiti e condividi con gli altri partecipanti tecniche su come realizzarlo.</p>
<a href="https://golem.linux.it/wiki/Elettronica_Opensource">Scopri</a>
</div>
<div>
<h3>Trashware</h3>
<p>Non c'è progresso se non è per tutti: recupero di materiale informatico dismesso, anche se ancora funzionante, per progetti umanitari e anti digital-divide.</p>
<a href="https://golem.linux.it/wiki/Trashware">Scopri</a>
</div>
</section>
<section id="servizi" class="nobg">
<h2>Servizi</h2>
<p style="text-align: center;">Vieni a scoprire quanto è profonda la tana del bianconiglio.</p>
<div>
<a href="https://golem.linux.it/wp">
<h3>Blog</h3>
<img alt="Articolo" src="img/post.png" />
</a>
<p id="wordpress-articles"></p>
</div>
<div>
<a href="https://golem.linux.it/wiki">
<h3>Wiki</h3>
<img alt="Wiki" src="img/wiki.svg" />
</a>
<p id="mediawiki-pages"></p>
</div>
<div>
<a href="https://golem.linux.it/cloud">
<h3>Cloud</h3>
<img alt="File sharing" src="img/file-sharing.svg" />
</a>
<p>5 GiB</p>
</div>
<div>
<a href="https://git.golem.linux.it/">
<h3>Git</h3>
<img alt="Git" src="img/git.png" />
</a>
<p id="gitea-repos"></p>
</div>
<div>
<a href="https://golem.linux.it/pubblici/">
<h3>Archivio</h3>
<img alt="Archivio" src="img/archive.svg" />
</a>
<p>22 GiB</p>
</div>
</section>
<section id="contatti" class="bg">
<h2>Rimani in Contatto</h2>
<div>
<a href="https://lists.linux.it/listinfo/golem">
<h3>Mailing List</h3>
<img alt="Email" src="img/email.svg" />
</a>
</div>
<div>
<a href="https://golem.linux.it/wp/feed/">
<h3>Feed RSS</h3>
<img alt="Feed RSS" src="img/rss.svg" />
</a>
</div>
<div>
<a href="https://web.telegram.org/#/im?p=@golem_empoli">
<h3>Telegram</h3>
<img alt="Telegram app" src="img/telegram.svg" />
</a>
</div>
<div>
<a href="https://twitter.com/GolemLinux">
<h3>Twitter</h3>
<img alt="Twitter" src="img/bird.svg" />
</a>
</div>
<div>
<a href="https://www.facebook.com/golem.linux.it">
<h3>Facebook</h3>
<img alt="Facebook" src="img/social-network.svg" />
</a>
</div>
</section>
<section id="lug" class="nobg">
<h2>Rete LUG</h2>
<p style="text-align: center;">Scopri la comunità italiana del software libero</p>
<div>
<h3>LUG Toscana</h3>
<ul id="lugtoscana"></ul>
</div>
<div>
<a href="https://www.ils.org/">
<h3>Italian Linux Society</h3>
<img alt="ILS - Italian Linux Society" src="img/ils.png" />
</a>
</div>
<div>
<a href="https://radio.unitoo.it/">
<h3>Webradio</h3>
<img style="width: 30%;" alt="Unitoo free software web radio" src="img/unitoo.png" />
</a>
<br />
<audio controls src="https://radio.unitoo.it/radio/8000/radio-bestq.mp3"></audio>
<br />
<a href="https://cloud.unitoo.pw/index.php/apps/calendar/p/GxLHK2TwrdfLcyYq/timeGridWeek/now">Palinsesto</a>
</div>
</section>
</main>
<footer>
GOLEM - Gruppo Operativo Linux Empoli<br />
Associazione di Promozione Sociale<br />
via Magolo, 32<br />
50053 Empoli (FI)<br />
CF 91024650482<br />
info@golem.linux.it<br />
(icone tratte da flaticon.com)
</footer>
</body>
</html>

32
lug.js Normal file
View File

@ -0,0 +1,32 @@
function lugtoscana() {
let ul = document.getElementById("lugtoscana");
fetch("https://raw.githubusercontent.com/Gelma/LugMap/master/db/toscana.txt")
.then(response => response.text())
.then(response => {
let lines = response.split("\n");
for (let i = 0; i < lines.length; ++i) {
line = lines[i].trim();
let fields = line.split("|");
if (fields.length < 5)
continue;
let lug = {
"name": fields[1],
"city": fields[2],
"website": fields[3]
};
let li = document.createElement("li");
let a = document.createElement("a");
a.href = lug.website;
a.appendChild(document.createTextNode(lug.name + " - " + lug.city));
li.appendChild(a);
ul.appendChild(li);
}
})
.catch(err => console.error(err));
}

BIN
res/comfortaa.ttf Normal file

Binary file not shown.

154
style.css Normal file
View File

@ -0,0 +1,154 @@
@charset "utf-8";
@font-face {
font-family: comfortaa;
src: url(res/comfortaa.ttf);
}
body {
font-family: comfortaa, "Arial", sans-serif;
background: rgb(255, 255, 223);
margin: 0;
}
header {
text-align: center;
color: black;
}
section {
padding: 3vw;
min-height: 50ex;
background-repeat: no-repeat;
background-size: cover !important;
clip-path: polygon(
0% 100%,
100% calc(100% - 3vh),
100% 0,
0 calc(3vh)
);
}
section.bg h1, section.bg h2, section.bg h3 {
text-align: center;
}
section.bg {
color: white;
text-shadow: 0 0 1px black;
}
section.nobg h1, section.nobg h2, section.nobg h3 {
text-align: center;
color: black;
text-shadow: 0 0 1px green;
}
section div {
transition-duration: 0.5s;
text-align: center;
display: inline-block;
min-height: 30ex;
vertical-align: middle;
width: 100%;
}
section.bg div:hover {
transition-duration: 0.5s;
background-color: rgba(10,10,10,0.5);
}
section div img {
max-width: 50%;
}
section#chisiamo {
background:
linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
url(img/murale.jpeg);
}
@media (min-width: 800px) {
section#chisiamo div {
width: 33%;
}
}
section#news {
background:
linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
url(img/gadgets.jpeg);
}
@media (min-width: 800px) {
section#news div {
width: 24%;
}
}
section#attivita {
background:
linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
url(img/elettronica.jpeg);
}
@media (min-width: 800px) {
section#attivita div {
width: 24%;
}
}
/*
section#servizi {
background:
linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
url(img/quintetto.jpeg);
}
*/
@media (min-width: 800px) {
section#servizi div {
width: 19%;
}
}
section#contatti {
background:
linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
url(img/cena.jpeg);
}
@media (min-width: 800px) {
section#contatti div {
width: 19%;
}
}
@media (min-width: 800px) {
section#lug div {
width: 33%;
}
}
section.nobg a, a:visited {
color: black;
}
a, a:visited {
color: lightgreen;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
footer {
padding: 5px;
color: white;
text-align: center;
font-size: smaller;
background-color: rgb(29, 29, 29);
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
ul > li {
margin: 1.5ex;
}