Merge branch 'master' of git.coop:cotech/website

This commit is contained in:
harry
2019-04-25 16:10:46 +01:00
5 changed files with 21309 additions and 17640 deletions

View File

@ -6709,6 +6709,12 @@ h5#join-us {
.home #clients {
background-color: #f7f7f5; }
.client:nth-child(n+7){
display: none;
}
.client-thumb {
height: 150px;
width: 100%;

View File

@ -51,3 +51,8 @@ app.createMapMultiMarker = function(mapId, lat, lng, zoom, markersArray) {
};
//# sourceMappingURL=app.js.map
$('#client-list .column').shuffle();
window.setInterval(function(){
/// call your function here
$('#client-list .column').shuffle();
}, 7000);

File diff suppressed because one or more lines are too long