Skip to content

Commit

Permalink
Add new images for Awa + Timber
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Sep 21, 2024
1 parent 4339d3f commit 51ddefb
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 5 deletions.
Binary file modified assets/ambassadors/awa/01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/ambassadors/awa/02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ambassadors/timber/01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/ambassadors/timber/02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/ambassadors/timber/03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alveusgg/data",
"version": "0.38.1",
"version": "0.39.0",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
Expand Down
12 changes: 10 additions & 2 deletions src/ambassadors/images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import appaImage4 from "../../assets/ambassadors/appa/04.jpg";
import appaImageIcon from "../../assets/ambassadors/appa/icon.png";

import awaImage1 from "../../assets/ambassadors/awa/01.jpg";
import awaImage2 from "../../assets/ambassadors/awa/02.jpg";
import awaImageIcon from "../../assets/ambassadors/awa/icon.png";

import barbaraBakedBeanImage1 from "../../assets/ambassadors/barbaraBakedBean/01.jpg";
Expand Down Expand Up @@ -190,6 +191,8 @@ import ticoImage3 from "../../assets/ambassadors/tico/03.jpg";
import ticoImageIcon from "../../assets/ambassadors/tico/icon.png";

import timberImage1 from "../../assets/ambassadors/timber/01.jpg";
import timberImage2 from "../../assets/ambassadors/timber/02.jpg";
import timberImage3 from "../../assets/ambassadors/timber/03.jpg";
import timberImageIcon from "../../assets/ambassadors/timber/icon.png";

import toasterStrudelImage1 from "../../assets/ambassadors/toasterStrudel/01.jpg";
Expand Down Expand Up @@ -240,7 +243,10 @@ const ambassadorImages: {
{ src: appaImage3, alt: "Appa the Common Marmoset" },
{ src: appaImage4, alt: "Appa the Common Marmoset" },
],
awa: [{ src: awaImage1, alt: "Awa the Wolfdog", position: "0% 0%" }],
awa: [
{ src: awaImage1, alt: "Awa the Wolfdog", position: "50% 25%" },
{ src: awaImage2, alt: "Awa the Wolfdog", position: "0% 0%" },
],
barbaraBakedBean: [
{
src: barbaraBakedBeanImage1,
Expand Down Expand Up @@ -480,7 +486,9 @@ const ambassadorImages: {
{ src: ticoImage3, alt: "Tico the Blue and Gold Macaw" },
],
timber: [
{ src: timberImage1, alt: "Timber the Wolfdog", position: "100% 25%" },
{ src: timberImage1, alt: "Timber the Wolfdog", position: "75% 25%" },
{ src: timberImage2, alt: "Timber the Wolfdog", position: "50% 0%" },
{ src: timberImage3, alt: "Timber the Wolfdog", position: "100% 25%" },
],
toasterStrudel: [
{
Expand Down

0 comments on commit 51ddefb

Please sign in to comment.