Skip to content

Commit

Permalink
chore: improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
kyziq committed Jan 11, 2024
1 parent a0cbaee commit b3844b6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions src/data/list/abstracts-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const abstractsList = [
img: FalseStart,
date: '1959',
description:
"False Start is a notable work by Jasper Johns, known for its vibrant splashes of color and abstract representation. It exemplifies the artist's innovative use of Abstract Expressionism and Neo-Dada elements.",
"False Start, a remarkable creation by Jasper Johns, is renowned for its dynamic and vibrant splashes of color that dance across the canvas. This masterpiece serves as a testament to Johns' groundbreaking innovations in the realms of Abstract Expressionism and Neo-Dada. With a captivating interplay of shapes and colors, 'False Start' challenges conventional artistic boundaries, inviting viewers to explore the depths of abstract representation and emotional expression. Housed in a Private Collection, it remains a symbol of artistic evolution and creativity.",
location: 'Private Collection',
countryCode: '',
dimensions: '170.2 cm x 137.2 cm',
Expand All @@ -23,7 +23,7 @@ export const abstractsList = [
img: Interchange,
date: '1955',
description:
'Interchange is a seminal piece of abstract expressionist art by Willem de Kooning. The painting is celebrated for its energetic brushwork and bold color palette, reflecting the dynamic nature of abstract art in the post-war period.',
"Interchange, a seminal masterpiece of abstract expressionist art by the talented Willem de Kooning, is a vibrant celebration of energetic brushwork and a bold color palette. This painting, an embodiment of the dynamic spirit of abstract art in the post-war period, captivates viewers with its vivid and gestural strokes. 'Interchange' invites us into the mesmerizing world of abstract expressionism, where spontaneity and emotion intertwine on canvas. Currently held in a Private Collection, it continues to inspire and resonate with art enthusiasts worldwide.",
location: 'Private Collection',
countryCode: '',
dimensions: '200.7 cm x 175.3 cm',
Expand Down
13 changes: 7 additions & 6 deletions src/data/list/cubism-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ export const cubismList = [
id: 5001,
name: 'Femme Assise',
img: FemmeAssise,
date: '',
description: '',
location: '',
date: '1909',
description:
"Femme Assise is a masterful work by Pablo Picasso, created during his pivotal Cubist period. This painting stands as a testament to Picasso's unparalleled ability to deconstruct and reconfigure the human form. With bold geometric shapes and fractured perspectives, Picasso's innovative approach to Cubism in \"Femme Assise\" defies conventional artistic boundaries. This masterpiece not only showcases Picasso's artistic prowess but also highlights his enduring impact on the art world, solidifying his legacy as a pioneer of modern art.",
location: 'Private Collection',
countryCode: '',
dimensions: '',
style: '',
dimensions: '100 cm x 73 cm',
style: 'Cubism',
artistInfo: artists['Pablo Picasso'],
likes: 9,
},
Expand All @@ -22,7 +23,7 @@ export const cubismList = [
img: LesDemoisellesdAvignon,
date: '1907',
description:
"Les Demoiselles d'Avignon is a groundbreaking work by Pablo Picasso that marks a radical break from traditional composition and perspective. This painting is seen as a precursor to Cubism and a pivotal work in the development of modern art.",
"Les Demoiselles d'Avignon is a groundbreaking work by Pablo Picasso that marks a radical break from traditional composition and perspective. This painting is seen as a precursor to Cubism and a pivotal work in the development of modern art. With its fragmented and angular forms, Picasso's portrayal of five nude figures from various cultures challenges both artistic conventions and societal norms, offering a provocative and multifaceted exploration of the human form and identity.",
location: 'Museum of Modern Art, New York City, USA',
countryCode: 'US',
dimensions: '243.9 cm x 233.7 cm',
Expand Down
6 changes: 3 additions & 3 deletions src/data/list/paintings-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const paintingsList = [
img: Meules,
date: '1890',
description:
'Meules is part of a series of paintings by Claude Monet that depict haystacks in the fields near his home in Giverny, France. The series is known for its thematic use of light and the changing seasons.',
'Meules is a magnificent painting by Claude Monet, part of his iconic series depicting haystacks in the picturesque fields near his home in Giverny, France. In this series, Monet masterfully captures the interplay of light and the ever-changing seasons, using his distinctive Impressionist style to evoke the beauty and transience of the natural world. With its play of colors and textures, "Meules" stands as a timeless testament to Monet\'s ability to translate the fleeting moments of nature onto canvas, making it a cherished gem in the world of Impressionism.',
location: 'Private Collection',
countryCode: '',
dimensions: '73 cm x 92.5cm',
Expand All @@ -29,7 +29,7 @@ export const paintingsList = [
img: GardenOfJoy,
date: '2022',
description:
"Garden of Joy is part of a series of paintings by Miriam Omar that explore a flora theme, showcasing the beauty and diversity of botanical elements. The artwork captures the essence of nature through Miriam Omar's unique artistic perspective.",
"'Garden of Joy' is a masterpiece that breathes life into the canvas. With a palette of vibrant colors and intricate brushwork, it creates a mesmerizing floral tapestry that exudes happiness and serenity. The artist's skillful craftsmanship brings forth the beauty of a blossoming garden, inviting viewers to immerse themselves in its enchanting charm. This artwork is a celebration of nature's splendor, capturing the essence of joy through its vivid depiction of flowers and foliage.",
location: 'Zhan Art Space',
countryCode: 'MY', // Zhan Art Space is in Malaysia
dimensions: '20.1 cm x 20.1cm',
Expand All @@ -43,7 +43,7 @@ export const paintingsList = [
img: GadisPicnic,
date: '2022',
description:
'Gadis Picnic is part of a series of paintings by Miriam Omar that explore a flora theme, showcasing two Malaysian girls dressed in baju kurung as they enjoy a picnic under a tree. The artwork beautifully captures the cultural and natural elements, creating a serene and picturesque scene.',
'Gadis Picnic, an exquisite piece by Miriam Omar, is part of her evocative series celebrating the flora theme. This painting portrays two Malaysian girls dressed in traditional baju kurung as they enjoy a serene picnic beneath the shade of a tree. With remarkable skill, Miriam Omar combines cultural and natural elements, creating a picturesque and harmonious scene that beautifully captures the essence of Malaysian culture and nature. "Gadis Picnic" is a testament to the artist\'s ability to merge artistry and cultural appreciation.',
location: 'Zhan Art Space',
countryCode: 'MY', // Zhan Art Space is in Malaysia
dimensions: '15.1 cm x 20.1cm',
Expand Down
4 changes: 2 additions & 2 deletions src/data/list/portraits-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const portraitsList = [
img: MonaLisa,
date: '1503 - 1506',
description:
"The Mona Lisa is a half-length portrait painting by the Italian Renaissance artist Leonardo da Vinci that has been described as 'the best known, the most visited, the most written about, the most sung about, the most parodied work of art in the world'.",
"The Mona Lisa, an iconic masterpiece by the Italian Renaissance genius Leonardo da Vinci, stands as a testament to the heights of artistic achievement. This half-length portrait is widely recognized as 'the best known, the most visited, the most written about, the most sung about, the most parodied work of art in the world.' Leonardo's meticulous rendering of Lisa Gherardini's enigmatic smile and the captivating use of sfumato technique have made 'Mona Lisa' an enduring symbol of artistic brilliance. Housed in the Louvre Museum in Paris, France, it remains a must-see masterpiece of the Renaissance era, enchanting visitors with its timeless charm and intrigue.",
location: 'Louvre Museum, Paris, France',
countryCode: 'FR',
dimensions: '77 cm x 53 cm',
Expand All @@ -28,7 +28,7 @@ export const portraitsList = [
img: WhistlersMother,
date: '1871',
description:
"Arrangement in Grey and Black No.1, best known under its colloquial name Whistler's Mother, is a painting in oils on canvas created by the American-born painter James McNeill Whistler in 1871.",
"Arrangement in Grey and Black No.1, affectionately known as Whistler's Mother, is a masterpiece in oils on canvas created by the American-born painter James McNeill Whistler in 1871. This enduring work of Realism is a heartfelt portrayal of the artist's mother, capturing a profound sense of reverence and quiet dignity. The balanced composition, restrained color palette, and meticulous attention to detail exemplify Whistler's commitment to the principles of Realism. Displayed in the esteemed Musée d'Orsay in Paris, France, this painting continues to resonate with art enthusiasts worldwide, offering a timeless glimpse into the depths of maternal affection and artistic skill.",
location: "Musée d'Orsay, Paris, France",
countryCode: 'FR',
dimensions: '144.3 cm x 162.5 cm',
Expand Down

0 comments on commit b3844b6

Please sign in to comment.