Skip to content

Commit

Permalink
Add Laura's artwork as product
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Jun 24, 2017
1 parent 0746566 commit b3c38f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ app/public/images/*.*
# Product images downloaded during customizazion
app/public/images/products/*.*
!app/public/images/products/apple_juice.jpg
!app/public/images/products/artwork.jpg
!app/public/images/products/apple_pressings.jpg
!app/public/images/products/banana_juice.jpg
!app/public/images/products/ctf_sticker.png
Expand Down
Binary file added app/public/images/products/artwork.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,8 @@ products:
price: 99.99
image: '3d_keychain.jpg' # Exif metadata contains "OpenSCAD" as subtle hint...
fileForRetrieveBlueprintChallenge: 'JuiceShop.stl' # ...to blueprint file type

- name: 'Juice Shop Artwork'
description: 'Unique masterpiece painted with different kinds of juice on 90g/m² lined paper.'
price: 278.74
image: 'artwork.jpg'

0 comments on commit b3c38f6

Please sign in to comment.