Skip to content

Commit

Permalink
static: new music challenge achievement (#1149)
Browse files Browse the repository at this point in the history
* Update achievements.py to include new music achievement

* added image for mashmer achievement

* replaced mashemer file

* Delete frontend/static/images/achievements/m1.png

accidental upload
  • Loading branch information
shkaff authored Oct 23, 2023
1 parent 4ab0e91 commit fb2bcf4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions common/data/achievements.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,12 @@
"image": "https://vas3k.club/static/images/achievements/diy_challenge_2.png",
"style": "background-color: #C9C097; font-size: 120%;",
}),
("music_jam_5", {
"name": "Mashmer",
"description": "За участие в летнем музыкальном челлендже 2023",
"image": "https://vas3k.club/static/images/achievements/mashmer.png",
"style": "background-color: #3320A0; font-size: 120%;",
}),
]

# VIP: https://i.vas3k.club/3cb.png
Binary file added frontend/static/images/achievements/mashmer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fb2bcf4

Please sign in to comment.