Skip to content

Commit

Permalink
Move .webp to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
aksylumoed committed Feb 7, 2024
1 parent c975206 commit 3d8f5a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,55 +10,55 @@ export interface Artwork {
export const artworks: Artwork[] = [
{
title: "#8",
imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/png/8.png",
imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/webp/8.webp",
dziPath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/8.dzi",
description: `190cm x 97.5cm\naluminium dibond, direct print`,
maxWidthPercentage: "45%",
maxWidthPercentageMobile: "75%"
},
{
title: "#5",
imagePath: "webp/5.webp",
imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/webp/5.webp",
dziPath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/5.dzi",
description: `190cm x 97.5cm\naluminium dibond, direct print`,
maxWidthPercentage: "25%",
maxWidthPercentageMobile: "50%"
},
{
title: "#4",
imagePath: "webp/4.webp",
imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/webp/4.webp",
dziPath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/4.dzi",
description: `190cm x 97.5cm\naluminium dibond, direct print`,
maxWidthPercentage: "70%",
maxWidthPercentageMobile: "80%"
},
{
title: "#2",
imagePath: "webp/2.webp",
imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/webp/2.webp",
dziPath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/2.dzi",
description: `190cm x 97.5cm\naluminium dibond, direct print`,
maxWidthPercentage: "60%",
maxWidthPercentageMobile: "80%"
},
{
title: "#3",
imagePath: "webp/3.webp",
imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/webp/3.webp",
dziPath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/3.dzi",
description: `190cm x 97.5cm\naluminium dibond, direct print`,
maxWidthPercentage: "60%",
maxWidthPercentageMobile: "80%"
},
{
title: "#6",
imagePath: "webp/6.webp",
imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/webp/6.webp",
dziPath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/6.dzi",
description: `190cm x 97.5cm\naluminium dibond, direct print`,
maxWidthPercentage: "30%",
maxWidthPercentageMobile: "55%"
},
{
title: "#1",
imagePath: "webp/1.webp",
imagePath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/webp/1.webp",
dziPath: "https://adndkr-art.s3.eu-north-1.amazonaws.com/1.dzi",
description: `190cm x 97.5cm\naluminium dibond, direct print`,
maxWidthPercentage: "60%",
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ body {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 20px;
font-size: 18px;
color: #6c6c6c;

}
Expand Down

0 comments on commit 3d8f5a5

Please sign in to comment.