Sono Matteo Cavalleri:
Questo sito è il mio portfolio tecnico, dove condivido conoscenza, esperienza e innovazione nel campo dell’ingegneria applicata all’automazione ed efficienza energetica.
Here’s some quick examples of what it can do.
var modulePattern = (function() {
// your module code goes here
var sum = 0 ;
return {
add:function() {
sum = sum + 1;
return sum;
},
reset:function() {
return sum = 0;
}
}
}());
Here’s a CSS component, it’s an alert box with the info color:
And this is a more sophisticated example, using the JS to include a carousel of images:
The spinner.
There’s a suite of hundreds of Entypo icons included, here’s just a few.