Skip to content

Commit 6489931

Browse files
committed
Added self portrait
1 parent 7737cf5 commit 6489931

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/image_data.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ export const ImageData: ImageDatum[] = [
9191
y: 'center'
9292
}
9393
},
94+
{
95+
url: '/art-images/18.png',
96+
alt: 'A colored self portrait of myself feeing uneasy.',
97+
crop: {
98+
x: 'center',
99+
y: 'top'
100+
}
101+
},
94102
// Row4
95103
{
96104
url: '/art-images/9.png',
@@ -165,5 +173,5 @@ export const ImageData: ImageDatum[] = [
165173
x: 'center',
166174
y: 'top'
167175
}
168-
}
176+
},
169177
]

static/art-images/18.png

47.2 KB
Loading

0 commit comments

Comments
 (0)