Skip to content
Snippets Groups Projects
Commit fdab9bdd authored by Gabriel Copat's avatar Gabriel Copat
Browse files

Added Welsh Heritage stickers

parent bed85635
No related branches found
No related tags found
1 merge request!33Resolve "As a QR-scanning connoisseur , I want to unlock stickers after scanning a QR code to feel a sense of reward."
Showing
with 10 additions and 5 deletions
......@@ -35,9 +35,9 @@ insert into locations (locationID, locationName , locationEmail,locationDescript
delete from packs;
insert into packs (name, description) value ('Wales National Team', 'Pack of Welsh Football Players in the National Team');
insert into packs (name, description) value ('Pack2', 'This is pack 2');
insert into packs (name, description) value ('Pack3', 'This is pack 2');
insert into packs (name, description) value ('Wales Football Team', 'Pack of Welsh Football Players in the National Team');
insert into packs (name, description) value ('Wales Rugby Team', 'Pack of Welsh Rugby Players in the National Team');
insert into packs (name, description) value ('Welsh Heritage', 'Pack About Welsh Heritage');
insert into packs (name, description) value ('Pack3', 'This is pack 2');
insert into packs (name, description) value ('Pack3', 'This is pack 2');
insert into packs (name, description) value ('Pack3', 'This is pack 2');
......@@ -56,6 +56,9 @@ insert into stickers (name, description, rarity, packID) value ('Adam Beard', 'W
insert into stickers (name, description, rarity, packID) value ('Elliot Dee', 'Wales Rugby Team Player', '1', 2);
insert into stickers (name, description, rarity, packID) value ('Corey Domachowski', 'Wales Rugby Team Player', '1', 2);
insert into stickers (name, description, rarity, packID) value ('Ryan Elias', 'Wales Rugby Team Player', '1', 2);
insert into stickers (name, description, rarity, packID) value ('Welsh Lady', 'Welsh Heritage', '1', 3);
insert into stickers (name, description, rarity, packID) value ('Welsh Outline', 'Welsh Heritage', '1', 3);
insert into stickers (name, description, rarity, packID) value ('Welsh Spoon', 'Welsh Heritage', '1', 3);
delete from stickerprogress;
insert into stickerprogress (userID, stickerID, hasSticker) value ('1', '1', true);
......@@ -64,6 +67,8 @@ insert into stickerprogress (userID, stickerID, hasSticker) value ('1', '3', tru
insert into stickerprogress (userID, stickerID, hasSticker) value ('1', '5', true);
insert into stickerprogress (userID, stickerID, hasSticker) value ('1', '7', true);
insert into stickerprogress (userID, stickerID, hasSticker) value ('1', '9', true);
insert into stickerprogress (userID, stickerID, hasSticker) value ('1', '12', true);
insert into stickerprogress (userID, stickerID, hasSticker) value ('1', '13', true);
insert into stickerprogress (userID, stickerID, hasSticker) value ('2', '2', true);
insert into stickerprogress (userID, stickerID, hasSticker) value ('2', '4', true);
insert into stickerprogress (userID, stickerID, hasSticker) value ('2', '6', true);
......
......@@ -191,7 +191,7 @@ main {
margin-inline: auto;
& .progImg {
height: 14svh;
width: 16svh;
/*width: 16svh;*/
border-radius: 20%;
}
& .progImgFill {
......@@ -232,7 +232,7 @@ main {
}
.stickerImg {
height: 15em;
height: 17em;
margin: 1.5em;
}
/*}*/
......
src/main/resources/static/images/rewards/stickers/10.png

573 KiB | W: | H:

src/main/resources/static/images/rewards/stickers/10.png

1.63 MiB | W: | H:

src/main/resources/static/images/rewards/stickers/10.png
src/main/resources/static/images/rewards/stickers/10.png
src/main/resources/static/images/rewards/stickers/10.png
src/main/resources/static/images/rewards/stickers/10.png
  • 2-up
  • Swipe
  • Onion skin
src/main/resources/static/images/rewards/stickers/11.png

616 KiB

src/main/resources/static/images/rewards/stickers/12.png

110 KiB

src/main/resources/static/images/rewards/stickers/13.png

216 KiB

src/main/resources/static/images/rewards/stickers/6.png

589 KiB | W: | H:

src/main/resources/static/images/rewards/stickers/6.png

1.65 MiB | W: | H:

src/main/resources/static/images/rewards/stickers/6.png
src/main/resources/static/images/rewards/stickers/6.png
src/main/resources/static/images/rewards/stickers/6.png
src/main/resources/static/images/rewards/stickers/6.png
  • 2-up
  • Swipe
  • Onion skin
src/main/resources/static/images/rewards/stickers/7.png

450 KiB | W: | H:

src/main/resources/static/images/rewards/stickers/7.png

1.55 MiB | W: | H:

src/main/resources/static/images/rewards/stickers/7.png
src/main/resources/static/images/rewards/stickers/7.png
src/main/resources/static/images/rewards/stickers/7.png
src/main/resources/static/images/rewards/stickers/7.png
  • 2-up
  • Swipe
  • Onion skin
src/main/resources/static/images/rewards/stickers/8.png

555 KiB | W: | H:

src/main/resources/static/images/rewards/stickers/8.png

1.61 MiB | W: | H:

src/main/resources/static/images/rewards/stickers/8.png
src/main/resources/static/images/rewards/stickers/8.png
src/main/resources/static/images/rewards/stickers/8.png
src/main/resources/static/images/rewards/stickers/8.png
  • 2-up
  • Swipe
  • Onion skin
src/main/resources/static/images/rewards/stickers/9.png

512 KiB | W: | H:

src/main/resources/static/images/rewards/stickers/9.png

1.59 MiB | W: | H:

src/main/resources/static/images/rewards/stickers/9.png
src/main/resources/static/images/rewards/stickers/9.png
src/main/resources/static/images/rewards/stickers/9.png
src/main/resources/static/images/rewards/stickers/9.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment