Skip to content

Commit

Permalink
🌟 add rototo images
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganKryze committed May 18, 2024
1 parent 02beaca commit 9637da4
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 5 deletions.
Binary file added src/public/img/rototo/im26.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/img/rototo/im27.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/img/rototo/im28.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/img/rototo/im29.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/img/rototo/im30.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/img/rototo/im31.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/img/rototo/im32.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/img/rototo/im33.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/img/rototo/im34.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/img/rototo/im35.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/img/rototo/im36.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/img/rototo/im37.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/img/rototo/im38.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 17 additions & 5 deletions src/src/pages/collections/tales.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,32 +21,44 @@ import GalleryImage from "../../components/GalleryImage.astro";
<div class="flex flex-col gap-6">
<GalleryImage image="/img/rototo/im2.jpg" loading="eager" />
<GalleryImage image="/img/rototo/im17.jpg" loading="eager" />
<GalleryImage image="/img/rototo/im16.jpg" loading="eager" />
<GalleryImage image="/img/rototo/im14.jpg" />
<GalleryImage image="/img/rototo/im36.jpg" loading="eager" />
<GalleryImage image="/img/rototo/im16.jpg" />
<GalleryImage image="/img/rototo/im34.jpg" />
<GalleryImage image="/img/rototo/im26.jpg" />
<GalleryImage image="/img/rototo/im6.jpg" />
<GalleryImage image="/img/rototo/im12.jpg" />
<GalleryImage image="/img/rototo/im10.jpg" />
<GalleryImage image="/img/rototo/im28.jpg" />
<GalleryImage image="/img/rototo/im5.jpg" />
<GalleryImage image="/img/rototo/im24.jpg" />
</div>
<div class="flex flex-col gap-6">
<GalleryImage image="/img/rototo/im18.jpg" loading="eager" />
<GalleryImage image="/img/rototo/im20.jpg" loading="eager" />
<GalleryImage image="/img/rototo/im22.jpg" loading="eager" />
<GalleryImage image="/img/rototo/im21.jpg" />
<GalleryImage image="/img/rototo/im23.jpg" />
<GalleryImage image="/img/rototo/im38.jpg" />
<GalleryImage image="/img/rototo/im15.jpg" />
<GalleryImage image="/img/rototo/im30.jpg" />
<GalleryImage image="/img/rototo/im8.jpg" />
<GalleryImage image="/img/rototo/im12.jpg" />
<GalleryImage image="/img/rototo/im29.jpg" />
<GalleryImage image="/img/rototo/im32.jpg" />
<GalleryImage image="/img/rototo/im3.jpg" />
</div>
<div class="flex flex-col gap-6">
<GalleryImage image="/img/rototo/im1.jpg" loading="eager" />
<GalleryImage image="/img/rototo/im19.jpg" loading="eager" />
<GalleryImage image="/img/rototo/im21.jpg" loading="eager" />
<GalleryImage image="/img/rototo/im35.jpg" loading="eager" />
<GalleryImage image="/img/rototo/im13.jpg" />
<GalleryImage image="/img/rototo/im14.jpg" />
<GalleryImage image="/img/rototo/im27.jpg" />
<GalleryImage image="/img/rototo/im7.jpg" />
<GalleryImage image="/img/rototo/im9.jpg" />
<GalleryImage image="/img/rototo/im11.jpg" />
<GalleryImage image="/img/rototo/im9.jpg" />
<GalleryImage image="/img/rototo/im31.jpg" />
<GalleryImage image="/img/rototo/im4.jpg" />
<GalleryImage image="/img/rototo/im37.jpg" />
<GalleryImage image="/img/rototo/im25.jpg" />
</div>
</CollectionLayout>

0 comments on commit 9637da4

Please sign in to comment.