// Function to shuffle array function shuffleArray(array) { for (var i = array.length - 1; i > 0; i--) { var j = Math.floor(Math.random() * (i + 1)); var temp = array[i]; array[i] = array[j]; array[j] = temp; } return array; } // Function to randomize gallery images function randomizeGallery() { var gallery = document.getElementById('yui_3_17_2_1_1712030318851_762'); // Replace 'your-gallery-id' with the ID of your gallery if (gallery) { var images = Array.from(gallery.querySelectorAll('.sqs-gallery-design-stacked .sqs-gallery-block-grid .sqs-gallery-design-stacked-slide')); var parent = images[0].parentNode; var shuffledImages = shuffleArray(images); shuffledImages.forEach(function(image) { parent.appendChild(image); }); } } // Randomize gallery on page load document.addEventListener('DOMContentLoaded', function() { randomizeGallery(); });
  • work
  • publications
  • about
Menu

S²

GARY POLK
  • work
  • publications
  • about
THUMBNAIL.jpg
1.jpg
2.jpg
3.jpg
4.jpg
5.jpg
6.jpg
2.jpg
1.jpg
3.jpg
Fossil 1
Hybrid Pillar
Seeder
Totem
Aqueous
Miasma
Umbrella
Ark
Thermal Mass
Kiln
Buoyant
Compound Whole
Transfer Station
Buoyant Drawings
Kiln Drawings
Thermal Mass Drawings
Ark Drawings
Umbrella Drawings
Satellite Image
Section Drawing
Elevation1.jpg
Photo 3 [Stage-1].jpg
Model Photo_1
Section.jpg