Skip to content

Commit

Permalink
feat: add more artist information and image
Browse files Browse the repository at this point in the history
  • Loading branch information
kyziq committed Jan 11, 2024
1 parent a23d24f commit 2807468
Show file tree
Hide file tree
Showing 11 changed files with 110 additions and 14 deletions.
Binary file added src/assets/images/artists/ClaudeMonet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/assets/images/artists/JasperJohns.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/assets/images/artists/LeonardoDaVinci.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/assets/images/artists/MiriamOmar.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 removed src/assets/images/artists/MiriamOmar.png
Binary file not shown.
Binary file added src/assets/images/artists/PabloPicasso.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/assets/images/artists/VincentVanGogh.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/assets/images/artists/WillemDeKooning.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
124 changes: 110 additions & 14 deletions src/data/list/artists-list.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
import JohannesVermeer from '../../assets/images/artists/JohannesVermeer.jpeg';
import MiriamOmar from '../../assets/images/artists/MiriamOmar.png';
import ThomasGainsborough from '../../assets/images/artists/ThomasGainsborough.jpg';
import GustavKlimt from '../../assets/images/artists/GustavKlimt.jpg';
import EdwardHopper from '../../assets/images/artists/EdwardHopper.jpg';
import JanVanEyck from '../../assets/images/artists/JanVanEyck.jpg';
import CasparDavidFriedrich from '../../assets/images/artists/CasparDavidFriedrich.jpg';
import JohannesVermeerImage from '../../assets/images/artists/JohannesVermeer.jpg';
import MiriamOmarImage from '../../assets/images/artists/MiriamOmar.jpg';
import ThomasGainsboroughImage from '../../assets/images/artists/ThomasGainsborough.jpg';
import GustavKlimtImage from '../../assets/images/artists/GustavKlimt.jpg';
import EdwardHopperImage from '../../assets/images/artists/EdwardHopper.jpg';
import JanVanEyckImage from '../../assets/images/artists/JanVanEyck.jpg';
import CasparDavidFriedrichImage from '../../assets/images/artists/CasparDavidFriedrich.jpg';
import JasperJohnsImage from '../../assets/images/artists/JasperJohns.jpg';
import WillemDeKooningImage from '../../assets/images/artists/WillemDeKooning.jpg';
import VincentVanGoghImage from '../../assets/images/artists/VincentVanGogh.jpg';
import PabloPicassoImage from '../../assets/images/artists/PabloPicasso.jpg';
import ClaudeMonetImage from '../../assets/images/artists/ClaudeMonet.jpg';
import LeonardoDaVinciImage from '../../assets/images/artists/LeonardoDaVinci.jpg';
import JamesAbbottMcNeillWhistlerImage from '../../assets/images/artists/JamesAbbottMcNeillWhistler.jpg';

export const artists = {
'Johannes Vermeer': {
Expand All @@ -20,7 +27,7 @@ export const artists = {
'The Milkmaid',
'View of Delft',
],
imageUrl: JohannesVermeer,
imageUrl: JohannesVermeerImage,
},
'Miriam Omar': {
id: 2,
Expand All @@ -31,7 +38,7 @@ export const artists = {
nationality: 'Malaysian',
countryCode: 'MY', // Malaysia
notableWorks: ['Garden of Joy', 'Gadis Picnic'],
imageUrl: MiriamOmar,
imageUrl: MiriamOmarImage,
},
'Thomas Gainsborough': {
id: 3,
Expand All @@ -42,7 +49,7 @@ export const artists = {
nationality: 'English',
countryCode: 'GB', // United Kingdom (Great Britain)
notableWorks: ['The Blue Boy', 'Mr and Mrs Andrews'],
imageUrl: ThomasGainsborough,
imageUrl: ThomasGainsboroughImage,
},
'Gustav Klimt': {
id: 4,
Expand All @@ -57,7 +64,7 @@ export const artists = {
'Lady With A Fan',
'Portrait of Adele Bloch-Bauer I',
],
imageUrl: GustavKlimt,
imageUrl: GustavKlimtImage,
},
'Edward Hopper': {
id: 5,
Expand All @@ -68,7 +75,7 @@ export const artists = {
nationality: 'American',
countryCode: 'US', // United States
notableWorks: ['Nighthawks', 'Automat', 'Morning Sun'],
imageUrl: EdwardHopper,
imageUrl: EdwardHopperImage,
},
'Jan Van Eyck': {
id: 6,
Expand All @@ -79,7 +86,7 @@ export const artists = {
nationality: 'Flemish',
countryCode: 'BE', // Belgium (Flanders is a region in Belgium)
notableWorks: ['The Arnolfini Portrait', 'The Ghent Altarpiece'],
imageUrl: JanVanEyck,
imageUrl: JanVanEyckImage,
},
'Caspar David Friedrich': {
id: 7,
Expand All @@ -94,6 +101,95 @@ export const artists = {
'The Abbey in the Oakwood',
'The Sea of Ice',
],
imageUrl: CasparDavidFriedrich,
imageUrl: CasparDavidFriedrichImage,
},
'Jasper Johns': {
id: 8,
name: 'Jasper Johns',
bio: 'Jasper Johns is an American painter, sculptor, and printmaker whose work is associated with abstract expressionism, Neo-Dada, and pop art. He is known for his depictions of the American flag and other familiar objects.',
birthYear: 1930,
deathYear: null,
nationality: 'American',
countryCode: 'US',
notableWorks: ['Flag', 'Three Flags', 'Map'],
imageUrl: JasperJohnsImage,
},
'Willem de Kooning': {
id: 9,
name: 'Willem de Kooning',
bio: "Willem de Kooning was a Dutch-American abstract expressionist artist known for his unique style that blended figuration with abstraction. De Kooning's paintings are characterized by their aggressive brushstrokes and vibrant color palette.",
birthYear: 1904,
deathYear: 1997,
nationality: 'Dutch-American',
countryCode: 'US',
notableWorks: ['Woman I', 'Excavation', 'Interchange'],
imageUrl: WillemDeKooningImage,
},
'Vincent Van Gogh': {
id: 10,
name: 'Vincent Van Gogh',
bio: 'Vincent Van Gogh was a Dutch post-impressionist painter whose work had a far-reaching influence on 20th-century art. His oeuvre includes portraits, self-portraits, landscapes, and still lifes characterized by bold colors and dramatic, impulsive brushwork.',
birthYear: 1853,
deathYear: 1890,
nationality: 'Dutch',
countryCode: 'NL',
notableWorks: ['Starry Night', 'Sunflowers', 'Café Terrace at Night'],
imageUrl: VincentVanGoghImage,
},
'Pablo Picasso': {
id: 11,
name: 'Pablo Picasso',
bio: 'Pablo Picasso was a Spanish painter, sculptor, printmaker, ceramicist, and stage designer who spent most of his adult life in France. As one of the greatest and most influential artists of the 20th century, he is known for co-founding the Cubist movement, the invention of constructed sculpture, the co-invention of collage, and for the wide variety of styles that he helped develop and explore.',
birthYear: 1881,
deathYear: 1973,
nationality: 'Spanish',
countryCode: 'ES', // Spain
notableWorks: [
'Guernica',
"Les Demoiselles d'Avignon",
'The Weeping Woman',
],
imageUrl: PabloPicassoImage,
},
'Claude Monet': {
id: 12,
name: 'Claude Monet',
bio: 'Claude Monet was a French painter and a leading figure in the Impressionist movement that transformed French painting in the second half of the 19th century. His career was marked by a series of innovations that redefined the approach to painting light and color, focusing on the changing qualities of natural light as depicted in his series on haystacks, poplars, the Rouen Cathedral, and the water lilies and pond at his Giverny garden.',
birthYear: 1840,
deathYear: 1926,
nationality: 'French',
countryCode: 'FR', // France
notableWorks: [
'Impression, Sunrise',
'Water Lilies',
'Woman with a Parasol - Madame Monet and Her Son',
],
imageUrl: ClaudeMonetImage,
},
'Leonardo da Vinci': {
id: 13,
name: 'Leonardo da Vinci',
bio: 'Leonardo da Vinci was an Italian polymath of the High Renaissance who is widely considered one of the most diversely talented individuals ever to have lived. His areas of interest included invention, painting, sculpting, architecture, science, music, mathematics, engineering, literature, anatomy, geology, astronomy, botany, writing, history, and cartography. He has been variously called the father of palaeontology, ichnology, and architecture, and is widely considered one of the greatest painters of all time. The Mona Lisa is the most famous of his works and the most popular portrait ever made.',
birthYear: 1452,
deathYear: 1519,
nationality: 'Italian',
countryCode: 'IT', // Italy
notableWorks: ['Mona Lisa', 'The Last Supper', 'Vitruvian Man'],
imageUrl: LeonardoDaVinciImage,
},
'James Abbott McNeill Whistler': {
id: 14,
name: 'James Abbott McNeill Whistler',
bio: 'James Abbott McNeill Whistler was an American artist, active during the American Gilded Age and based primarily in the United Kingdom. He was averse to sentimentality and moral allusion in painting, and was a leading proponent of the credo "art for art\'s sake". His famous signature for his paintings was in the shape of a stylized butterfly possessing a long stinger for a tail. The symbol was apt, for it combined both aspects of his personality—his art was characterized by a subtle delicacy, while his public persona was combative.',
birthYear: 1834,
deathYear: 1903,
nationality: 'American',
countryCode: 'US', // United States
notableWorks: [
"Whistler's Mother",
'Nocturne: Blue and Gold - Old Battersea Bridge',
'Symphony in White, No. 1: The White Girl',
],
imageUrl: JamesAbbottMcNeillWhistlerImage,
},
};

0 comments on commit 2807468

Please sign in to comment.