Skip to content

Commit

Permalink
feat: add merch entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurBeaulieu committed Oct 5, 2024
1 parent 6171b4e commit 6491958
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/dist/MBP.bundle.css

Large diffs are not rendered by default.

Binary file added assets/img/merch/fantaisies.webp
Binary file not shown.
8 changes: 8 additions & 0 deletions assets/json/data/merch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
],
"albums": [
{
"name": "Guillaume Beaulieu – Fantaisies pour flûte seule sans basse",
"catalog": "MBPMC005",
"price": {
"regular": "15€",
"signed": "18€"
},
"image": "/assets/img/merch/fantaisies.webp"
}, {
"name": "The Forge – Musaïc",
"catalog": "MBPMC004",
"price": {
Expand Down
2 changes: 2 additions & 0 deletions src/scss/styles/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,8 @@ main.merch {
background-image: radial-gradient(#3C2323 0,#202020 45%, #181818 80%);

section {
padding: 3rem 16%;

.merch-collection {
align-content: center;
display: grid;
Expand Down

0 comments on commit 6491958

Please sign in to comment.