diff --git a/content/art/index.md b/content/art/index.md index 6e8ee05..fcc52bb 100644 --- a/content/art/index.md +++ b/content/art/index.md @@ -1,48 +1,9 @@ --- title: The Artist date: 2024-05-22T12:47:43-04:00 -masonryGallery: - - image: /img/art/1.webp - - image: /img/art/2.webp - - image: /img/art/3.webp - - image: /img/art/4.webp - - image: /img/art/5.webp - - image: /img/art/6.webp - - image: /img/art/7.webp - - image: /img/art/8.webp - - image: /img/art/9.webp - - image: /img/art/11.webp - - image: /img/art/12.webp - - image: /img/art/13.webp - - image: /img/art/14.webp - - image: /img/art/15.webp - - image: /img/art/16.webp - - image: /img/art/17.webp - - image: /img/art/18.webp - - image: /img/art/19.webp - - image: /img/art/21.webp - - image: /img/art/22.webp - - image: /img/art/23.webp - - image: /img/art/24.webp - - image: /img/art/25.webp - - image: /img/art/26.webp - - image: /img/art/27.webp - - image: /img/art/28.webp - - image: /img/art/29.webp - - image: /img/art/31.webp - - image: /img/art/32.webp - - image: /img/art/33.webp - - image: /img/art/34.webp - - image: /img/art/35.webp - - image: /img/art/36.webp - - image: /img/art/37.webp - - image: /img/art/38.webp - - image: /img/art/39.webp - - image: /img/art/41.webp - - image: /img/art/42.webp - - image: /img/art/43.webp - - image: /img/art/44.webp - - image: /img/art/45.webp +art: + - main: /img/art/1.webp + galleryImage: --- Introducing **Ian Gallo**, a metal sculpture artist who is rapidly making a name for himself through his unique approach to metalworking. diff --git a/themes/gallo/layouts/_default/single.html b/themes/gallo/layouts/_default/single.html index 2f8bbe7..f3dc740 100644 --- a/themes/gallo/layouts/_default/single.html +++ b/themes/gallo/layouts/_default/single.html @@ -7,11 +7,12 @@ {{ partial "metadata.html" . }}
{{ .Content }}
{{ partial "buttons.html" . }} {{ if .Params.catalog }} {{ partial - "rental-catalog.html" . }} {{ end }} + "rental_catalog.html" . }} {{ end }} + {{ if .Params.art }} {{ partial + "artist_catalog.html" . }} {{ end }} - {{ partial "questions.html" . }} {{ partial "gallery.html" . }} {{ partial - "masonry_gallery.html" . }} + {{ partial "questions.html" . }} {{ partial "gallery.html" . }} {{ end }} diff --git a/themes/gallo/layouts/partials/artist_catalog.html b/themes/gallo/layouts/partials/artist_catalog.html new file mode 100644 index 0000000..37caec8 --- /dev/null +++ b/themes/gallo/layouts/partials/artist_catalog.html @@ -0,0 +1,226 @@ +
+ {{ range .Params.art }} {{ if ne .item "" }} +
+ Placeholder Image + + +
+ {{ end }} {{ end }} +
+ diff --git a/themes/gallo/layouts/partials/rental-catalog.html b/themes/gallo/layouts/partials/rental_catalog.html similarity index 100% rename from themes/gallo/layouts/partials/rental-catalog.html rename to themes/gallo/layouts/partials/rental_catalog.html diff --git a/themes/gallo/static/img/art/1.webp b/themes/gallo/static/img/art/1.webp index 4f9a8a9..a6530ed 100644 Binary files a/themes/gallo/static/img/art/1.webp and b/themes/gallo/static/img/art/1.webp differ diff --git a/themes/gallo/static/img/art/10.webp b/themes/gallo/static/img/art/10.webp index 0e18dde..b8fb6fe 100644 Binary files a/themes/gallo/static/img/art/10.webp and b/themes/gallo/static/img/art/10.webp differ diff --git a/themes/gallo/static/img/art/100.webp b/themes/gallo/static/img/art/100.webp new file mode 100644 index 0000000..dd5ea31 Binary files /dev/null and b/themes/gallo/static/img/art/100.webp differ diff --git a/themes/gallo/static/img/art/101.webp b/themes/gallo/static/img/art/101.webp new file mode 100644 index 0000000..294589d Binary files /dev/null and b/themes/gallo/static/img/art/101.webp differ diff --git a/themes/gallo/static/img/art/102.webp b/themes/gallo/static/img/art/102.webp new file mode 100644 index 0000000..f420269 Binary files /dev/null and b/themes/gallo/static/img/art/102.webp differ diff --git a/themes/gallo/static/img/art/103.webp b/themes/gallo/static/img/art/103.webp new file mode 100644 index 0000000..567f0d6 Binary files /dev/null and b/themes/gallo/static/img/art/103.webp differ diff --git a/themes/gallo/static/img/art/104.webp b/themes/gallo/static/img/art/104.webp new file mode 100644 index 0000000..c2d4362 Binary files /dev/null and b/themes/gallo/static/img/art/104.webp differ diff --git a/themes/gallo/static/img/art/105.webp b/themes/gallo/static/img/art/105.webp new file mode 100644 index 0000000..6c8a84c Binary files /dev/null and b/themes/gallo/static/img/art/105.webp differ diff --git a/themes/gallo/static/img/art/106.webp b/themes/gallo/static/img/art/106.webp new file mode 100644 index 0000000..76f6654 Binary files /dev/null and b/themes/gallo/static/img/art/106.webp differ diff --git a/themes/gallo/static/img/art/107.webp b/themes/gallo/static/img/art/107.webp new file mode 100644 index 0000000..a945918 Binary files /dev/null and b/themes/gallo/static/img/art/107.webp differ diff --git a/themes/gallo/static/img/art/108.webp b/themes/gallo/static/img/art/108.webp new file mode 100644 index 0000000..d088eea Binary files /dev/null and b/themes/gallo/static/img/art/108.webp differ diff --git a/themes/gallo/static/img/art/109.webp b/themes/gallo/static/img/art/109.webp new file mode 100644 index 0000000..d088eea Binary files /dev/null and b/themes/gallo/static/img/art/109.webp differ diff --git a/themes/gallo/static/img/art/11.webp b/themes/gallo/static/img/art/11.webp index a330bb7..c988536 100644 Binary files a/themes/gallo/static/img/art/11.webp and b/themes/gallo/static/img/art/11.webp differ diff --git a/themes/gallo/static/img/art/110.webp b/themes/gallo/static/img/art/110.webp new file mode 100644 index 0000000..3b09ace Binary files /dev/null and b/themes/gallo/static/img/art/110.webp differ diff --git a/themes/gallo/static/img/art/111.webp b/themes/gallo/static/img/art/111.webp new file mode 100644 index 0000000..e12be02 Binary files /dev/null and b/themes/gallo/static/img/art/111.webp differ diff --git a/themes/gallo/static/img/art/112.webp b/themes/gallo/static/img/art/112.webp new file mode 100644 index 0000000..4d8e5cd Binary files /dev/null and b/themes/gallo/static/img/art/112.webp differ diff --git a/themes/gallo/static/img/art/113.webp b/themes/gallo/static/img/art/113.webp new file mode 100644 index 0000000..4d8e5cd Binary files /dev/null and b/themes/gallo/static/img/art/113.webp differ diff --git a/themes/gallo/static/img/art/114.webp b/themes/gallo/static/img/art/114.webp new file mode 100644 index 0000000..a44a4e4 Binary files /dev/null and b/themes/gallo/static/img/art/114.webp differ diff --git a/themes/gallo/static/img/art/115.webp b/themes/gallo/static/img/art/115.webp new file mode 100644 index 0000000..f99b750 Binary files /dev/null and b/themes/gallo/static/img/art/115.webp differ diff --git a/themes/gallo/static/img/art/116.webp b/themes/gallo/static/img/art/116.webp new file mode 100644 index 0000000..01edb1f Binary files /dev/null and b/themes/gallo/static/img/art/116.webp differ diff --git a/themes/gallo/static/img/art/117.webp b/themes/gallo/static/img/art/117.webp new file mode 100644 index 0000000..674d08d Binary files /dev/null and b/themes/gallo/static/img/art/117.webp differ diff --git a/themes/gallo/static/img/art/118.webp b/themes/gallo/static/img/art/118.webp new file mode 100644 index 0000000..a2efed7 Binary files /dev/null and b/themes/gallo/static/img/art/118.webp differ diff --git a/themes/gallo/static/img/art/119.webp b/themes/gallo/static/img/art/119.webp new file mode 100644 index 0000000..ce2acad Binary files /dev/null and b/themes/gallo/static/img/art/119.webp differ diff --git a/themes/gallo/static/img/art/12.webp b/themes/gallo/static/img/art/12.webp index 95b55b6..02caae2 100644 Binary files a/themes/gallo/static/img/art/12.webp and b/themes/gallo/static/img/art/12.webp differ diff --git a/themes/gallo/static/img/art/120.webp b/themes/gallo/static/img/art/120.webp new file mode 100644 index 0000000..1eda7a7 Binary files /dev/null and b/themes/gallo/static/img/art/120.webp differ diff --git a/themes/gallo/static/img/art/121.webp b/themes/gallo/static/img/art/121.webp new file mode 100644 index 0000000..ca89334 Binary files /dev/null and b/themes/gallo/static/img/art/121.webp differ diff --git a/themes/gallo/static/img/art/122.webp b/themes/gallo/static/img/art/122.webp new file mode 100644 index 0000000..a09004f Binary files /dev/null and b/themes/gallo/static/img/art/122.webp differ diff --git a/themes/gallo/static/img/art/123.webp b/themes/gallo/static/img/art/123.webp new file mode 100644 index 0000000..144fd80 Binary files /dev/null and b/themes/gallo/static/img/art/123.webp differ diff --git a/themes/gallo/static/img/art/124.webp b/themes/gallo/static/img/art/124.webp new file mode 100644 index 0000000..5398f87 Binary files /dev/null and b/themes/gallo/static/img/art/124.webp differ diff --git a/themes/gallo/static/img/art/125.webp b/themes/gallo/static/img/art/125.webp new file mode 100644 index 0000000..11699bf Binary files /dev/null and b/themes/gallo/static/img/art/125.webp differ diff --git a/themes/gallo/static/img/art/126.webp b/themes/gallo/static/img/art/126.webp new file mode 100644 index 0000000..11699bf Binary files /dev/null and b/themes/gallo/static/img/art/126.webp differ diff --git a/themes/gallo/static/img/art/127.webp b/themes/gallo/static/img/art/127.webp new file mode 100644 index 0000000..e070766 Binary files /dev/null and b/themes/gallo/static/img/art/127.webp differ diff --git a/themes/gallo/static/img/art/128.webp b/themes/gallo/static/img/art/128.webp new file mode 100644 index 0000000..f7b006c Binary files /dev/null and b/themes/gallo/static/img/art/128.webp differ diff --git a/themes/gallo/static/img/art/129.webp b/themes/gallo/static/img/art/129.webp new file mode 100644 index 0000000..d22ee0f Binary files /dev/null and b/themes/gallo/static/img/art/129.webp differ diff --git a/themes/gallo/static/img/art/13.webp b/themes/gallo/static/img/art/13.webp index d55a13e..1b66547 100644 Binary files a/themes/gallo/static/img/art/13.webp and b/themes/gallo/static/img/art/13.webp differ diff --git a/themes/gallo/static/img/art/130.webp b/themes/gallo/static/img/art/130.webp new file mode 100644 index 0000000..040a2ec Binary files /dev/null and b/themes/gallo/static/img/art/130.webp differ diff --git a/themes/gallo/static/img/art/131.webp b/themes/gallo/static/img/art/131.webp new file mode 100644 index 0000000..b3b1f3d Binary files /dev/null and b/themes/gallo/static/img/art/131.webp differ diff --git a/themes/gallo/static/img/art/132.webp b/themes/gallo/static/img/art/132.webp new file mode 100644 index 0000000..111f4d1 Binary files /dev/null and b/themes/gallo/static/img/art/132.webp differ diff --git a/themes/gallo/static/img/art/133.webp b/themes/gallo/static/img/art/133.webp new file mode 100644 index 0000000..26c6538 Binary files /dev/null and b/themes/gallo/static/img/art/133.webp differ diff --git a/themes/gallo/static/img/art/134.webp b/themes/gallo/static/img/art/134.webp new file mode 100644 index 0000000..94a5565 Binary files /dev/null and b/themes/gallo/static/img/art/134.webp differ diff --git a/themes/gallo/static/img/art/135.webp b/themes/gallo/static/img/art/135.webp new file mode 100644 index 0000000..ab08605 Binary files /dev/null and b/themes/gallo/static/img/art/135.webp differ diff --git a/themes/gallo/static/img/art/136.webp b/themes/gallo/static/img/art/136.webp new file mode 100644 index 0000000..d05aea3 Binary files /dev/null and b/themes/gallo/static/img/art/136.webp differ diff --git a/themes/gallo/static/img/art/137.webp b/themes/gallo/static/img/art/137.webp new file mode 100644 index 0000000..8ed2796 Binary files /dev/null and b/themes/gallo/static/img/art/137.webp differ diff --git a/themes/gallo/static/img/art/138.webp b/themes/gallo/static/img/art/138.webp new file mode 100644 index 0000000..1122e20 Binary files /dev/null and b/themes/gallo/static/img/art/138.webp differ diff --git a/themes/gallo/static/img/art/139.webp b/themes/gallo/static/img/art/139.webp new file mode 100644 index 0000000..d0f5de8 Binary files /dev/null and b/themes/gallo/static/img/art/139.webp differ diff --git a/themes/gallo/static/img/art/14.webp b/themes/gallo/static/img/art/14.webp index 8e89e5b..9ebf9d1 100644 Binary files a/themes/gallo/static/img/art/14.webp and b/themes/gallo/static/img/art/14.webp differ diff --git a/themes/gallo/static/img/art/140.webp b/themes/gallo/static/img/art/140.webp new file mode 100644 index 0000000..079b313 Binary files /dev/null and b/themes/gallo/static/img/art/140.webp differ diff --git a/themes/gallo/static/img/art/141.webp b/themes/gallo/static/img/art/141.webp new file mode 100644 index 0000000..bb30524 Binary files /dev/null and b/themes/gallo/static/img/art/141.webp differ diff --git a/themes/gallo/static/img/art/142.webp b/themes/gallo/static/img/art/142.webp new file mode 100644 index 0000000..8b13b49 Binary files /dev/null and b/themes/gallo/static/img/art/142.webp differ diff --git a/themes/gallo/static/img/art/143.webp b/themes/gallo/static/img/art/143.webp new file mode 100644 index 0000000..af0e580 Binary files /dev/null and b/themes/gallo/static/img/art/143.webp differ diff --git a/themes/gallo/static/img/art/144.webp b/themes/gallo/static/img/art/144.webp new file mode 100644 index 0000000..b85f0d9 Binary files /dev/null and b/themes/gallo/static/img/art/144.webp differ diff --git a/themes/gallo/static/img/art/145.webp b/themes/gallo/static/img/art/145.webp new file mode 100644 index 0000000..e15623b Binary files /dev/null and b/themes/gallo/static/img/art/145.webp differ diff --git a/themes/gallo/static/img/art/146.webp b/themes/gallo/static/img/art/146.webp new file mode 100644 index 0000000..c271617 Binary files /dev/null and b/themes/gallo/static/img/art/146.webp differ diff --git a/themes/gallo/static/img/art/147.webp b/themes/gallo/static/img/art/147.webp new file mode 100644 index 0000000..be24668 Binary files /dev/null and b/themes/gallo/static/img/art/147.webp differ diff --git a/themes/gallo/static/img/art/148.webp b/themes/gallo/static/img/art/148.webp new file mode 100644 index 0000000..a40cc2c Binary files /dev/null and b/themes/gallo/static/img/art/148.webp differ diff --git a/themes/gallo/static/img/art/149.webp b/themes/gallo/static/img/art/149.webp new file mode 100644 index 0000000..3844cc2 Binary files /dev/null and b/themes/gallo/static/img/art/149.webp differ diff --git a/themes/gallo/static/img/art/15.webp b/themes/gallo/static/img/art/15.webp index 6bab84a..a287af9 100644 Binary files a/themes/gallo/static/img/art/15.webp and b/themes/gallo/static/img/art/15.webp differ diff --git a/themes/gallo/static/img/art/150.webp b/themes/gallo/static/img/art/150.webp new file mode 100644 index 0000000..7148150 Binary files /dev/null and b/themes/gallo/static/img/art/150.webp differ diff --git a/themes/gallo/static/img/art/151.webp b/themes/gallo/static/img/art/151.webp new file mode 100644 index 0000000..ff20c46 Binary files /dev/null and b/themes/gallo/static/img/art/151.webp differ diff --git a/themes/gallo/static/img/art/16.webp b/themes/gallo/static/img/art/16.webp index 0f8561f..9db64c1 100644 Binary files a/themes/gallo/static/img/art/16.webp and b/themes/gallo/static/img/art/16.webp differ diff --git a/themes/gallo/static/img/art/17.webp b/themes/gallo/static/img/art/17.webp index f9b7af0..4d7fea7 100644 Binary files a/themes/gallo/static/img/art/17.webp and b/themes/gallo/static/img/art/17.webp differ diff --git a/themes/gallo/static/img/art/18.webp b/themes/gallo/static/img/art/18.webp index 1754d92..b98a336 100644 Binary files a/themes/gallo/static/img/art/18.webp and b/themes/gallo/static/img/art/18.webp differ diff --git a/themes/gallo/static/img/art/19.webp b/themes/gallo/static/img/art/19.webp index 3f912a3..c83f20a 100644 Binary files a/themes/gallo/static/img/art/19.webp and b/themes/gallo/static/img/art/19.webp differ diff --git a/themes/gallo/static/img/art/2.webp b/themes/gallo/static/img/art/2.webp index f84cef7..5244e07 100644 Binary files a/themes/gallo/static/img/art/2.webp and b/themes/gallo/static/img/art/2.webp differ diff --git a/themes/gallo/static/img/art/20.webp b/themes/gallo/static/img/art/20.webp index 9b3dc93..128e5c2 100644 Binary files a/themes/gallo/static/img/art/20.webp and b/themes/gallo/static/img/art/20.webp differ diff --git a/themes/gallo/static/img/art/21.webp b/themes/gallo/static/img/art/21.webp index 8e89e5b..4bb7670 100644 Binary files a/themes/gallo/static/img/art/21.webp and b/themes/gallo/static/img/art/21.webp differ diff --git a/themes/gallo/static/img/art/22.webp b/themes/gallo/static/img/art/22.webp index 6e6d1b7..5b1e97f 100644 Binary files a/themes/gallo/static/img/art/22.webp and b/themes/gallo/static/img/art/22.webp differ diff --git a/themes/gallo/static/img/art/23.webp b/themes/gallo/static/img/art/23.webp index 0e18dde..5ce2beb 100644 Binary files a/themes/gallo/static/img/art/23.webp and b/themes/gallo/static/img/art/23.webp differ diff --git a/themes/gallo/static/img/art/24.webp b/themes/gallo/static/img/art/24.webp index f9b7af0..5a0387b 100644 Binary files a/themes/gallo/static/img/art/24.webp and b/themes/gallo/static/img/art/24.webp differ diff --git a/themes/gallo/static/img/art/25.webp b/themes/gallo/static/img/art/25.webp index 3d2dbce..4176f1d 100644 Binary files a/themes/gallo/static/img/art/25.webp and b/themes/gallo/static/img/art/25.webp differ diff --git a/themes/gallo/static/img/art/26.webp b/themes/gallo/static/img/art/26.webp index d4924be..1a6d65a 100644 Binary files a/themes/gallo/static/img/art/26.webp and b/themes/gallo/static/img/art/26.webp differ diff --git a/themes/gallo/static/img/art/27.webp b/themes/gallo/static/img/art/27.webp index d447653..69b8daa 100644 Binary files a/themes/gallo/static/img/art/27.webp and b/themes/gallo/static/img/art/27.webp differ diff --git a/themes/gallo/static/img/art/28.webp b/themes/gallo/static/img/art/28.webp index 046b34c..fc36325 100644 Binary files a/themes/gallo/static/img/art/28.webp and b/themes/gallo/static/img/art/28.webp differ diff --git a/themes/gallo/static/img/art/29.webp b/themes/gallo/static/img/art/29.webp index 4a3898d..fa9a655 100644 Binary files a/themes/gallo/static/img/art/29.webp and b/themes/gallo/static/img/art/29.webp differ diff --git a/themes/gallo/static/img/art/3.webp b/themes/gallo/static/img/art/3.webp index cd1b06e..b08883e 100644 Binary files a/themes/gallo/static/img/art/3.webp and b/themes/gallo/static/img/art/3.webp differ diff --git a/themes/gallo/static/img/art/30.webp b/themes/gallo/static/img/art/30.webp index b1266aa..730825d 100644 Binary files a/themes/gallo/static/img/art/30.webp and b/themes/gallo/static/img/art/30.webp differ diff --git a/themes/gallo/static/img/art/31.webp b/themes/gallo/static/img/art/31.webp index d6519bf..d7d3bb0 100644 Binary files a/themes/gallo/static/img/art/31.webp and b/themes/gallo/static/img/art/31.webp differ diff --git a/themes/gallo/static/img/art/32.webp b/themes/gallo/static/img/art/32.webp index 75f1e3a..a622e97 100644 Binary files a/themes/gallo/static/img/art/32.webp and b/themes/gallo/static/img/art/32.webp differ diff --git a/themes/gallo/static/img/art/33.webp b/themes/gallo/static/img/art/33.webp index e9509f4..16b0502 100644 Binary files a/themes/gallo/static/img/art/33.webp and b/themes/gallo/static/img/art/33.webp differ diff --git a/themes/gallo/static/img/art/34.webp b/themes/gallo/static/img/art/34.webp index 6e6d1b7..ad1be9f 100644 Binary files a/themes/gallo/static/img/art/34.webp and b/themes/gallo/static/img/art/34.webp differ diff --git a/themes/gallo/static/img/art/35.webp b/themes/gallo/static/img/art/35.webp index 046b34c..9d86d06 100644 Binary files a/themes/gallo/static/img/art/35.webp and b/themes/gallo/static/img/art/35.webp differ diff --git a/themes/gallo/static/img/art/36.webp b/themes/gallo/static/img/art/36.webp index 0bfb1c6..10b2974 100644 Binary files a/themes/gallo/static/img/art/36.webp and b/themes/gallo/static/img/art/36.webp differ diff --git a/themes/gallo/static/img/art/37.webp b/themes/gallo/static/img/art/37.webp index d74d27f..17cc879 100644 Binary files a/themes/gallo/static/img/art/37.webp and b/themes/gallo/static/img/art/37.webp differ diff --git a/themes/gallo/static/img/art/38.webp b/themes/gallo/static/img/art/38.webp index 3f912a3..dabc759 100644 Binary files a/themes/gallo/static/img/art/38.webp and b/themes/gallo/static/img/art/38.webp differ diff --git a/themes/gallo/static/img/art/39.webp b/themes/gallo/static/img/art/39.webp index 4192756..60f987f 100644 Binary files a/themes/gallo/static/img/art/39.webp and b/themes/gallo/static/img/art/39.webp differ diff --git a/themes/gallo/static/img/art/4.webp b/themes/gallo/static/img/art/4.webp index 5811fe6..f6078ac 100644 Binary files a/themes/gallo/static/img/art/4.webp and b/themes/gallo/static/img/art/4.webp differ diff --git a/themes/gallo/static/img/art/40.webp b/themes/gallo/static/img/art/40.webp index 4192756..da55504 100644 Binary files a/themes/gallo/static/img/art/40.webp and b/themes/gallo/static/img/art/40.webp differ diff --git a/themes/gallo/static/img/art/41.webp b/themes/gallo/static/img/art/41.webp index cd1b06e..bca4881 100644 Binary files a/themes/gallo/static/img/art/41.webp and b/themes/gallo/static/img/art/41.webp differ diff --git a/themes/gallo/static/img/art/42.webp b/themes/gallo/static/img/art/42.webp index ca69275..8b4bcd5 100644 Binary files a/themes/gallo/static/img/art/42.webp and b/themes/gallo/static/img/art/42.webp differ diff --git a/themes/gallo/static/img/art/43.webp b/themes/gallo/static/img/art/43.webp index c08fda9..5c67e5a 100644 Binary files a/themes/gallo/static/img/art/43.webp and b/themes/gallo/static/img/art/43.webp differ diff --git a/themes/gallo/static/img/art/44.webp b/themes/gallo/static/img/art/44.webp index c694218..357619f 100644 Binary files a/themes/gallo/static/img/art/44.webp and b/themes/gallo/static/img/art/44.webp differ diff --git a/themes/gallo/static/img/art/45.webp b/themes/gallo/static/img/art/45.webp index 995ff7f..1636212 100644 Binary files a/themes/gallo/static/img/art/45.webp and b/themes/gallo/static/img/art/45.webp differ diff --git a/themes/gallo/static/img/art/46.webp b/themes/gallo/static/img/art/46.webp new file mode 100644 index 0000000..220a9c7 Binary files /dev/null and b/themes/gallo/static/img/art/46.webp differ diff --git a/themes/gallo/static/img/art/47.webp b/themes/gallo/static/img/art/47.webp new file mode 100644 index 0000000..fe88a5a Binary files /dev/null and b/themes/gallo/static/img/art/47.webp differ diff --git a/themes/gallo/static/img/art/48.webp b/themes/gallo/static/img/art/48.webp new file mode 100644 index 0000000..a4ecb3d Binary files /dev/null and b/themes/gallo/static/img/art/48.webp differ diff --git a/themes/gallo/static/img/art/49.webp b/themes/gallo/static/img/art/49.webp new file mode 100644 index 0000000..b4d96a5 Binary files /dev/null and b/themes/gallo/static/img/art/49.webp differ diff --git a/themes/gallo/static/img/art/5.webp b/themes/gallo/static/img/art/5.webp index b1266aa..68ef379 100644 Binary files a/themes/gallo/static/img/art/5.webp and b/themes/gallo/static/img/art/5.webp differ diff --git a/themes/gallo/static/img/art/50.webp b/themes/gallo/static/img/art/50.webp new file mode 100644 index 0000000..f74ae9c Binary files /dev/null and b/themes/gallo/static/img/art/50.webp differ diff --git a/themes/gallo/static/img/art/51.webp b/themes/gallo/static/img/art/51.webp new file mode 100644 index 0000000..4017907 Binary files /dev/null and b/themes/gallo/static/img/art/51.webp differ diff --git a/themes/gallo/static/img/art/52.webp b/themes/gallo/static/img/art/52.webp new file mode 100644 index 0000000..9678b5a Binary files /dev/null and b/themes/gallo/static/img/art/52.webp differ diff --git a/themes/gallo/static/img/art/53.webp b/themes/gallo/static/img/art/53.webp new file mode 100644 index 0000000..cc57d33 Binary files /dev/null and b/themes/gallo/static/img/art/53.webp differ diff --git a/themes/gallo/static/img/art/54.webp b/themes/gallo/static/img/art/54.webp new file mode 100644 index 0000000..130b837 Binary files /dev/null and b/themes/gallo/static/img/art/54.webp differ diff --git a/themes/gallo/static/img/art/55.webp b/themes/gallo/static/img/art/55.webp new file mode 100644 index 0000000..1b01a29 Binary files /dev/null and b/themes/gallo/static/img/art/55.webp differ diff --git a/themes/gallo/static/img/art/56.webp b/themes/gallo/static/img/art/56.webp new file mode 100644 index 0000000..e56beed Binary files /dev/null and b/themes/gallo/static/img/art/56.webp differ diff --git a/themes/gallo/static/img/art/57.webp b/themes/gallo/static/img/art/57.webp new file mode 100644 index 0000000..159ab41 Binary files /dev/null and b/themes/gallo/static/img/art/57.webp differ diff --git a/themes/gallo/static/img/art/58.webp b/themes/gallo/static/img/art/58.webp new file mode 100644 index 0000000..9209b92 Binary files /dev/null and b/themes/gallo/static/img/art/58.webp differ diff --git a/themes/gallo/static/img/art/59.webp b/themes/gallo/static/img/art/59.webp new file mode 100644 index 0000000..a1187f0 Binary files /dev/null and b/themes/gallo/static/img/art/59.webp differ diff --git a/themes/gallo/static/img/art/6.webp b/themes/gallo/static/img/art/6.webp index 0bfb1c6..6968c92 100644 Binary files a/themes/gallo/static/img/art/6.webp and b/themes/gallo/static/img/art/6.webp differ diff --git a/themes/gallo/static/img/art/60.webp b/themes/gallo/static/img/art/60.webp new file mode 100644 index 0000000..3ce2495 Binary files /dev/null and b/themes/gallo/static/img/art/60.webp differ diff --git a/themes/gallo/static/img/art/61.webp b/themes/gallo/static/img/art/61.webp new file mode 100644 index 0000000..5a832e8 Binary files /dev/null and b/themes/gallo/static/img/art/61.webp differ diff --git a/themes/gallo/static/img/art/62.webp b/themes/gallo/static/img/art/62.webp new file mode 100644 index 0000000..437c6ad Binary files /dev/null and b/themes/gallo/static/img/art/62.webp differ diff --git a/themes/gallo/static/img/art/63.webp b/themes/gallo/static/img/art/63.webp new file mode 100644 index 0000000..1bbf3d8 Binary files /dev/null and b/themes/gallo/static/img/art/63.webp differ diff --git a/themes/gallo/static/img/art/64.webp b/themes/gallo/static/img/art/64.webp new file mode 100644 index 0000000..07584e3 Binary files /dev/null and b/themes/gallo/static/img/art/64.webp differ diff --git a/themes/gallo/static/img/art/65.webp b/themes/gallo/static/img/art/65.webp new file mode 100644 index 0000000..111ed9f Binary files /dev/null and b/themes/gallo/static/img/art/65.webp differ diff --git a/themes/gallo/static/img/art/66.webp b/themes/gallo/static/img/art/66.webp new file mode 100644 index 0000000..585d517 Binary files /dev/null and b/themes/gallo/static/img/art/66.webp differ diff --git a/themes/gallo/static/img/art/67.webp b/themes/gallo/static/img/art/67.webp new file mode 100644 index 0000000..0c876ce Binary files /dev/null and b/themes/gallo/static/img/art/67.webp differ diff --git a/themes/gallo/static/img/art/68.webp b/themes/gallo/static/img/art/68.webp new file mode 100644 index 0000000..e3d0c93 Binary files /dev/null and b/themes/gallo/static/img/art/68.webp differ diff --git a/themes/gallo/static/img/art/69.webp b/themes/gallo/static/img/art/69.webp new file mode 100644 index 0000000..ede063d Binary files /dev/null and b/themes/gallo/static/img/art/69.webp differ diff --git a/themes/gallo/static/img/art/7.webp b/themes/gallo/static/img/art/7.webp index 5448179..f8f5709 100644 Binary files a/themes/gallo/static/img/art/7.webp and b/themes/gallo/static/img/art/7.webp differ diff --git a/themes/gallo/static/img/art/70.webp b/themes/gallo/static/img/art/70.webp new file mode 100644 index 0000000..7e0acfd Binary files /dev/null and b/themes/gallo/static/img/art/70.webp differ diff --git a/themes/gallo/static/img/art/71.webp b/themes/gallo/static/img/art/71.webp new file mode 100644 index 0000000..5a895b3 Binary files /dev/null and b/themes/gallo/static/img/art/71.webp differ diff --git a/themes/gallo/static/img/art/72.webp b/themes/gallo/static/img/art/72.webp new file mode 100644 index 0000000..7833fad Binary files /dev/null and b/themes/gallo/static/img/art/72.webp differ diff --git a/themes/gallo/static/img/art/73.webp b/themes/gallo/static/img/art/73.webp new file mode 100644 index 0000000..736bd4d Binary files /dev/null and b/themes/gallo/static/img/art/73.webp differ diff --git a/themes/gallo/static/img/art/74.webp b/themes/gallo/static/img/art/74.webp new file mode 100644 index 0000000..345d186 Binary files /dev/null and b/themes/gallo/static/img/art/74.webp differ diff --git a/themes/gallo/static/img/art/75.webp b/themes/gallo/static/img/art/75.webp new file mode 100644 index 0000000..d1fedfe Binary files /dev/null and b/themes/gallo/static/img/art/75.webp differ diff --git a/themes/gallo/static/img/art/76.webp b/themes/gallo/static/img/art/76.webp new file mode 100644 index 0000000..ca2b888 Binary files /dev/null and b/themes/gallo/static/img/art/76.webp differ diff --git a/themes/gallo/static/img/art/77.webp b/themes/gallo/static/img/art/77.webp new file mode 100644 index 0000000..6d40ee8 Binary files /dev/null and b/themes/gallo/static/img/art/77.webp differ diff --git a/themes/gallo/static/img/art/78.webp b/themes/gallo/static/img/art/78.webp new file mode 100644 index 0000000..ca4b18b Binary files /dev/null and b/themes/gallo/static/img/art/78.webp differ diff --git a/themes/gallo/static/img/art/79.webp b/themes/gallo/static/img/art/79.webp new file mode 100644 index 0000000..e9221d3 Binary files /dev/null and b/themes/gallo/static/img/art/79.webp differ diff --git a/themes/gallo/static/img/art/8.webp b/themes/gallo/static/img/art/8.webp index 8300b0d..5288ddb 100644 Binary files a/themes/gallo/static/img/art/8.webp and b/themes/gallo/static/img/art/8.webp differ diff --git a/themes/gallo/static/img/art/80.webp b/themes/gallo/static/img/art/80.webp new file mode 100644 index 0000000..9815d3c Binary files /dev/null and b/themes/gallo/static/img/art/80.webp differ diff --git a/themes/gallo/static/img/art/81.webp b/themes/gallo/static/img/art/81.webp new file mode 100644 index 0000000..e7d5e85 Binary files /dev/null and b/themes/gallo/static/img/art/81.webp differ diff --git a/themes/gallo/static/img/art/82.webp b/themes/gallo/static/img/art/82.webp new file mode 100644 index 0000000..1bc3cdd Binary files /dev/null and b/themes/gallo/static/img/art/82.webp differ diff --git a/themes/gallo/static/img/art/83.webp b/themes/gallo/static/img/art/83.webp new file mode 100644 index 0000000..0cd5ba5 Binary files /dev/null and b/themes/gallo/static/img/art/83.webp differ diff --git a/themes/gallo/static/img/art/84.webp b/themes/gallo/static/img/art/84.webp new file mode 100644 index 0000000..dd50234 Binary files /dev/null and b/themes/gallo/static/img/art/84.webp differ diff --git a/themes/gallo/static/img/art/85.webp b/themes/gallo/static/img/art/85.webp new file mode 100644 index 0000000..c78d8c5 Binary files /dev/null and b/themes/gallo/static/img/art/85.webp differ diff --git a/themes/gallo/static/img/art/86.webp b/themes/gallo/static/img/art/86.webp new file mode 100644 index 0000000..9484b1a Binary files /dev/null and b/themes/gallo/static/img/art/86.webp differ diff --git a/themes/gallo/static/img/art/87.webp b/themes/gallo/static/img/art/87.webp new file mode 100644 index 0000000..848ea9c Binary files /dev/null and b/themes/gallo/static/img/art/87.webp differ diff --git a/themes/gallo/static/img/art/88.webp b/themes/gallo/static/img/art/88.webp new file mode 100644 index 0000000..e399792 Binary files /dev/null and b/themes/gallo/static/img/art/88.webp differ diff --git a/themes/gallo/static/img/art/89.webp b/themes/gallo/static/img/art/89.webp new file mode 100644 index 0000000..9a9604d Binary files /dev/null and b/themes/gallo/static/img/art/89.webp differ diff --git a/themes/gallo/static/img/art/9.webp b/themes/gallo/static/img/art/9.webp index 1f9fde2..cc949d2 100644 Binary files a/themes/gallo/static/img/art/9.webp and b/themes/gallo/static/img/art/9.webp differ diff --git a/themes/gallo/static/img/art/90.webp b/themes/gallo/static/img/art/90.webp new file mode 100644 index 0000000..e0ada19 Binary files /dev/null and b/themes/gallo/static/img/art/90.webp differ diff --git a/themes/gallo/static/img/art/91.webp b/themes/gallo/static/img/art/91.webp new file mode 100644 index 0000000..d21a961 Binary files /dev/null and b/themes/gallo/static/img/art/91.webp differ diff --git a/themes/gallo/static/img/art/92.webp b/themes/gallo/static/img/art/92.webp new file mode 100644 index 0000000..dcf0c56 Binary files /dev/null and b/themes/gallo/static/img/art/92.webp differ diff --git a/themes/gallo/static/img/art/93.webp b/themes/gallo/static/img/art/93.webp new file mode 100644 index 0000000..68f6f00 Binary files /dev/null and b/themes/gallo/static/img/art/93.webp differ diff --git a/themes/gallo/static/img/art/94.webp b/themes/gallo/static/img/art/94.webp new file mode 100644 index 0000000..6d12968 Binary files /dev/null and b/themes/gallo/static/img/art/94.webp differ diff --git a/themes/gallo/static/img/art/95.webp b/themes/gallo/static/img/art/95.webp new file mode 100644 index 0000000..ace6225 Binary files /dev/null and b/themes/gallo/static/img/art/95.webp differ diff --git a/themes/gallo/static/img/art/96.webp b/themes/gallo/static/img/art/96.webp new file mode 100644 index 0000000..7cc8849 Binary files /dev/null and b/themes/gallo/static/img/art/96.webp differ diff --git a/themes/gallo/static/img/art/97.webp b/themes/gallo/static/img/art/97.webp new file mode 100644 index 0000000..e88bfdb Binary files /dev/null and b/themes/gallo/static/img/art/97.webp differ diff --git a/themes/gallo/static/img/art/98.webp b/themes/gallo/static/img/art/98.webp new file mode 100644 index 0000000..29497f7 Binary files /dev/null and b/themes/gallo/static/img/art/98.webp differ diff --git a/themes/gallo/static/img/art/99.webp b/themes/gallo/static/img/art/99.webp new file mode 100644 index 0000000..b1319c3 Binary files /dev/null and b/themes/gallo/static/img/art/99.webp differ