Skip to content

Commit

Permalink
Update images
Browse files Browse the repository at this point in the history
  • Loading branch information
jochemloedeman committed Sep 3, 2024
1 parent 2b38bf3 commit 87d31a3
Show file tree
Hide file tree
Showing 25 changed files with 17 additions and 13 deletions.
Binary file added assets/images/DSC08870 Large.jpeg
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 assets/images/DSC08987 Large.jpeg
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 assets/images/DSC09061 Large.jpeg
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 assets/images/DSC09328-Enhanced-NR Large.jpeg
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 assets/images/DSCF4310-Enhanced-RD Large.jpeg
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 assets/images/DSCF4429-Enhanced-RD Large.jpeg
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 assets/images/DSCF4570-Enhanced-RD-2 Large.jpeg
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 assets/images/DSCF4602-Enhanced-RD-2 Large.jpeg
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 assets/images/DSCF4667-Enhanced-RD Large.jpeg
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 assets/images/DSCF4744-Enhanced-RD Large.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/P1070303-Enhanced-RD Large.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/P1070311-Enhanced-RD Large.jpeg
Binary file not shown.
Binary file modified assets/images/P1070333-Enhanced-RD Large.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/P1070346-Enhanced-RD Large.jpeg
Binary file not shown.
Binary file modified assets/images/P1070347-Enhanced-RD Large.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/P1070351-Enhanced-RD Large.jpeg
Binary file not shown.
Binary file removed assets/images/P1070355-Enhanced-RD Large.jpeg
Binary file not shown.
Binary file removed assets/images/P1070358-Enhanced-RD Large.jpeg
Binary file not shown.
Binary file removed assets/images/P1070365-Enhanced-RD Large.jpeg
Binary file not shown.
Binary file modified assets/images/P1070378-Enhanced-RD Large.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/P1070381-Enhanced-RD Large.jpeg
Binary file not shown.
Binary file modified assets/images/P1070384-Enhanced-RD Large.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/P1070396-Enhanced-RD Large.jpeg
Binary file not shown.
Binary file added assets/images/P1070444 Large.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 17 additions & 13 deletions scripts/distribute_images.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
// Array of image sources
const images = [
"/assets/images/P1070346-Enhanced-RD Large.jpeg",
"/assets/images/P1070333-Enhanced-RD Large.jpeg",
"/assets/images/P1070384-Enhanced-RD Large.jpeg",
"/assets/images/P1070378-Enhanced-RD Large.jpeg",
"/assets/images/P1070347-Enhanced-RD Large.jpeg",
"/assets/images/P1070311-Enhanced-RD Large.jpeg",
"/assets/images/P1070358-Enhanced-RD Large.jpeg",
"/assets/images/P1070355-Enhanced-RD Large.jpeg",
"/assets/images/P1070351-Enhanced-RD Large.jpeg",
"/assets/images/P1070365-Enhanced-RD Large.jpeg",
"/assets/images/P1070381-Enhanced-RD Large.jpeg",
"/assets/images/P1070396-Enhanced-RD Large.jpeg",
"/assets/images/P1070303-Enhanced-RD Large.jpeg"
'/assets/images/P1070378-Enhanced-RD Large.jpeg',
'/assets/images/DSCF4429-Enhanced-RD Large.jpeg',
'/assets/images/P1070333-Enhanced-RD Large.jpeg',
'/assets/images/DSCF4744-Enhanced-RD Large.jpeg',
'/assets/images/P1070384-Enhanced-RD Large.jpeg',
'/assets/images/DSC09328-Enhanced-NR Large.jpeg',
'/assets/images/P1070444 Large.jpeg',
'/assets/images/DSCF4570-Enhanced-RD-2 Large.jpeg',
'/assets/images/P1070347-Enhanced-RD Large.jpeg',
'/assets/images/DSCF4602-Enhanced-RD-2 Large.jpeg',
'/assets/images/P1070303-Enhanced-RD Large.jpeg',
'/assets/images/DSC08987 Large.jpeg',
'/assets/images/DSC08870 Large.jpeg',
'/assets/images/DSC09061 Large.jpeg',
'/assets/images/DSCF4667-Enhanced-RD Large.jpeg',
'/assets/images/DSCF4310-Enhanced-RD Large.jpeg',
];

const twoColumnThreshold = 768;

const threeColumnThreshold = 1024;

// Function to distribute images into columns
Expand Down

0 comments on commit 87d31a3

Please sign in to comment.