Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
chore: add wallpaper December 21
Browse files Browse the repository at this point in the history
  • Loading branch information
clement2026 committed Dec 21, 2023
1 parent 860280d commit e35c205
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added src/assets/bg/clement/December 21 Night.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/wallpaper/art.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import balloonImage from "../assets/bg/no-copyright/959e3384818869.5d6bfdf2b5e1b
import walkImage from "../assets/bg/no-copyright/84974784818869.5d6bfdf4e8260.png"
import simultaneousImage from "../assets/bg/wikiart-public-domain/simultaneous-counter-composition-1930.jpg"
import composition3 from "../assets/bg/wikiart-public-domain/Composition VIII 1923.jpg"
import december21night from "../assets/bg/clement/December 21 Night.jpg"

export type Art = {
author: string
Expand Down Expand Up @@ -348,6 +349,14 @@ export const wikiarts: Art[] = [
date: "1976",
imageClassName: "bg-cover bg-center blur-md brightness-75",
},
{
imageUrl: december21night,
pageUrl: "https://github.com/proxfly/painting/blob/main/December%2021%20Night%20.jpg",
name: "December 21",
author: "Clement",
date: "2023",
imageClassName: "bg-cover blur-sm brightness-75",
},
]

export const otherArts: Art[] = [
Expand Down

0 comments on commit e35c205

Please sign in to comment.