Skip to content
Snippets Groups Projects
Commit 9e9c25e5 authored by Andreas Frickel's avatar Andreas Frickel
Browse files

text

parent fb446a55
No related branches found
No related tags found
No related merge requests found
...@@ -28,3 +28,5 @@ yarn-error.log* ...@@ -28,3 +28,5 @@ yarn-error.log*
.env.development.local .env.development.local
.env.test.local .env.test.local
.env.production.local .env.production.local
.vercel
File moved
export const sculptureList = [{
name: 'Number One',
artist: 'Marta Colvin Andrade',
description: 'Number one, also known as the lonliest Number',
url: 'https://i.etsystatic.com/36351699/r/il/f2abd8/4058257118/il_570xN.4058257118_jqrj.jpg',
alt: 'Number one, also known as the loniest Number'
}, {
name: 'Number Two',
artist: 'Eduardo Catalano',
description: 'Number Two, the Number that always has a Companion',
url: 'https://image.spreadshirtmedia.net/image-server/v1/products/T1459A839PA4459PT28D191008873W6840H10000/views/1,width=800,height=800,appearanceId=839,backgroundColor=F2F2F2/nummer-2-football-team-baseball-universitaetsbasketball-sticker.jpg',
alt: 'A gigantic metallic flower sculpture with reflective mirror-like petals and strong stamens.'
}, {
name: 'Number Three',
artist: 'John Woodrow Wilson',
description: 'all good things come in threes',
url: 'https://media.istockphoto.com/id/182804498/de/foto/die-zahl-3.jpg?s=612x612&w=0&k=20&c=spUqfmg_ECLEgh-yA54PT4IxVqPjo-IG-VcmsvozGb0=',
alt: 'The sculpture depicting a human head seems ever-present and solemn. It radiates calm and serenity.'
}, {
name: 'Number Four',
artist: 'Unknown Artist',
description: 'Four in Japanese is Pronounced the same as Death/Die',
url: 'https://e7.pngegg.com/pngimages/231/185/png-clipart-logo-black-and-white-brand-number-4-angle-white.png',
alt: 'Three monumental stone busts with the heads that are disproportionately large with somber faces.'
}, {
name: 'Number Five',
artist: 'Niki de Saint Phalle',
description: 'We have Five Fingers on each hand',
url: 'https://img.freepik.com/premium-psd/number-5_636958-6.jpg',
alt: 'A large mosaic sculpture of a whimsical dancing female figure in a colorful costume emanating joy.'
}, {
name: 'Number Six',
artist: 'Barbara Hepworth',
description: 'Six like the number of chambers in a Revolver',
url: 'https://roflmagnets.com/312-large_default/nummer-6.jpg',
alt: 'A tall sculpture made of three elements stacked on each other reminding of a human figure.'
}, {
name: 'Number Seven',
artist: 'Lamidi Olonade Fakeye',
description: "The Lucky Number",
url: 'https://ih1.redbubble.net/image.3277051601.5070/st,small,507x507-pad,600x600,f8f8f8.jpg',
alt: 'An intricate wood sculpture of a warrior with a focused face on a horse adorned with patterns.'
}, {
name: 'Number Eight',
artist: 'Alina Szapocznikow',
description: "an indefenitly drawable number",
url: 'https://cdn-icons-png.flaticon.com/512/10232/10232557.png',
alt: 'The sculpture reminds a cascade of folds, quite different from bellies in classical sculptures.'
}, {
name: 'Number Nine',
artist: 'Unknown Artist',
description: 'Number of Planets, before Pluto got downgraded',
url: 'https://e7.pngegg.com/pngimages/150/753/png-clipart-9-9.png',
alt: '12 terracotta sculptures of solemn warriors, each with a unique facial expression and armor.'
}, {
name: 'Number Ten',
artist: 'Louise Nevelson',
description: 'Total Number of our Fingers',
url: 'https://banner2.cleanpng.com/20180810/osr/5e408d799767ef0433fb1285edb13f6f.webp',
alt: 'A black matte sculpture where the individual elements are initially indistinguishable.'
}, {
name: 'Number Eleven',
artist: 'Ranjani Shettar',
description: 'The most Oscar awards won by any film is Eleven (The Lord of the Rings: The Return of the King)',
url: 'https://image.spreadshirtmedia.net/image-server/v1/products/T1459A839PA4459PT28D15213525W9094H10000/views/1,width=800,height=800,appearanceId=839,backgroundColor=F2F2F2/number-11-sticker.jpg',
alt: 'A pale wire-like sculpture mounted on concrete wall and descending on the floor. It appears light.'
}, {
name: 'Number Twelve',
artist: 'Taipei Zoo',
description: 'There are Twelve months in a year',
url: 'https://t4.ftcdn.net/jpg/00/89/85/09/360_F_89850913_ttgLJASgMujZ1kpdOKIfVBCm16XH8Zmr.jpg',
alt: 'A group of bronze hippo sculptures emerging from the sett sidewalk as if they were swimming.'
}];
\ No newline at end of file
import { useState } from 'react'; /*import { useState } from 'react';
import { sculptureList } from './data.js'; import { sculptureList } from './data.js';
export default function Gallery() { export default function Gallery() {
...@@ -47,5 +47,5 @@ export default function Gallery() { ...@@ -47,5 +47,5 @@ export default function Gallery() {
</p> </p>
</> </>
); );
} }*/
//by {sculpture.artist} //by {sculpture.artist}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment