← back to Animate Museum Posts
src/artworks.js
56 lines
// 50 Famous Public Domain Paintings
export const FAMOUS_PAINTINGS = [
{ title: "The Great Wave off Kanagawa", artist: "Katsushika Hokusai", year: "1831", museum: "Public Domain", imageUrl: "https://images.metmuseum.org/CRDImages/as/original/DP141063.jpg" },
{ title: "Starry Night", artist: "Vincent van Gogh", year: "1889", museum: "MoMA", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Van_Gogh_-_Starry_Night_-_Google_Art_Project.jpg/1280px-Van_Gogh_-_Starry_Night_-_Google_Art_Project.jpg" },
{ title: "Mona Lisa", artist: "Leonardo da Vinci", year: "1503", museum: "Louvre", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Mona_Lisa%2C_by_Leonardo_da_Vinci%2C_from_C2RMF_retouched.jpg/800px-Mona_Lisa%2C_by_Leonardo_da_Vinci%2C_from_C2RMF_retouched.jpg" },
{ title: "The Scream", artist: "Edvard Munch", year: "1893", museum: "National Gallery Norway", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/c/c5/Edvard_Munch%2C_1893%2C_The_Scream%2C_oil%2C_tempera_and_pastel_on_cardboard%2C_91_x_73_cm%2C_National_Gallery_of_Norway.jpg" },
{ title: "Girl with a Pearl Earring", artist: "Johannes Vermeer", year: "1665", museum: "Mauritshuis", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/0/0f/1665_Girl_with_a_Pearl_Earring.jpg" },
{ title: "The Birth of Venus", artist: "Sandro Botticelli", year: "1485", museum: "Uffizi Gallery", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/0/0b/Sandro_Botticelli_-_La_nascita_di_Venere_-_Google_Art_Project_-_edited.jpg" },
{ title: "The Night Watch", artist: "Rembrandt", year: "1642", museum: "Rijksmuseum", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/5/5a/The_Night_Watch_-_HD.jpg" },
{ title: "The Kiss", artist: "Gustav Klimt", year: "1908", museum: "Belvedere", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/4/4d/Klimt_-_Der_Kuss.jpeg" },
{ title: "American Gothic", artist: "Grant Wood", year: "1930", museum: "Art Institute Chicago", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/c/cc/Grant_Wood_-_American_Gothic_-_Google_Art_Project.jpg" },
{ title: "Water Lilies", artist: "Claude Monet", year: "1906", museum: "Art Institute Chicago", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/a/aa/Claude_Monet_-_Water_Lilies_-_1906%2C_Ryerson.jpg" },
{ title: "The Persistence of Memory", artist: "Salvador Dalí", year: "1931", museum: "MoMA", imageUrl: "https://upload.wikimedia.org/wikipedia/en/d/dd/The_Persistence_of_Memory.jpg" },
{ title: "A Sunday on La Grande Jatte", artist: "Georges Seurat", year: "1886", museum: "Art Institute Chicago", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/7/7d/A_Sunday_on_La_Grande_Jatte%2C_Georges_Seurat%2C_1884.jpg" },
{ title: "The Last Supper", artist: "Leonardo da Vinci", year: "1498", museum: "Santa Maria delle Grazie", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/4/4b/%C3%9Altima_Cena_-_Da_Vinci_5.jpg" },
{ title: "Creation of Adam", artist: "Michelangelo", year: "1512", museum: "Sistine Chapel", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/5/5b/Michelangelo_-_Creation_of_Adam_%28cropped%29.jpg" },
{ title: "The Garden of Earthly Delights", artist: "Hieronymus Bosch", year: "1510", museum: "Museo del Prado", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/9/96/The_Garden_of_earthly_delights.jpg" },
{ title: "Whistler's Mother", artist: "James Whistler", year: "1871", museum: "Musée d'Orsay", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/1/1b/Whistlers_Mother_high_res.jpg" },
{ title: "The Arnolfini Portrait", artist: "Jan van Eyck", year: "1434", museum: "National Gallery London", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/3/33/Van_Eyck_-_Arnolfini_Portrait.jpg" },
{ title: "Liberty Leading the People", artist: "Eugène Delacroix", year: "1830", museum: "Louvre", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/5/5d/Eug%C3%A8ne_Delacroix_-_Le_28_Juillet._La_Libert%C3%A9_guidant_le_peuple.jpg" },
{ title: "The Wanderer Above the Sea of Fog", artist: "Caspar David Friedrich", year: "1818", museum: "Hamburger Kunsthalle", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/b/b9/Caspar_David_Friedrich_-_Wanderer_above_the_sea_of_fog.jpg" },
{ title: "Napoleon Crossing the Alps", artist: "Jacques-Louis David", year: "1801", museum: "Château de Malmaison", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/f/fd/David_-_Napoleon_crossing_the_Alps_-_Malmaison2.jpg" },
{ title: "Nighthawks", artist: "Edward Hopper", year: "1942", museum: "Art Institute Chicago", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/a/a8/Nighthawks_by_Edward_Hopper_1942.jpg" },
{ title: "The Starry Night Over the Rhône", artist: "Vincent van Gogh", year: "1888", museum: "Musée d'Orsay", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/9/94/Starry_Night_Over_the_Rhone.jpg" },
{ title: "Café Terrace at Night", artist: "Vincent van Gogh", year: "1888", museum: "Kröller-Müller Museum", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/0/09/Van_Gogh_-_Terrasse_des_Caf%C3%A9s_an_der_Place_du_Forum_in_Arles_am_Abend1.jpeg" },
{ title: "Sunflowers", artist: "Vincent van Gogh", year: "1888", museum: "National Gallery London", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/4/46/Vincent_Willem_van_Gogh_127.jpg" },
{ title: "The Son of Man", artist: "René Magritte", year: "1964", museum: "Private Collection", imageUrl: "https://upload.wikimedia.org/wikipedia/en/e/ec/Magritte_TheSonOfMan.jpg" },
{ title: "Girl Before a Mirror", artist: "Pablo Picasso", year: "1932", museum: "MoMA", imageUrl: "https://upload.wikimedia.org/wikipedia/en/0/04/Girl_before_a_Mirror.jpg" },
{ title: "Guernica", artist: "Pablo Picasso", year: "1937", museum: "Museo Reina Sofía", imageUrl: "https://upload.wikimedia.org/wikipedia/en/7/74/Guernica.jpg" },
{ title: "The Sleeping Gypsy", artist: "Henri Rousseau", year: "1897", museum: "MoMA", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/7/7e/Henri_Rousseau_-_La_Boh%C3%A9mienne_endormie.jpg" },
{ title: "The Swing", artist: "Jean-Honoré Fragonard", year: "1767", museum: "Wallace Collection", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/e/eb/Fragonard%2C_The_Swing.jpg" },
{ title: "Ophelia", artist: "John Everett Millais", year: "1852", museum: "Tate Britain", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/9/94/John_Everett_Millais_-_Ophelia_-_Google_Art_Project.jpg" },
{ title: "The Raft of the Medusa", artist: "Théodore Géricault", year: "1819", museum: "Louvre", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/1/15/JEAN_LOUIS_TH%C3%89ODORE_G%C3%89RICAULT_-_La_Balsa_de_la_Medusa_%28Museo_del_Louvre%2C_1818-19%29.jpg" },
{ title: "The School of Athens", artist: "Raphael", year: "1511", museum: "Vatican Museums", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/4/49/%22The_School_of_Athens%22_by_Raffaello_Sanzio_da_Urbino.jpg" },
{ title: "Saturn Devouring His Son", artist: "Francisco Goya", year: "1823", museum: "Museo del Prado", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/8/82/Francisco_de_Goya%2C_Saturno_devorando_a_su_hijo_%281819-1823%29.jpg" },
{ title: "The Third of May 1808", artist: "Francisco Goya", year: "1814", museum: "Museo del Prado", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/f/fd/El_Tres_de_Mayo%2C_by_Francisco_de_Goya%2C_from_Prado_thin_black_margin.jpg" },
{ title: "Impression, Sunrise", artist: "Claude Monet", year: "1872", museum: "Musée Marmottan Monet", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/5/59/Monet_-_Impression%2C_Sunrise.jpg" },
{ title: "The Ballet Class", artist: "Edgar Degas", year: "1874", museum: "Musée d'Orsay", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/6/6e/Edgar_Degas_-_The_Ballet_Class_-_Google_Art_Project.jpg" },
{ title: "A Bar at the Folies-Bergère", artist: "Édouard Manet", year: "1882", museum: "Courtauld Gallery", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/0/0d/Edouard_Manet%2C_A_Bar_at_the_Folies-Berg%C3%A8re.jpg" },
{ title: "Luncheon on the Grass", artist: "Édouard Manet", year: "1863", museum: "Musée d'Orsay", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/9/90/Edouard_Manet_-_Luncheon_on_the_Grass_-_Google_Art_Project.jpg" },
{ title: "The Birth of Venus", artist: "William-Adolphe Bouguereau", year: "1879", museum: "Musée d'Orsay", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/2/2a/William-Adolphe_Bouguereau_%281825-1905%29_-_The_Birth_of_Venus_%281879%29.jpg" },
{ title: "The Hay Wain", artist: "John Constable", year: "1821", museum: "National Gallery London", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/d/d9/John_Constable_The_Hay_Wain.jpg" },
{ title: "The Fighting Temeraire", artist: "J.M.W. Turner", year: "1839", museum: "National Gallery London", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/3/30/The_Fighting_Temeraire%2C_JMW_Turner%2C_National_Gallery.jpg" },
{ title: "Rain, Steam and Speed", artist: "J.M.W. Turner", year: "1844", museum: "National Gallery London", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/a/a8/Turner_-_Rain%2C_Steam_and_Speed_-_National_Gallery_file.jpg" },
{ title: "Las Meninas", artist: "Diego Velázquez", year: "1656", museum: "Museo del Prado", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/3/31/Las_Meninas%2C_by_Diego_Vel%C3%A1zquez%2C_from_Prado_in_Google_Earth.jpg" },
{ title: "The Milkmaid", artist: "Johannes Vermeer", year: "1658", museum: "Rijksmuseum", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/2/20/Johannes_Vermeer_-_Het_melkmeisje_-_Google_Art_Project.jpg" },
{ title: "The Art of Painting", artist: "Johannes Vermeer", year: "1668", museum: "Kunsthistorisches Museum", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/a/a1/Jan_Vermeer_-_The_Art_of_Painting_-_Google_Art_Project.jpg" },
{ title: "Self-Portrait with Bandaged Ear", artist: "Vincent van Gogh", year: "1889", museum: "Courtauld Gallery", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/a/a4/Vincent_van_Gogh_-_Self-Portrait_with_Bandaged_Ear.jpg" },
{ title: "Judith Slaying Holofernes", artist: "Artemisia Gentileschi", year: "1620", museum: "Uffizi Gallery", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/4/4e/Artemisia_Gentileschi_-_Judith_Beheading_Holofernes_-_WGA8563.jpg" },
{ title: "The Tower of Babel", artist: "Pieter Bruegel", year: "1563", museum: "Kunsthistorisches Museum", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/f/fc/Pieter_Bruegel_the_Elder_-_The_Tower_of_Babel_%28Vienna%29_-_Google_Art_Project_-_edited.jpg" },
{ title: "The Blue Boy", artist: "Thomas Gainsborough", year: "1770", museum: "Huntington Library", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/e/e9/The_Blue_Boy_%28Gainsborough%29.jpg" },
{ title: "Washington Crossing the Delaware", artist: "Emanuel Leutze", year: "1851", museum: "Met Museum", imageUrl: "https://upload.wikimedia.org/wikipedia/commons/9/95/Washington_Crossing_the_Delaware_by_Emanuel_Leutze%2C_MMA-NYC%2C_1851.jpg" }
];
export default FAMOUS_PAINTINGS;